@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700i,800);.grayscale {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

.grayscale-hover {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  /* IE 6-9 */
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: "Open Sans", Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    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 #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #B02A23;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #701b16;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #B02A23;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #85201b;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #B02A23;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #85201b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

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

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

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

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

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

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

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

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

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

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #B02A23;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #B02A23;
  background-color: #fff;
  border-color: #B02A23;
}

.btn-default:focus,
.btn-default.focus {
  color: #B02A23;
  background-color: #e6e6e6;
  border-color: #46110e;
}

.btn-default:hover {
  color: #B02A23;
  background-color: #e6e6e6;
  border-color: #7d1e19;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #B02A23;
  background-color: #e6e6e6;
  border-color: #7d1e19;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #B02A23;
  background-color: #d4d4d4;
  border-color: #46110e;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #B02A23;
}

.btn-default .badge {
  color: #fff;
  background-color: #B02A23;
}

.btn-primary {
  color: #fff;
  background-color: #B02A23;
  border-color: #9b251f;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #85201b;
  border-color: #300c0a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #85201b;
  border-color: #681915;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #85201b;
  border-color: #681915;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #681915;
  border-color: #300c0a;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #B02A23;
  border-color: #9b251f;
}

.btn-primary .badge {
  color: #B02A23;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #B02A23;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

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

.btn-link:hover,
.btn-link:focus {
  color: #701b16;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #B02A23;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

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

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

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

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

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

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

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

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

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #B02A23;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

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

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #B02A23;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

.navbar {
  position: relative;
  min-height: 84px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 32px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 84px;
}

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

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 16px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

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

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 25px;
  margin-bottom: 25px;
}

.navbar-btn.btn-sm {
  margin-top: 27px;
  margin-bottom: 27px;
}

.navbar-btn.btn-xs {
  margin-top: 31px;
  margin-bottom: 31px;
}

.navbar-text {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 1rem;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #B02A23;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #701b16;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #B02A23;
  border-color: #B02A23;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #B02A23;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #85201b;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #B02A23;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #B02A23;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #B02A23;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #B02A23;
  border-color: #B02A23;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #efb3b0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #B02A23;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #B02A23;
  border-color: #B02A23;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B02A23;
}

.panel-primary > .panel-heading .badge {
  color: #B02A23;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B02A23;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body {
  background: #f4f4f4;
}

.breadcrumb-wrap {
  margin: 15px 0;
}

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  margin: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  padding: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  width: 250px;
}

.sidebar-content {
  display: flex;
  height: 100vh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.search-container {
  flex-shrink: 0;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding: 1rem;
}

.search-wrapper {
  position: relative;
}

.search-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.search-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.search-input:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.search-input::placeholder {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.search-input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: flex;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -50%;
  align-items: center;
}

.search-svg {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.navigation-menu {
  margin-top: 1rem;
  flex: 1 1 0%;
  overflow-y: auto;
}

.menu-list {
  margin: 0px;
  list-style-type: none;
}

.menu-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.menu-list{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu-item:hover .group-hover\:border-primary-50{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-800{
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-900{
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary-950{
  --tw-border-opacity: 1;
  border-color: rgba(69, 10, 10, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-50{
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-100{
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-200{
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-300{
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-400{
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-600{
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-700{
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-800{
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-900{
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary-950{
  --tw-border-opacity: 1;
  border-color: rgba(2, 6, 23, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blackLight{
  border-color: rgba(42,44,49,0.3);
}

.menu-item:hover .group-hover\:border-redDark{
  --tw-border-opacity: 1;
  border-color: rgba(230, 10, 10, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray400{
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 249, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-ghostWhite{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 246, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white200{
  --tw-border-opacity: 1;
  border-color: rgba(246, 249, 249, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray100{
  --tw-border-opacity: 1;
  border-color: rgba(225, 228, 228, var(--tw-border-opacity));
}

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

.menu-item:hover .group-hover\:border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(255, 98, 107, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-pink{
  --tw-border-opacity: 1;
  border-color: rgba(253, 110, 176, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-pink100{
  --tw-border-opacity: 1;
  border-color: rgba(218, 37, 135, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(232, 229, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-150{
  --tw-border-opacity: 1;
  border-color: rgba(239, 245, 252, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-200{
  border-color: rgba(98, 218, 251, 0.1);
}

.menu-item:hover .group-hover\:border-blue-250{
  --tw-border-opacity: 1;
  border-color: rgba(243, 249, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(86, 76, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-350{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 58, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(76, 85, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(123, 97, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(69, 74, 231, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-750{
  --tw-border-opacity: 1;
  border-color: rgba(23, 132, 178, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-800{
  border-color: rgba(98,218,251,0.10);
}

.menu-item:hover .group-hover\:border-blue-850{
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(88, 117, 220, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue-950{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 252, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-40{
  border-color: rgba(0,0,0,0.4);
}

.menu-item:hover .group-hover\:border-black-50{
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-100{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-150{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-200{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-250{
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-300{
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-350{
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-400{
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-450{
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-500{
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-550{
  --tw-border-opacity: 1;
  border-color: rgba(10, 10, 10, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-600{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black-650{
  border-color: #00000040;
}

.menu-item:hover .group-hover\:border-black-700{
  border-color: #00000066;
}

.menu-item:hover .group-hover\:border-black-750{
  border-color: #00000080;
}

.menu-item:hover .group-hover\:border-black-800{
  border-color: #00000099;
}

.menu-item:hover .group-hover\:border-black-850{
  border-color: #000000B3;
}

.menu-item:hover .group-hover\:border-black-900{
  border-color: #000000CC;
}

.menu-item:hover .group-hover\:border-black-950{
  border-color: #000000E6;
}

.menu-item:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(247, 233, 232, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(123, 42, 43, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(249, 89, 124, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(251, 234, 227, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(255, 242, 243, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-550{
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 246, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(254, 250, 250, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-650{
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 234, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(185, 40, 35, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(249, 242, 244, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-red{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 254, 254, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-150{
  --tw-border-opacity: 1;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-200{
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 252, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-250{
  --tw-border-opacity: 1;
  border-color: rgba(251, 251, 251, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-300{
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-350{
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-450{
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-500{
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-550{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-600{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-650{
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-700{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-750{
  --tw-border-opacity: 1;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-800{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-850{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-900{
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white-950{
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-150{
  --tw-border-opacity: 1;
  border-color: rgba(234, 236, 242, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-250{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-350{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-450{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-550{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-650{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-750{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-850{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgba(3, 7, 18, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-green{
  --tw-border-opacity: 1;
  border-color: rgba(90, 206, 190, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-redlight{
  border-color: rgba(176,42,35,.6);
}

.menu-item:hover .group-hover\:border-grayLight{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-grayDark{
  --tw-border-opacity: 1;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-borderDark{
  --tw-border-opacity: 1;
  border-color: rgba(199, 199, 199, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-whiteLight{
  border-color: rgba(255,255,255,0.8);
}

.menu-item:hover .group-hover\:border-secondaryLight{
  border-color: rgba(0,0,0,0.2);
}

.menu-item:hover .group-hover\:border-borderLight{
  border-color: rgba(0,0,0,0.3);
}

.menu-item:hover .group-hover\:border-secondaryDark{
  border-color: rgba(0,0,0,0.4);
}

.menu-item:hover .group-hover\:border-blackDark{
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-gray200{
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black50{
  border-color: #2A2C3B80;
}

.menu-item:hover .group-hover\:border-borderGray{
  border-color: #2A2C3B67;
}

.menu-item:hover .group-hover\:border-borderModal{
  --tw-border-opacity: 1;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-modalbg{
  border-color: rgba(0,0,0,.7);
}

.menu-item:hover .group-hover\:border-black80{
  border-color: rgba(0,0,0,0.8);
}

.menu-item:hover .group-hover\:border-black90{
  border-color: rgba(0,0,0,0.9);
}

.menu-item:hover .group-hover\:border-warning{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-inputDark{
  border-color: #2A2C3BCB;
}

.menu-item:hover .group-hover\:border-black30{
  border-color: #0000004D;
}

.menu-item:hover .group-hover\:border-select{
  border-color: #2A2C3B41;
}

.menu-item:hover .group-hover\:border-darkBlack{
  --tw-border-opacity: 1;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-borderBlack{
  --tw-border-opacity: 1;
  border-color: rgba(24, 25, 34, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-black95{
  border-color: #000000F2;
}

.menu-item:hover .group-hover\:border-blackLight25{
  border-color: #2A2C3B40;
}

.menu-item:hover .group-hover\:border-bGraylight{
  border-color: #70707027;
}

.menu-item:hover .group-hover\:border-lightGray{
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-lightRed{
  --tw-border-opacity: 1;
  border-color: rgba(247, 234, 233, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-maroon{
  --tw-border-opacity: 1;
  border-color: rgba(183, 58, 51, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-footerDark{
  --tw-border-opacity: 1;
  border-color: rgba(22, 22, 23, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-success{
  --tw-border-opacity: 1;
  border-color: rgba(40, 167, 69, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-info{
  --tw-border-opacity: 1;
  border-color: rgba(23, 162, 184, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-danger{
  --tw-border-opacity: 1;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-alert{
  --tw-border-opacity: 1;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-success-light{
  --tw-border-opacity: 1;
  border-color: rgba(212, 237, 218, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-info-light{
  --tw-border-opacity: 1;
  border-color: rgba(209, 236, 241, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-warning-light{
  --tw-border-opacity: 1;
  border-color: rgba(255, 243, 205, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-danger-light{
  --tw-border-opacity: 1;
  border-color: rgba(248, 215, 218, var(--tw-border-opacity));
}

.menu-item:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

.menu-item:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05;
}

.menu-item:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1;
}

.menu-item:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2;
}

.menu-item:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

.menu-item:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3;
}

.menu-item:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4;
}

.menu-item:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.menu-item:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6;
}

.menu-item:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7;
}

.menu-item:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

.menu-item:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8;
}

.menu-item:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9;
}

.menu-item:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95;
}

.menu-item:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

.menu-item:hover .group-hover\:bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary-950{
  --tw-bg-opacity: 1;
  background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-200{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-300{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-600{
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-700{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-800{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-900{
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary-950{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blackLight{
  background-color: rgba(42,44,49,0.3);
}

.menu-item:hover .group-hover\:bg-redDark{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray400{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-ghostWhite{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white200{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray100{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
}

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

.menu-item:hover .group-hover\:bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-pink100{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-150{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-200{
  background-color: rgba(98, 218, 251, 0.1);
}

.menu-item:hover .group-hover\:bg-blue-250{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-350{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-750{
  --tw-bg-opacity: 1;
  background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-800{
  background-color: rgba(98,218,251,0.10);
}

.menu-item:hover .group-hover\:bg-blue-850{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-40{
  background-color: rgba(0,0,0,0.4);
}

.menu-item:hover .group-hover\:bg-black-50{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-150{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-200{
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-250{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-300{
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-350{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-400{
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-450{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-500{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-550{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-600{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black-650{
  background-color: #00000040;
}

.menu-item:hover .group-hover\:bg-black-700{
  background-color: #00000066;
}

.menu-item:hover .group-hover\:bg-black-750{
  background-color: #00000080;
}

.menu-item:hover .group-hover\:bg-black-800{
  background-color: #00000099;
}

.menu-item:hover .group-hover\:bg-black-850{
  background-color: #000000B3;
}

.menu-item:hover .group-hover\:bg-black-900{
  background-color: #000000CC;
}

.menu-item:hover .group-hover\:bg-black-950{
  background-color: #000000E6;
}

.menu-item:hover .group-hover\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-550{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-650{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-red{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-150{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-200{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-250{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-300{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-350{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-450{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-500{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-550{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-600{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-650{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-700{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-750{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-800{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-850{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-900{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white-950{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-150{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-250{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-350{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-450{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-550{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-650{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-750{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-850{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-green{
  --tw-bg-opacity: 1;
  background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-redlight{
  background-color: rgba(176,42,35,.6);
}

.menu-item:hover .group-hover\:bg-grayLight{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-grayDark{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-borderDark{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-whiteLight{
  background-color: rgba(255,255,255,0.8);
}

.menu-item:hover .group-hover\:bg-secondaryLight{
  background-color: rgba(0,0,0,0.2);
}

.menu-item:hover .group-hover\:bg-borderLight{
  background-color: rgba(0,0,0,0.3);
}

.menu-item:hover .group-hover\:bg-secondaryDark{
  background-color: rgba(0,0,0,0.4);
}

.menu-item:hover .group-hover\:bg-blackDark{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-gray200{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black50{
  background-color: #2A2C3B80;
}

.menu-item:hover .group-hover\:bg-borderGray{
  background-color: #2A2C3B67;
}

.menu-item:hover .group-hover\:bg-borderModal{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-modalbg{
  background-color: rgba(0,0,0,.7);
}

.menu-item:hover .group-hover\:bg-black80{
  background-color: rgba(0,0,0,0.8);
}

.menu-item:hover .group-hover\:bg-black90{
  background-color: rgba(0,0,0,0.9);
}

.menu-item:hover .group-hover\:bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-inputDark{
  background-color: #2A2C3BCB;
}

.menu-item:hover .group-hover\:bg-black30{
  background-color: #0000004D;
}

.menu-item:hover .group-hover\:bg-select{
  background-color: #2A2C3B41;
}

.menu-item:hover .group-hover\:bg-darkBlack{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-borderBlack{
  --tw-bg-opacity: 1;
  background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-black95{
  background-color: #000000F2;
}

.menu-item:hover .group-hover\:bg-blackLight25{
  background-color: #2A2C3B40;
}

.menu-item:hover .group-hover\:bg-bGraylight{
  background-color: #70707027;
}

.menu-item:hover .group-hover\:bg-lightGray{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-lightRed{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-maroon{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-footerDark{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-success{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-info{
  --tw-bg-opacity: 1;
  background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-alert{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-success-light{
  --tw-bg-opacity: 1;
  background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-info-light{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-warning-light{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-danger-light{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
}

.menu-item:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

.menu-item:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.menu-item:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.menu-item:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.menu-item:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.menu-item:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.menu-item:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.menu-item:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.menu-item:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.menu-item:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.menu-item:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.menu-item:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.menu-item:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.menu-item:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.menu-item:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.menu-item:hover .group-hover\:text-blackDarker{
  --tw-text-opacity: 1;
  color: rgba(34, 35, 35, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-purple{
  --tw-text-opacity: 1;
  color: rgba(232, 229, 255, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-redlight{
  color: rgba(176,42,35,.6);
}

.menu-item:hover .group-hover\:text-grayLight{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-grayDark{
  --tw-text-opacity: 1;
  color: rgba(221, 221, 221, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-borderDark{
  --tw-text-opacity: 1;
  color: rgba(199, 199, 199, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-whiteLight{
  color: rgba(255,255,255,0.8);
}

.menu-item:hover .group-hover\:text-secondaryLight{
  color: rgba(0,0,0,0.2);
}

.menu-item:hover .group-hover\:text-borderLight{
  color: rgba(0,0,0,0.3);
}

.menu-item:hover .group-hover\:text-secondaryDark{
  color: rgba(0,0,0,0.4);
}

.menu-item:hover .group-hover\:text-blackDark{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray200{
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black50{
  color: #2A2C3B80;
}

.menu-item:hover .group-hover\:text-borderGray{
  color: #2A2C3B67;
}

.menu-item:hover .group-hover\:text-borderModal{
  --tw-text-opacity: 1;
  color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-modalbg{
  color: rgba(0,0,0,.7);
}

.menu-item:hover .group-hover\:text-black80{
  color: rgba(0,0,0,0.8);
}

.menu-item:hover .group-hover\:text-black90{
  color: rgba(0,0,0,0.9);
}

.menu-item:hover .group-hover\:text-warning{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-inputDark{
  color: #2A2C3BCB;
}

.menu-item:hover .group-hover\:text-black30{
  color: #0000004D;
}

.menu-item:hover .group-hover\:text-select{
  color: #2A2C3B41;
}

.menu-item:hover .group-hover\:text-orange{
  --tw-text-opacity: 1;
  color: rgba(255, 98, 107, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-50{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-300{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green-950{
  --tw-text-opacity: 1;
  color: rgba(5, 46, 22, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-green{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-darkBlack{
  --tw-text-opacity: 1;
  color: rgba(34, 35, 47, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-borderBlack{
  --tw-text-opacity: 1;
  color: rgba(24, 25, 34, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black95{
  color: #000000F2;
}

.menu-item:hover .group-hover\:text-blackLight25{
  color: #2A2C3B40;
}

.menu-item:hover .group-hover\:text-bGraylight{
  color: #70707027;
}

.menu-item:hover .group-hover\:text-lightGray{
  --tw-text-opacity: 1;
  color: rgba(228, 228, 228, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-lightRed{
  --tw-text-opacity: 1;
  color: rgba(247, 234, 233, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-maroon{
  --tw-text-opacity: 1;
  color: rgba(183, 58, 51, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-footerDark{
  --tw-text-opacity: 1;
  color: rgba(22, 22, 23, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-success{
  --tw-text-opacity: 1;
  color: rgba(40, 167, 69, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-info{
  --tw-text-opacity: 1;
  color: rgba(23, 162, 184, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-danger{
  --tw-text-opacity: 1;
  color: rgba(220, 53, 69, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-alert{
  --tw-text-opacity: 1;
  color: rgba(220, 53, 69, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-success-light{
  --tw-text-opacity: 1;
  color: rgba(163, 217, 165, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-info-light{
  --tw-text-opacity: 1;
  color: rgba(127, 214, 231, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-warning-light{
  --tw-text-opacity: 1;
  color: rgba(255, 224, 130, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-danger-light{
  --tw-text-opacity: 1;
  color: rgba(245, 166, 183, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-blackLight{
  --tw-text-opacity: 1;
  color: rgba(34, 35, 35, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-50{
  --tw-text-opacity: 1;
  color: rgba(247, 233, 232, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1;
  color: rgba(123, 42, 43, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-200{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-300{
  --tw-text-opacity: 1;
  color: rgba(249, 89, 124, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1;
  color: rgba(251, 234, 227, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1;
  color: rgba(255, 242, 243, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-550{
  --tw-text-opacity: 1;
  color: rgba(255, 245, 246, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1;
  color: rgba(254, 250, 250, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-650{
  --tw-text-opacity: 1;
  color: rgba(255, 233, 234, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 40, 35, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1;
  color: rgba(249, 242, 244, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1;
  color: rgba(249, 242, 244, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-red{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-50{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-100{
  --tw-text-opacity: 1;
  color: rgba(254, 254, 254, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-150{
  --tw-text-opacity: 1;
  color: rgba(253, 253, 253, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-200{
  --tw-text-opacity: 1;
  color: rgba(252, 252, 252, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-250{
  --tw-text-opacity: 1;
  color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-300{
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-350{
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-400{
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-450{
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-500{
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-550{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-600{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-650{
  --tw-text-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-700{
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-750{
  --tw-text-opacity: 1;
  color: rgba(241, 241, 241, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-800{
  --tw-text-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-850{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-900{
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white-950{
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-40{
  color: rgba(0,0,0,0.4);
}

.menu-item:hover .group-hover\:text-black-50{
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-100{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-150{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-200{
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-250{
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-300{
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-350{
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-400{
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-450{
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-500{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-550{
  --tw-text-opacity: 1;
  color: rgba(10, 10, 10, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-600{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-black-650{
  color: #00000040;
}

.menu-item:hover .group-hover\:text-black-700{
  color: #00000066;
}

.menu-item:hover .group-hover\:text-black-750{
  color: #00000080;
}

.menu-item:hover .group-hover\:text-black-800{
  color: #00000099;
}

.menu-item:hover .group-hover\:text-black-850{
  color: #000000B3;
}

.menu-item:hover .group-hover\:text-black-900{
  color: #000000CC;
}

.menu-item:hover .group-hover\:text-black-950{
  color: #000000E6;
}

.menu-item:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-150{
  --tw-text-opacity: 1;
  color: rgba(234, 236, 242, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-250{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-350{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-450{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-550{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-650{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-750{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-850{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray-950{
  --tw-text-opacity: 1;
  color: rgba(3, 7, 18, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-gray{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-50{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-100{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-200{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-300{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-400{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-800{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-900{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary-950{
  --tw-text-opacity: 1;
  color: rgba(69, 10, 10, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-50{
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-100{
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-200{
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-300{
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-400{
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-500{
  --tw-text-opacity: 1;
  color: rgba(42, 43, 59, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-600{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-700{
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-800{
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-900{
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary-950{
  --tw-text-opacity: 1;
  color: rgba(2, 6, 23, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1;
  color: rgba(42, 43, 59, var(--tw-text-opacity));
}

.menu-item:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

.menu-item:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05;
}

.menu-item:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1;
}

.menu-item:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2;
}

.menu-item:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

.menu-item:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3;
}

.menu-item:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

.menu-item:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.menu-item:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6;
}

.menu-item:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7;
}

.menu-item:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.menu-item:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8;
}

.menu-item:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9;
}

.menu-item:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95;
}

.menu-item:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

.menu-item:hover .group-hover\:underline{
  text-decoration: underline;
}

.menu-item:hover .group-hover\:line-through{
  text-decoration: line-through;
}

.menu-item:hover .group-hover\:no-underline{
  text-decoration: none;
}

.menu-item:hover .group-hover\:opacity-0{
  opacity: 0;
}

.menu-item:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.menu-item:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.menu-item:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.menu-item:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.menu-item:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.menu-item:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.menu-item:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.menu-item:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.menu-item:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.menu-item:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.menu-item:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.menu-item:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.menu-item:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.menu-item:hover .group-hover\:opacity-100{
  opacity: 1;
}

.menu-item:hover .group-hover\:shadow-0{
  --tw-shadow: active;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-xs{
  --tw-shadow: 0px 3px 6px #00000015;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-sm{
  --tw-shadow: 0px 10px 30px #0000000F;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-md{
  --tw-shadow: 0px 10px 30px #22232326;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-default{
  --tw-shadow: 0px 10px 30px #0000000F;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-lg{
  --tw-shadow: 0px 5px 20px #00000010;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-xl{
  --tw-shadow: 0px 10px 20px #0000003C;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item:hover .group-hover\:shadow-card{
  --tw-shadow: 0px 10px 30px #00000010;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .menu-item:hover .sm\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .sm\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-none{
    border-color: transparent;
  }

  .menu-item:hover .sm\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .sm\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .sm\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .sm\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .menu-item:hover .sm\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .menu-item:hover .sm\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .menu-item:hover .sm\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .menu-item:hover .sm\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .menu-item:hover .sm\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .menu-item:hover .sm\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .menu-item:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .sm\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .sm\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .sm\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .sm\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .sm\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .menu-item:hover .sm\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .menu-item:hover .sm\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .sm\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .sm\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .sm\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .menu-item:hover .sm\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .menu-item:hover .sm\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .menu-item:hover .sm\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .menu-item:hover .sm\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .menu-item:hover .sm\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .menu-item:hover .sm\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .menu-item:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .sm\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-none{
    background-color: transparent;
  }

  .menu-item:hover .sm\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .sm\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .menu-item:hover .sm\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .menu-item:hover .sm\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .menu-item:hover .sm\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .menu-item:hover .sm\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .menu-item:hover .sm\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .menu-item:hover .sm\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .menu-item:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .sm\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .sm\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .sm\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .sm\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .sm\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .menu-item:hover .sm\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .menu-item:hover .sm\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .sm\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .sm\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .sm\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .menu-item:hover .sm\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .menu-item:hover .sm\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .menu-item:hover .sm\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .menu-item:hover .sm\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .menu-item:hover .sm\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .menu-item:hover .sm\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .menu-item:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .menu-item:hover .sm\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .menu-item:hover .sm\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .sm\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .sm\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .sm\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .sm\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .menu-item:hover .sm\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .menu-item:hover .sm\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .menu-item:hover .sm\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .sm\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .sm\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .menu-item:hover .sm\:group-hover\:text-black30{
    color: #0000004D;
  }

  .menu-item:hover .sm\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .menu-item:hover .sm\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black95{
    color: #000000F2;
  }

  .menu-item:hover .sm\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .menu-item:hover .sm\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .menu-item:hover .sm\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .sm\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-black-650{
    color: #00000040;
  }

  .menu-item:hover .sm\:group-hover\:text-black-700{
    color: #00000066;
  }

  .menu-item:hover .sm\:group-hover\:text-black-750{
    color: #00000080;
  }

  .menu-item:hover .sm\:group-hover\:text-black-800{
    color: #00000099;
  }

  .menu-item:hover .sm\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .menu-item:hover .sm\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .menu-item:hover .sm\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .menu-item:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .menu-item:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .menu-item:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  .menu-item:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .menu-item:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  .menu-item:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .menu-item:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .menu-item:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .menu-item:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .menu-item:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .menu-item:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .menu-item:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .menu-item:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .menu-item:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .menu-item:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .menu-item:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .menu-item:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .menu-item:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .menu-item:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .menu-item:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .menu-item:hover .sm\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .sm\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px){
  .menu-item:hover .md\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .md\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-none{
    border-color: transparent;
  }

  .menu-item:hover .md\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .md\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .md\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .md\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .menu-item:hover .md\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .menu-item:hover .md\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .menu-item:hover .md\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .menu-item:hover .md\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .menu-item:hover .md\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .menu-item:hover .md\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .menu-item:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .md\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .md\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .md\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .md\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .md\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .menu-item:hover .md\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .menu-item:hover .md\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .md\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .md\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .md\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .menu-item:hover .md\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .menu-item:hover .md\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .menu-item:hover .md\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .menu-item:hover .md\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .menu-item:hover .md\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .menu-item:hover .md\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .menu-item:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .menu-item:hover .md\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .md\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-none{
    background-color: transparent;
  }

  .menu-item:hover .md\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .md\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .md\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .md\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .menu-item:hover .md\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .menu-item:hover .md\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .menu-item:hover .md\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .menu-item:hover .md\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .menu-item:hover .md\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .menu-item:hover .md\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .menu-item:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .md\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .md\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .md\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .md\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .md\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .menu-item:hover .md\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .menu-item:hover .md\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .md\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .md\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .md\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .menu-item:hover .md\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .menu-item:hover .md\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .menu-item:hover .md\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .menu-item:hover .md\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .menu-item:hover .md\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .menu-item:hover .md\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .menu-item:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .menu-item:hover .md\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .menu-item:hover .md\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .md\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .md\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .md\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .md\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .menu-item:hover .md\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .menu-item:hover .md\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .menu-item:hover .md\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .md\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .md\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .menu-item:hover .md\:group-hover\:text-black30{
    color: #0000004D;
  }

  .menu-item:hover .md\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .menu-item:hover .md\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black95{
    color: #000000F2;
  }

  .menu-item:hover .md\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .menu-item:hover .md\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .menu-item:hover .md\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .md\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-black-650{
    color: #00000040;
  }

  .menu-item:hover .md\:group-hover\:text-black-700{
    color: #00000066;
  }

  .menu-item:hover .md\:group-hover\:text-black-750{
    color: #00000080;
  }

  .menu-item:hover .md\:group-hover\:text-black-800{
    color: #00000099;
  }

  .menu-item:hover .md\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .menu-item:hover .md\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .menu-item:hover .md\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .menu-item:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .menu-item:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .menu-item:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  .menu-item:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .menu-item:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .menu-item:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .menu-item:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .menu-item:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .menu-item:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .menu-item:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .menu-item:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .menu-item:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .menu-item:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .menu-item:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .menu-item:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .menu-item:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .menu-item:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .menu-item:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .menu-item:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .menu-item:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .menu-item:hover .md\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .md\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px){
  .menu-item:hover .lg\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .lg\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-none{
    border-color: transparent;
  }

  .menu-item:hover .lg\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .lg\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .lg\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .lg\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .menu-item:hover .lg\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .menu-item:hover .lg\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .menu-item:hover .lg\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .menu-item:hover .lg\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .menu-item:hover .lg\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .menu-item:hover .lg\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .menu-item:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .lg\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .lg\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .lg\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .lg\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .lg\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .menu-item:hover .lg\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .menu-item:hover .lg\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .lg\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .lg\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .lg\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .menu-item:hover .lg\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .menu-item:hover .lg\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .menu-item:hover .lg\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .menu-item:hover .lg\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .menu-item:hover .lg\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .menu-item:hover .lg\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .menu-item:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .lg\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-none{
    background-color: transparent;
  }

  .menu-item:hover .lg\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .lg\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .menu-item:hover .lg\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .menu-item:hover .lg\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .menu-item:hover .lg\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .menu-item:hover .lg\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .menu-item:hover .lg\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .menu-item:hover .lg\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .menu-item:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .lg\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .lg\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .lg\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .lg\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .lg\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .menu-item:hover .lg\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .menu-item:hover .lg\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .lg\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .lg\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .lg\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .menu-item:hover .lg\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .menu-item:hover .lg\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .menu-item:hover .lg\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .menu-item:hover .lg\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .menu-item:hover .lg\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .menu-item:hover .lg\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .menu-item:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .menu-item:hover .lg\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .menu-item:hover .lg\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .lg\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .lg\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .lg\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .lg\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .menu-item:hover .lg\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .menu-item:hover .lg\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .menu-item:hover .lg\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .lg\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .lg\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .menu-item:hover .lg\:group-hover\:text-black30{
    color: #0000004D;
  }

  .menu-item:hover .lg\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .menu-item:hover .lg\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black95{
    color: #000000F2;
  }

  .menu-item:hover .lg\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .menu-item:hover .lg\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .menu-item:hover .lg\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .lg\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-black-650{
    color: #00000040;
  }

  .menu-item:hover .lg\:group-hover\:text-black-700{
    color: #00000066;
  }

  .menu-item:hover .lg\:group-hover\:text-black-750{
    color: #00000080;
  }

  .menu-item:hover .lg\:group-hover\:text-black-800{
    color: #00000099;
  }

  .menu-item:hover .lg\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .menu-item:hover .lg\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .menu-item:hover .lg\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .menu-item:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .menu-item:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .menu-item:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  .menu-item:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .menu-item:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  .menu-item:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .menu-item:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .menu-item:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .menu-item:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .menu-item:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .menu-item:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .menu-item:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .menu-item:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .menu-item:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .menu-item:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .menu-item:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .menu-item:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .menu-item:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .menu-item:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .menu-item:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .menu-item:hover .lg\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .lg\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .menu-item:hover .xl\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .xl\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-none{
    border-color: transparent;
  }

  .menu-item:hover .xl\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .xl\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .xl\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .xl\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .menu-item:hover .xl\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .menu-item:hover .xl\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .menu-item:hover .xl\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .menu-item:hover .xl\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .menu-item:hover .xl\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .menu-item:hover .xl\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .menu-item:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .xl\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .xl\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .xl\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .xl\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .xl\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .menu-item:hover .xl\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .menu-item:hover .xl\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .xl\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .xl\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .xl\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .menu-item:hover .xl\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .menu-item:hover .xl\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .menu-item:hover .xl\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .menu-item:hover .xl\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .menu-item:hover .xl\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .menu-item:hover .xl\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .menu-item:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .xl\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-none{
    background-color: transparent;
  }

  .menu-item:hover .xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .xl\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .menu-item:hover .xl\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .menu-item:hover .xl\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .menu-item:hover .xl\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .menu-item:hover .xl\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .menu-item:hover .xl\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .menu-item:hover .xl\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .menu-item:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .xl\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .xl\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .xl\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .xl\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .xl\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .menu-item:hover .xl\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .menu-item:hover .xl\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .xl\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .xl\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .xl\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .menu-item:hover .xl\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .menu-item:hover .xl\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .menu-item:hover .xl\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .menu-item:hover .xl\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .menu-item:hover .xl\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .menu-item:hover .xl\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .menu-item:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .menu-item:hover .xl\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .menu-item:hover .xl\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .xl\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .xl\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .xl\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .xl\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .menu-item:hover .xl\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .menu-item:hover .xl\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .menu-item:hover .xl\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .xl\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .xl\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .menu-item:hover .xl\:group-hover\:text-black30{
    color: #0000004D;
  }

  .menu-item:hover .xl\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .menu-item:hover .xl\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black95{
    color: #000000F2;
  }

  .menu-item:hover .xl\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .menu-item:hover .xl\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .menu-item:hover .xl\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .xl\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-black-650{
    color: #00000040;
  }

  .menu-item:hover .xl\:group-hover\:text-black-700{
    color: #00000066;
  }

  .menu-item:hover .xl\:group-hover\:text-black-750{
    color: #00000080;
  }

  .menu-item:hover .xl\:group-hover\:text-black-800{
    color: #00000099;
  }

  .menu-item:hover .xl\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .menu-item:hover .xl\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .menu-item:hover .xl\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .menu-item:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .menu-item:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .menu-item:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .menu-item:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .menu-item:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .menu-item:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .menu-item:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .menu-item:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .menu-item:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .menu-item:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .menu-item:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .menu-item:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .menu-item:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .menu-item:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .menu-item:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .menu-item:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .menu-item:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .menu-item:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .menu-item:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .menu-item:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .menu-item:hover .xl\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .xl\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1536px){
  .menu-item:hover .\32xl\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .\32xl\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-none{
    border-color: transparent;
  }

  .menu-item:hover .\32xl\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .\32xl\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .\32xl\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .\32xl\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .\32xl\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .menu-item:hover .\32xl\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .menu-item:hover .\32xl\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .\32xl\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .\32xl\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .\32xl\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .menu-item:hover .\32xl\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .menu-item:hover .\32xl\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .menu-item:hover .\32xl\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .menu-item:hover .\32xl\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .menu-item:hover .\32xl\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .menu-item:hover .\32xl\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .menu-item:hover .\32xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-none{
    background-color: transparent;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .\32xl\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .menu-item:hover .\32xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .menu-item:hover .\32xl\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .menu-item:hover .\32xl\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .menu-item:hover .\32xl\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .\32xl\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .menu-item:hover .\32xl\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .menu-item:hover .\32xl\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .menu-item:hover .\32xl\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .menu-item:hover .\32xl\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .menu-item:hover .\32xl\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black30{
    color: #0000004D;
  }

  .menu-item:hover .\32xl\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .menu-item:hover .\32xl\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black95{
    color: #000000F2;
  }

  .menu-item:hover .\32xl\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .menu-item:hover .\32xl\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .menu-item:hover .\32xl\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-650{
    color: #00000040;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-700{
    color: #00000066;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-750{
    color: #00000080;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-800{
    color: #00000099;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .menu-item:hover .\32xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .menu-item:hover .\32xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .menu-item:hover .\32xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .menu-item:hover .\32xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .menu-item:hover .\32xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .menu-item:hover .\32xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .menu-item:hover .\32xl\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.menu-link {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.menu-link:hover {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-link.active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0px 5px 20px #00000010;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-icon {
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.menu-icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

.submenu-toggle {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  border-style: none;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.submenu-toggle:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.submenu-title {
  display: flex;
  align-items: center;
}

.submenu-icon {
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
}

.submenu-arrow {
  height: 1rem;
  width: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.submenu-arrow.rotate-90 {
  transform: rotate(90deg);
}

.submenu-items {
  margin-top: 0.25rem;
  list-style-type: none;
}

.submenu-items > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.submenu-items{
  padding-left: 2rem;
}

.submenu-link-item:hover .group-hover\:border-primary-50{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-800{
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-900{
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary-950{
  --tw-border-opacity: 1;
  border-color: rgba(69, 10, 10, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-50{
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-100{
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-200{
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-300{
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-400{
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-600{
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-700{
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-800{
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-900{
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary-950{
  --tw-border-opacity: 1;
  border-color: rgba(2, 6, 23, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blackLight{
  border-color: rgba(42,44,49,0.3);
}

.submenu-link-item:hover .group-hover\:border-redDark{
  --tw-border-opacity: 1;
  border-color: rgba(230, 10, 10, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray400{
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 249, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-ghostWhite{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 246, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white200{
  --tw-border-opacity: 1;
  border-color: rgba(246, 249, 249, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray100{
  --tw-border-opacity: 1;
  border-color: rgba(225, 228, 228, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-none{
  border-color: transparent;
}

.submenu-link-item:hover .group-hover\:border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(255, 98, 107, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-pink{
  --tw-border-opacity: 1;
  border-color: rgba(253, 110, 176, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-pink100{
  --tw-border-opacity: 1;
  border-color: rgba(218, 37, 135, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(232, 229, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-150{
  --tw-border-opacity: 1;
  border-color: rgba(239, 245, 252, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-200{
  border-color: rgba(98, 218, 251, 0.1);
}

.submenu-link-item:hover .group-hover\:border-blue-250{
  --tw-border-opacity: 1;
  border-color: rgba(243, 249, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(86, 76, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-350{
  --tw-border-opacity: 1;
  border-color: rgba(42, 43, 58, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(76, 85, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(123, 97, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(69, 74, 231, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-750{
  --tw-border-opacity: 1;
  border-color: rgba(23, 132, 178, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-800{
  border-color: rgba(98,218,251,0.10);
}

.submenu-link-item:hover .group-hover\:border-blue-850{
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(88, 117, 220, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue-950{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 252, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-40{
  border-color: rgba(0,0,0,0.4);
}

.submenu-link-item:hover .group-hover\:border-black-50{
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-100{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-150{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-200{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-250{
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-300{
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-350{
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-400{
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-450{
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-500{
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-550{
  --tw-border-opacity: 1;
  border-color: rgba(10, 10, 10, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-600{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black-650{
  border-color: #00000040;
}

.submenu-link-item:hover .group-hover\:border-black-700{
  border-color: #00000066;
}

.submenu-link-item:hover .group-hover\:border-black-750{
  border-color: #00000080;
}

.submenu-link-item:hover .group-hover\:border-black-800{
  border-color: #00000099;
}

.submenu-link-item:hover .group-hover\:border-black-850{
  border-color: #000000B3;
}

.submenu-link-item:hover .group-hover\:border-black-900{
  border-color: #000000CC;
}

.submenu-link-item:hover .group-hover\:border-black-950{
  border-color: #000000E6;
}

.submenu-link-item:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(247, 233, 232, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(123, 42, 43, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(249, 89, 124, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(251, 234, 227, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(255, 242, 243, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-550{
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 246, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(254, 250, 250, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-650{
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 234, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(185, 40, 35, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(249, 242, 244, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-red{
  --tw-border-opacity: 1;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 254, 254, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-150{
  --tw-border-opacity: 1;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-200{
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 252, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-250{
  --tw-border-opacity: 1;
  border-color: rgba(251, 251, 251, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-300{
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-350{
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-450{
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-500{
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-550{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-600{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-650{
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-700{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-750{
  --tw-border-opacity: 1;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-800{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-850{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-900{
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white-950{
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-150{
  --tw-border-opacity: 1;
  border-color: rgba(234, 236, 242, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-250{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-350{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-450{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-550{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-650{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-750{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-850{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgba(3, 7, 18, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-green{
  --tw-border-opacity: 1;
  border-color: rgba(90, 206, 190, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-redlight{
  border-color: rgba(176,42,35,.6);
}

.submenu-link-item:hover .group-hover\:border-grayLight{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-grayDark{
  --tw-border-opacity: 1;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-borderDark{
  --tw-border-opacity: 1;
  border-color: rgba(199, 199, 199, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-whiteLight{
  border-color: rgba(255,255,255,0.8);
}

.submenu-link-item:hover .group-hover\:border-secondaryLight{
  border-color: rgba(0,0,0,0.2);
}

.submenu-link-item:hover .group-hover\:border-borderLight{
  border-color: rgba(0,0,0,0.3);
}

.submenu-link-item:hover .group-hover\:border-secondaryDark{
  border-color: rgba(0,0,0,0.4);
}

.submenu-link-item:hover .group-hover\:border-blackDark{
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-gray200{
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black50{
  border-color: #2A2C3B80;
}

.submenu-link-item:hover .group-hover\:border-borderGray{
  border-color: #2A2C3B67;
}

.submenu-link-item:hover .group-hover\:border-borderModal{
  --tw-border-opacity: 1;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-modalbg{
  border-color: rgba(0,0,0,.7);
}

.submenu-link-item:hover .group-hover\:border-black80{
  border-color: rgba(0,0,0,0.8);
}

.submenu-link-item:hover .group-hover\:border-black90{
  border-color: rgba(0,0,0,0.9);
}

.submenu-link-item:hover .group-hover\:border-warning{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-inputDark{
  border-color: #2A2C3BCB;
}

.submenu-link-item:hover .group-hover\:border-black30{
  border-color: #0000004D;
}

.submenu-link-item:hover .group-hover\:border-select{
  border-color: #2A2C3B41;
}

.submenu-link-item:hover .group-hover\:border-darkBlack{
  --tw-border-opacity: 1;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-borderBlack{
  --tw-border-opacity: 1;
  border-color: rgba(24, 25, 34, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-black95{
  border-color: #000000F2;
}

.submenu-link-item:hover .group-hover\:border-blackLight25{
  border-color: #2A2C3B40;
}

.submenu-link-item:hover .group-hover\:border-bGraylight{
  border-color: #70707027;
}

.submenu-link-item:hover .group-hover\:border-lightGray{
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-lightRed{
  --tw-border-opacity: 1;
  border-color: rgba(247, 234, 233, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-maroon{
  --tw-border-opacity: 1;
  border-color: rgba(183, 58, 51, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-footerDark{
  --tw-border-opacity: 1;
  border-color: rgba(22, 22, 23, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-success{
  --tw-border-opacity: 1;
  border-color: rgba(40, 167, 69, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-info{
  --tw-border-opacity: 1;
  border-color: rgba(23, 162, 184, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-danger{
  --tw-border-opacity: 1;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-alert{
  --tw-border-opacity: 1;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-success-light{
  --tw-border-opacity: 1;
  border-color: rgba(212, 237, 218, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-info-light{
  --tw-border-opacity: 1;
  border-color: rgba(209, 236, 241, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-warning-light{
  --tw-border-opacity: 1;
  border-color: rgba(255, 243, 205, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-danger-light{
  --tw-border-opacity: 1;
  border-color: rgba(248, 215, 218, var(--tw-border-opacity));
}

.submenu-link-item:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

.submenu-link-item:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05;
}

.submenu-link-item:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1;
}

.submenu-link-item:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2;
}

.submenu-link-item:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

.submenu-link-item:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3;
}

.submenu-link-item:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4;
}

.submenu-link-item:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.submenu-link-item:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6;
}

.submenu-link-item:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7;
}

.submenu-link-item:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

.submenu-link-item:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8;
}

.submenu-link-item:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9;
}

.submenu-link-item:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95;
}

.submenu-link-item:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

.submenu-link-item:hover .group-hover\:bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary-950{
  --tw-bg-opacity: 1;
  background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-200{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-300{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-600{
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-700{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-800{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-900{
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary-950{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blackLight{
  background-color: rgba(42,44,49,0.3);
}

.submenu-link-item:hover .group-hover\:bg-redDark{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray400{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-ghostWhite{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white200{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray100{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-none{
  background-color: transparent;
}

.submenu-link-item:hover .group-hover\:bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-pink100{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-150{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-200{
  background-color: rgba(98, 218, 251, 0.1);
}

.submenu-link-item:hover .group-hover\:bg-blue-250{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-350{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-750{
  --tw-bg-opacity: 1;
  background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-800{
  background-color: rgba(98,218,251,0.10);
}

.submenu-link-item:hover .group-hover\:bg-blue-850{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-40{
  background-color: rgba(0,0,0,0.4);
}

.submenu-link-item:hover .group-hover\:bg-black-50{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-150{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-200{
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-250{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-300{
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-350{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-400{
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-450{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-500{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-550{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-600{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black-650{
  background-color: #00000040;
}

.submenu-link-item:hover .group-hover\:bg-black-700{
  background-color: #00000066;
}

.submenu-link-item:hover .group-hover\:bg-black-750{
  background-color: #00000080;
}

.submenu-link-item:hover .group-hover\:bg-black-800{
  background-color: #00000099;
}

.submenu-link-item:hover .group-hover\:bg-black-850{
  background-color: #000000B3;
}

.submenu-link-item:hover .group-hover\:bg-black-900{
  background-color: #000000CC;
}

.submenu-link-item:hover .group-hover\:bg-black-950{
  background-color: #000000E6;
}

.submenu-link-item:hover .group-hover\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-550{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-650{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-red{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-150{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-200{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-250{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-300{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-350{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-450{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-500{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-550{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-600{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-650{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-700{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-750{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-800{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-850{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-900{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white-950{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-150{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-250{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-350{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-450{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-550{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-650{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-750{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-850{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-green{
  --tw-bg-opacity: 1;
  background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-redlight{
  background-color: rgba(176,42,35,.6);
}

.submenu-link-item:hover .group-hover\:bg-grayLight{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-grayDark{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-borderDark{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-whiteLight{
  background-color: rgba(255,255,255,0.8);
}

.submenu-link-item:hover .group-hover\:bg-secondaryLight{
  background-color: rgba(0,0,0,0.2);
}

.submenu-link-item:hover .group-hover\:bg-borderLight{
  background-color: rgba(0,0,0,0.3);
}

.submenu-link-item:hover .group-hover\:bg-secondaryDark{
  background-color: rgba(0,0,0,0.4);
}

.submenu-link-item:hover .group-hover\:bg-blackDark{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-gray200{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black50{
  background-color: #2A2C3B80;
}

.submenu-link-item:hover .group-hover\:bg-borderGray{
  background-color: #2A2C3B67;
}

.submenu-link-item:hover .group-hover\:bg-borderModal{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-modalbg{
  background-color: rgba(0,0,0,.7);
}

.submenu-link-item:hover .group-hover\:bg-black80{
  background-color: rgba(0,0,0,0.8);
}

.submenu-link-item:hover .group-hover\:bg-black90{
  background-color: rgba(0,0,0,0.9);
}

.submenu-link-item:hover .group-hover\:bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-inputDark{
  background-color: #2A2C3BCB;
}

.submenu-link-item:hover .group-hover\:bg-black30{
  background-color: #0000004D;
}

.submenu-link-item:hover .group-hover\:bg-select{
  background-color: #2A2C3B41;
}

.submenu-link-item:hover .group-hover\:bg-darkBlack{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-borderBlack{
  --tw-bg-opacity: 1;
  background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-black95{
  background-color: #000000F2;
}

.submenu-link-item:hover .group-hover\:bg-blackLight25{
  background-color: #2A2C3B40;
}

.submenu-link-item:hover .group-hover\:bg-bGraylight{
  background-color: #70707027;
}

.submenu-link-item:hover .group-hover\:bg-lightGray{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-lightRed{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-maroon{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-footerDark{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-success{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-info{
  --tw-bg-opacity: 1;
  background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-alert{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-success-light{
  --tw-bg-opacity: 1;
  background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-info-light{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-warning-light{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-danger-light{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
}

.submenu-link-item:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

.submenu-link-item:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.submenu-link-item:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.submenu-link-item:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.submenu-link-item:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.submenu-link-item:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.submenu-link-item:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.submenu-link-item:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.submenu-link-item:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.submenu-link-item:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.submenu-link-item:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.submenu-link-item:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.submenu-link-item:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.submenu-link-item:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.submenu-link-item:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.submenu-link-item:hover .group-hover\:text-blackDarker{
  --tw-text-opacity: 1;
  color: rgba(34, 35, 35, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-purple{
  --tw-text-opacity: 1;
  color: rgba(232, 229, 255, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-redlight{
  color: rgba(176,42,35,.6);
}

.submenu-link-item:hover .group-hover\:text-grayLight{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-grayDark{
  --tw-text-opacity: 1;
  color: rgba(221, 221, 221, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-borderDark{
  --tw-text-opacity: 1;
  color: rgba(199, 199, 199, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-whiteLight{
  color: rgba(255,255,255,0.8);
}

.submenu-link-item:hover .group-hover\:text-secondaryLight{
  color: rgba(0,0,0,0.2);
}

.submenu-link-item:hover .group-hover\:text-borderLight{
  color: rgba(0,0,0,0.3);
}

.submenu-link-item:hover .group-hover\:text-secondaryDark{
  color: rgba(0,0,0,0.4);
}

.submenu-link-item:hover .group-hover\:text-blackDark{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray200{
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black50{
  color: #2A2C3B80;
}

.submenu-link-item:hover .group-hover\:text-borderGray{
  color: #2A2C3B67;
}

.submenu-link-item:hover .group-hover\:text-borderModal{
  --tw-text-opacity: 1;
  color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-modalbg{
  color: rgba(0,0,0,.7);
}

.submenu-link-item:hover .group-hover\:text-black80{
  color: rgba(0,0,0,0.8);
}

.submenu-link-item:hover .group-hover\:text-black90{
  color: rgba(0,0,0,0.9);
}

.submenu-link-item:hover .group-hover\:text-warning{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-inputDark{
  color: #2A2C3BCB;
}

.submenu-link-item:hover .group-hover\:text-black30{
  color: #0000004D;
}

.submenu-link-item:hover .group-hover\:text-select{
  color: #2A2C3B41;
}

.submenu-link-item:hover .group-hover\:text-orange{
  --tw-text-opacity: 1;
  color: rgba(255, 98, 107, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-50{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-300{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green-950{
  --tw-text-opacity: 1;
  color: rgba(5, 46, 22, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-green{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-darkBlack{
  --tw-text-opacity: 1;
  color: rgba(34, 35, 47, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-borderBlack{
  --tw-text-opacity: 1;
  color: rgba(24, 25, 34, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black95{
  color: #000000F2;
}

.submenu-link-item:hover .group-hover\:text-blackLight25{
  color: #2A2C3B40;
}

.submenu-link-item:hover .group-hover\:text-bGraylight{
  color: #70707027;
}

.submenu-link-item:hover .group-hover\:text-lightGray{
  --tw-text-opacity: 1;
  color: rgba(228, 228, 228, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-lightRed{
  --tw-text-opacity: 1;
  color: rgba(247, 234, 233, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-maroon{
  --tw-text-opacity: 1;
  color: rgba(183, 58, 51, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-footerDark{
  --tw-text-opacity: 1;
  color: rgba(22, 22, 23, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-success{
  --tw-text-opacity: 1;
  color: rgba(40, 167, 69, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-info{
  --tw-text-opacity: 1;
  color: rgba(23, 162, 184, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-danger{
  --tw-text-opacity: 1;
  color: rgba(220, 53, 69, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-alert{
  --tw-text-opacity: 1;
  color: rgba(220, 53, 69, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-success-light{
  --tw-text-opacity: 1;
  color: rgba(163, 217, 165, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-info-light{
  --tw-text-opacity: 1;
  color: rgba(127, 214, 231, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-warning-light{
  --tw-text-opacity: 1;
  color: rgba(255, 224, 130, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-danger-light{
  --tw-text-opacity: 1;
  color: rgba(245, 166, 183, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-blackLight{
  --tw-text-opacity: 1;
  color: rgba(34, 35, 35, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-50{
  --tw-text-opacity: 1;
  color: rgba(247, 233, 232, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1;
  color: rgba(123, 42, 43, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-200{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-300{
  --tw-text-opacity: 1;
  color: rgba(249, 89, 124, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1;
  color: rgba(251, 234, 227, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1;
  color: rgba(255, 242, 243, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-550{
  --tw-text-opacity: 1;
  color: rgba(255, 245, 246, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1;
  color: rgba(254, 250, 250, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-650{
  --tw-text-opacity: 1;
  color: rgba(255, 233, 234, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 40, 35, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1;
  color: rgba(249, 242, 244, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1;
  color: rgba(249, 242, 244, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-red{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-50{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-100{
  --tw-text-opacity: 1;
  color: rgba(254, 254, 254, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-150{
  --tw-text-opacity: 1;
  color: rgba(253, 253, 253, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-200{
  --tw-text-opacity: 1;
  color: rgba(252, 252, 252, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-250{
  --tw-text-opacity: 1;
  color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-300{
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-350{
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-400{
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-450{
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-500{
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-550{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-600{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-650{
  --tw-text-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-700{
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-750{
  --tw-text-opacity: 1;
  color: rgba(241, 241, 241, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-800{
  --tw-text-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-850{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-900{
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white-950{
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-40{
  color: rgba(0,0,0,0.4);
}

.submenu-link-item:hover .group-hover\:text-black-50{
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-100{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-150{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-200{
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-250{
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-300{
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-350{
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-400{
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-450{
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-500{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-550{
  --tw-text-opacity: 1;
  color: rgba(10, 10, 10, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-600{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-black-650{
  color: #00000040;
}

.submenu-link-item:hover .group-hover\:text-black-700{
  color: #00000066;
}

.submenu-link-item:hover .group-hover\:text-black-750{
  color: #00000080;
}

.submenu-link-item:hover .group-hover\:text-black-800{
  color: #00000099;
}

.submenu-link-item:hover .group-hover\:text-black-850{
  color: #000000B3;
}

.submenu-link-item:hover .group-hover\:text-black-900{
  color: #000000CC;
}

.submenu-link-item:hover .group-hover\:text-black-950{
  color: #000000E6;
}

.submenu-link-item:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-150{
  --tw-text-opacity: 1;
  color: rgba(234, 236, 242, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-250{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-350{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-450{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-550{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-650{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-750{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-850{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray-950{
  --tw-text-opacity: 1;
  color: rgba(3, 7, 18, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-gray{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-50{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-100{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-200{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-300{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-400{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-800{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-900{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary-950{
  --tw-text-opacity: 1;
  color: rgba(69, 10, 10, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgba(202, 5, 21, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-50{
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-100{
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-200{
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-300{
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-400{
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-500{
  --tw-text-opacity: 1;
  color: rgba(42, 43, 59, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-600{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-700{
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-800{
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-900{
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary-950{
  --tw-text-opacity: 1;
  color: rgba(2, 6, 23, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1;
  color: rgba(42, 43, 59, var(--tw-text-opacity));
}

.submenu-link-item:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

.submenu-link-item:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05;
}

.submenu-link-item:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1;
}

.submenu-link-item:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2;
}

.submenu-link-item:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

.submenu-link-item:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3;
}

.submenu-link-item:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

.submenu-link-item:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.submenu-link-item:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6;
}

.submenu-link-item:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7;
}

.submenu-link-item:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.submenu-link-item:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8;
}

.submenu-link-item:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9;
}

.submenu-link-item:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95;
}

.submenu-link-item:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

.submenu-link-item:hover .group-hover\:underline{
  text-decoration: underline;
}

.submenu-link-item:hover .group-hover\:line-through{
  text-decoration: line-through;
}

.submenu-link-item:hover .group-hover\:no-underline{
  text-decoration: none;
}

.submenu-link-item:hover .group-hover\:opacity-0{
  opacity: 0;
}

.submenu-link-item:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.submenu-link-item:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.submenu-link-item:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.submenu-link-item:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.submenu-link-item:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.submenu-link-item:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.submenu-link-item:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.submenu-link-item:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.submenu-link-item:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.submenu-link-item:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.submenu-link-item:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.submenu-link-item:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.submenu-link-item:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.submenu-link-item:hover .group-hover\:opacity-100{
  opacity: 1;
}

.submenu-link-item:hover .group-hover\:shadow-0{
  --tw-shadow: active;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-xs{
  --tw-shadow: 0px 3px 6px #00000015;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-sm{
  --tw-shadow: 0px 10px 30px #0000000F;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-md{
  --tw-shadow: 0px 10px 30px #22232326;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-default{
  --tw-shadow: 0px 10px 30px #0000000F;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-lg{
  --tw-shadow: 0px 5px 20px #00000010;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-xl{
  --tw-shadow: 0px 10px 20px #0000003C;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-item:hover .group-hover\:shadow-card{
  --tw-shadow: 0px 10px 30px #00000010;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .submenu-link-item:hover .sm\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-none{
    border-color: transparent;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .sm\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .submenu-link-item:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-none{
    background-color: transparent;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .submenu-link-item:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black30{
    color: #0000004D;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black95{
    color: #000000F2;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-650{
    color: #00000040;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-700{
    color: #00000066;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-750{
    color: #00000080;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-800{
    color: #00000099;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .submenu-link-item:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .submenu-link-item:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  .submenu-link-item:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .submenu-link-item:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .submenu-link-item:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .sm\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px){
  .submenu-link-item:hover .md\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .md\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-none{
    border-color: transparent;
  }

  .submenu-link-item:hover .md\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .md\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .md\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .md\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .md\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .submenu-link-item:hover .md\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .submenu-link-item:hover .md\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .md\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .md\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .md\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .md\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .submenu-link-item:hover .md\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .submenu-link-item:hover .md\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .submenu-link-item:hover .md\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .submenu-link-item:hover .md\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .submenu-link-item:hover .md\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .submenu-link-item:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-none{
    background-color: transparent;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .md\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .submenu-link-item:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .submenu-link-item:hover .md\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .md\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .md\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .md\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .submenu-link-item:hover .md\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .submenu-link-item:hover .md\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .md\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .md\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .md\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black30{
    color: #0000004D;
  }

  .submenu-link-item:hover .md\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .submenu-link-item:hover .md\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black95{
    color: #000000F2;
  }

  .submenu-link-item:hover .md\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .submenu-link-item:hover .md\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .submenu-link-item:hover .md\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-650{
    color: #00000040;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-700{
    color: #00000066;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-750{
    color: #00000080;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-800{
    color: #00000099;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .submenu-link-item:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .submenu-link-item:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .submenu-link-item:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  .submenu-link-item:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .submenu-link-item:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .submenu-link-item:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .md\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px){
  .submenu-link-item:hover .lg\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-none{
    border-color: transparent;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .lg\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .submenu-link-item:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-none{
    background-color: transparent;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .submenu-link-item:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black30{
    color: #0000004D;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black95{
    color: #000000F2;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-650{
    color: #00000040;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-700{
    color: #00000066;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-750{
    color: #00000080;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-800{
    color: #00000099;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .submenu-link-item:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .submenu-link-item:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  .submenu-link-item:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .submenu-link-item:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .submenu-link-item:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .lg\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .submenu-link-item:hover .xl\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-none{
    border-color: transparent;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .xl\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .submenu-link-item:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-none{
    background-color: transparent;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .submenu-link-item:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black30{
    color: #0000004D;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black95{
    color: #000000F2;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-650{
    color: #00000040;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-700{
    color: #00000066;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-750{
    color: #00000080;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-800{
    color: #00000099;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .submenu-link-item:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .submenu-link-item:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .submenu-link-item:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .submenu-link-item:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .submenu-link-item:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .xl\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1536px){
  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-redDark{
    --tw-border-opacity: 1;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray400{
    --tw-border-opacity: 1;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white200{
    --tw-border-opacity: 1;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray100{
    --tw-border-opacity: 1;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-none{
    border-color: transparent;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-pink100{
    --tw-border-opacity: 1;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-150{
    --tw-border-opacity: 1;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-250{
    --tw-border-opacity: 1;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-350{
    --tw-border-opacity: 1;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-750{
    --tw-border-opacity: 1;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-850{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue-950{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-50{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-150{
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-200{
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-300{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-350{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-550{
    --tw-border-opacity: 1;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-650{
    border-color: #00000040;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-700{
    border-color: #00000066;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-750{
    border-color: #00000080;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-800{
    border-color: #00000099;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-850{
    border-color: #000000B3;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-900{
    border-color: #000000CC;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black-950{
    border-color: #000000E6;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-550{
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-150{
    --tw-border-opacity: 1;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-250{
    --tw-border-opacity: 1;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-350{
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-450{
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-500{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-550{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-650{
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-700{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-750{
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-800{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-850{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-900{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white-950{
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-250{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-650{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-750{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-grayLight{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-grayDark{
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-borderDark{
    --tw-border-opacity: 1;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blackDark{
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-gray200{
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black50{
    border-color: #2A2C3B80;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-borderGray{
    border-color: #2A2C3B67;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-borderModal{
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-warning{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black30{
    border-color: #0000004D;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-select{
    border-color: #2A2C3B41;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-black95{
    border-color: #000000F2;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-bGraylight{
    border-color: #70707027;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-lightRed{
    --tw-border-opacity: 1;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-maroon{
    --tw-border-opacity: 1;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-footerDark{
    --tw-border-opacity: 1;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-success{
    --tw-border-opacity: 1;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-info{
    --tw-border-opacity: 1;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-danger{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-alert{
    --tw-border-opacity: 1;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-success-light{
    --tw-border-opacity: 1;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-info-light{
    --tw-border-opacity: 1;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-warning-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-danger-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white200{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-none{
    background-color: transparent;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-650{
    background-color: #00000040;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-700{
    background-color: #00000066;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-750{
    background-color: #00000080;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-800{
    background-color: #00000099;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-850{
    background-color: #000000B3;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-900{
    background-color: #000000CC;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black-950{
    background-color: #000000E6;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black50{
    background-color: #2A2C3B80;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black30{
    background-color: #0000004D;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-select{
    background-color: #2A2C3B41;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-black95{
    background-color: #000000F2;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-bGraylight{
    background-color: #70707027;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-success{
    --tw-bg-opacity: 1;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-info{
    --tw-bg-opacity: 1;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-alert{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(232, 229, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-grayLight{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-grayDark{
    --tw-text-opacity: 1;
    color: rgba(221, 221, 221, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-borderDark{
    --tw-text-opacity: 1;
    color: rgba(199, 199, 199, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-blackDark{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray200{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black50{
    color: #2A2C3B80;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-borderGray{
    color: #2A2C3B67;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-borderModal{
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-warning{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-inputDark{
    color: #2A2C3BCB;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black30{
    color: #0000004D;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-select{
    color: #2A2C3B41;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 98, 107, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green-950{
    --tw-text-opacity: 1;
    color: rgba(5, 46, 22, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-green{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 47, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1;
    color: rgba(24, 25, 34, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black95{
    color: #000000F2;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-blackLight25{
    color: #2A2C3B40;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-bGraylight{
    color: #70707027;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-lightGray{
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-lightRed{
    --tw-text-opacity: 1;
    color: rgba(247, 234, 233, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-maroon{
    --tw-text-opacity: 1;
    color: rgba(183, 58, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-footerDark{
    --tw-text-opacity: 1;
    color: rgba(22, 22, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-success{
    --tw-text-opacity: 1;
    color: rgba(40, 167, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-info{
    --tw-text-opacity: 1;
    color: rgba(23, 162, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-danger{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-alert{
    --tw-text-opacity: 1;
    color: rgba(220, 53, 69, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-success-light{
    --tw-text-opacity: 1;
    color: rgba(163, 217, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-info-light{
    --tw-text-opacity: 1;
    color: rgba(127, 214, 231, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-warning-light{
    --tw-text-opacity: 1;
    color: rgba(255, 224, 130, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-danger-light{
    --tw-text-opacity: 1;
    color: rgba(245, 166, 183, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-blackLight{
    --tw-text-opacity: 1;
    color: rgba(34, 35, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(247, 233, 232, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(123, 42, 43, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(249, 89, 124, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 234, 227, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(255, 242, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-550{
    --tw-text-opacity: 1;
    color: rgba(255, 245, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(254, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 233, 234, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 40, 35, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(249, 242, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-red{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-50{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-100{
    --tw-text-opacity: 1;
    color: rgba(254, 254, 254, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-150{
    --tw-text-opacity: 1;
    color: rgba(253, 253, 253, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(252, 252, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-250{
    --tw-text-opacity: 1;
    color: rgba(251, 251, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-350{
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-450{
    --tw-text-opacity: 1;
    color: rgba(247, 247, 247, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-500{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-550{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-650{
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-700{
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-750{
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-800{
    --tw-text-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-850{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-900{
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white-950{
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-50{
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-100{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-150{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-200{
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-250{
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-300{
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-350{
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-550{
    --tw-text-opacity: 1;
    color: rgba(10, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-650{
    color: #00000040;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-700{
    color: #00000066;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-750{
    color: #00000080;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-800{
    color: #00000099;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-850{
    color: #000000B3;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-900{
    color: #000000CC;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black-950{
    color: #000000E6;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-150{
    --tw-text-opacity: 1;
    color: rgba(234, 236, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-250{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-650{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-750{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgba(69, 10, 10, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(202, 5, 21, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1;
    color: rgba(2, 6, 23, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgba(42, 43, 59, var(--tw-text-opacity));
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-0{
    --tw-shadow: active;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .submenu-link-item:hover .\32xl\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.submenu-link {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.submenu-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.submenu-link.active {
  --tw-bg-opacity: 1;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0px 5px 20px #00000010;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-link-icon {
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.submenu-link-svg {
  height: 1rem;
  width: 1rem;
}

.menu-search {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  border: none;
  height: 47px;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.admin-header {
  background: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  height: 44px;
}

.right-dashboard,
.admin-header {
  padding-left: 250px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.right-dashboard .input-group .btn,
.admin-header .input-group .btn {
  height: 34px;
  padding: 0 !important;
  width: 35px !important;
  min-width: 35px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.m-l-auto {
  margin-left: auto;
}

.email-status .card {
  height: auto;
  min-height: auto;
}

.email-status .card-body {
  padding: 15px;
}

.email-status .card-body .d-flex {
  margin-bottom: 10px;
}

.email-status .card-body label {
  width: 35%;
  font-weight: 500;
  color: #3498db;
}

.admin-header .btn {
  border-radius: 0;
  margin-top: 5px;
}

.admin-layout {
  position: relative;
  min-height: 100vh;
}

.hideMenu .sidebar {
  left: -250px;
}

.hideMenu .right-dashboard,
.hideMenu .admin-header {
  padding-left: 15px;
}

/* Mobile responsive */

@media (max-width: 768px) {
  .sidebar {
    left: -250px;
  }

  .right-dashboard,
  .admin-header {
    padding-left: 15px;
  }

  body:not(.hideMenu) .sidebar {
    left: 0;
  }
}

.des-form .card {
  height: auto;
  min-height: auto;
}

.des-form .card-body {
  padding: 15px;
}

.onoffswitch {
  position: relative;
  width: 75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #dbd8d8;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "On";
  padding-left: 18px;
  background-color: #00c49f;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 18px;
  background-color: #ffffff;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 28px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #dbd8d8;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex: 1 1 auto !important;
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  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;
}

.m-l-auto {
  margin-left: auto;
}

.no-margin {
  margin: 0 !important;
}

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

.stat-icon {
  border-radius: 50% 50% 0 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -5px;
  bottom: -5px;
}

.bg-purple {
  background: #30419b !important;
}

.bg-green {
  background: #02c58d !important;
}

.bg-red {
  background: #fc5454 !important;
}

.bg-yellow {
  background: #fcbe2d !important;
}

.bg-red {
  background: #fc5454 !important;
}

.bg-pink {
  background: #b644cb !important;
}

.bg-blue {
  background: #3087c3 !important;
}

.bg-orange {
  background: #e88237 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.stat-cards .panel {
  position: relative;
  overflow: hidden;
}

.page-title h1 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 500;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  font-weight: normal;
}

#uploadFile {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* Tailwind CSS */

/* ! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

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

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

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

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

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

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

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

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

@media (min-width: 640px){
  .container{
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}

.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;
}

.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-within\:sr-only:focus-within{
  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-within\:not-sr-only:focus-within{
  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\: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\: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;
}

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

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

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

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

.inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.inset-1{
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.inset-2{
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.inset-3{
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.inset-4{
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-5{
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.inset-6{
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.inset-7{
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.inset-8{
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.inset-9{
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.inset-10{
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.inset-11{
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.inset-12{
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.inset-14{
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.inset-16{
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.inset-20{
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.inset-24{
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.inset-28{
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.inset-32{
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.inset-36{
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.inset-40{
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.inset-44{
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

.inset-48{
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.inset-52{
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.inset-56{
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.inset-60{
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.inset-64{
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.inset-72{
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

.inset-80{
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.inset-96{
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-px{
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.inset-0\.5{
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.inset-1\.5{
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.inset-2\.5{
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.inset-3\.5{
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

.-inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.-inset-1{
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

.-inset-2{
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.-inset-3{
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

.-inset-4{
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

.-inset-5{
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.-inset-6{
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.-inset-7{
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

.-inset-8{
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.-inset-9{
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

.-inset-10{
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

.-inset-11{
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.-inset-12{
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.-inset-14{
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.-inset-16{
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.-inset-20{
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

.-inset-24{
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

.-inset-28{
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

.-inset-32{
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

.-inset-36{
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

.-inset-40{
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

.-inset-44{
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

.-inset-48{
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.-inset-52{
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.-inset-56{
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

.-inset-60{
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

.-inset-64{
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.-inset-72{
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

.-inset-80{
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

.-inset-96{
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

.-inset-px{
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.-inset-0\.5{
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.-inset-1\.5{
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.-inset-2\.5{
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.-inset-3\.5{
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

.inset-1\/2{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-1\/3{
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.inset-2\/3{
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.inset-1\/4{
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.inset-2\/4{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-3\/4{
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.inset-full{
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.-inset-1\/2{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-1\/3{
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.-inset-2\/3{
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.-inset-1\/4{
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.-inset-2\/4{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-3\/4{
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.-inset-full{
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

.inset-x-0{
  left: 0px !important;
  right: 0px !important;
}

.inset-x-1{
  left: 0.25rem !important;
  right: 0.25rem !important;
}

.inset-x-2{
  left: 0.5rem !important;
  right: 0.5rem !important;
}

.inset-x-3{
  left: 0.75rem !important;
  right: 0.75rem !important;
}

.inset-x-4{
  left: 1rem !important;
  right: 1rem !important;
}

.inset-x-5{
  left: 1.25rem !important;
  right: 1.25rem !important;
}

.inset-x-6{
  left: 1.5rem !important;
  right: 1.5rem !important;
}

.inset-x-7{
  left: 1.75rem !important;
  right: 1.75rem !important;
}

.inset-x-8{
  left: 2rem !important;
  right: 2rem !important;
}

.inset-x-9{
  left: 2.25rem !important;
  right: 2.25rem !important;
}

.inset-x-10{
  left: 2.5rem !important;
  right: 2.5rem !important;
}

.inset-x-11{
  left: 2.75rem !important;
  right: 2.75rem !important;
}

.inset-x-12{
  left: 3rem !important;
  right: 3rem !important;
}

.inset-x-14{
  left: 3.5rem !important;
  right: 3.5rem !important;
}

.inset-x-16{
  left: 4rem !important;
  right: 4rem !important;
}

.inset-x-20{
  left: 5rem !important;
  right: 5rem !important;
}

.inset-x-24{
  left: 6rem !important;
  right: 6rem !important;
}

.inset-x-28{
  left: 7rem !important;
  right: 7rem !important;
}

.inset-x-32{
  left: 8rem !important;
  right: 8rem !important;
}

.inset-x-36{
  left: 9rem !important;
  right: 9rem !important;
}

.inset-x-40{
  left: 10rem !important;
  right: 10rem !important;
}

.inset-x-44{
  left: 11rem !important;
  right: 11rem !important;
}

.inset-x-48{
  left: 12rem !important;
  right: 12rem !important;
}

.inset-x-52{
  left: 13rem !important;
  right: 13rem !important;
}

.inset-x-56{
  left: 14rem !important;
  right: 14rem !important;
}

.inset-x-60{
  left: 15rem !important;
  right: 15rem !important;
}

.inset-x-64{
  left: 16rem !important;
  right: 16rem !important;
}

.inset-x-72{
  left: 18rem !important;
  right: 18rem !important;
}

.inset-x-80{
  left: 20rem !important;
  right: 20rem !important;
}

.inset-x-96{
  left: 24rem !important;
  right: 24rem !important;
}

.inset-x-auto{
  left: auto !important;
  right: auto !important;
}

.inset-x-px{
  left: 1px !important;
  right: 1px !important;
}

.inset-x-0\.5{
  left: 0.125rem !important;
  right: 0.125rem !important;
}

.inset-x-1\.5{
  left: 0.375rem !important;
  right: 0.375rem !important;
}

.inset-x-2\.5{
  left: 0.625rem !important;
  right: 0.625rem !important;
}

.inset-x-3\.5{
  left: 0.875rem !important;
  right: 0.875rem !important;
}

.-inset-x-0{
  left: 0px !important;
  right: 0px !important;
}

.-inset-x-1{
  left: -0.25rem !important;
  right: -0.25rem !important;
}

.-inset-x-2{
  left: -0.5rem !important;
  right: -0.5rem !important;
}

.-inset-x-3{
  left: -0.75rem !important;
  right: -0.75rem !important;
}

.-inset-x-4{
  left: -1rem !important;
  right: -1rem !important;
}

.-inset-x-5{
  left: -1.25rem !important;
  right: -1.25rem !important;
}

.-inset-x-6{
  left: -1.5rem !important;
  right: -1.5rem !important;
}

.-inset-x-7{
  left: -1.75rem !important;
  right: -1.75rem !important;
}

.-inset-x-8{
  left: -2rem !important;
  right: -2rem !important;
}

.-inset-x-9{
  left: -2.25rem !important;
  right: -2.25rem !important;
}

.-inset-x-10{
  left: -2.5rem !important;
  right: -2.5rem !important;
}

.-inset-x-11{
  left: -2.75rem !important;
  right: -2.75rem !important;
}

.-inset-x-12{
  left: -3rem !important;
  right: -3rem !important;
}

.-inset-x-14{
  left: -3.5rem !important;
  right: -3.5rem !important;
}

.-inset-x-16{
  left: -4rem !important;
  right: -4rem !important;
}

.-inset-x-20{
  left: -5rem !important;
  right: -5rem !important;
}

.-inset-x-24{
  left: -6rem !important;
  right: -6rem !important;
}

.-inset-x-28{
  left: -7rem !important;
  right: -7rem !important;
}

.-inset-x-32{
  left: -8rem !important;
  right: -8rem !important;
}

.-inset-x-36{
  left: -9rem !important;
  right: -9rem !important;
}

.-inset-x-40{
  left: -10rem !important;
  right: -10rem !important;
}

.-inset-x-44{
  left: -11rem !important;
  right: -11rem !important;
}

.-inset-x-48{
  left: -12rem !important;
  right: -12rem !important;
}

.-inset-x-52{
  left: -13rem !important;
  right: -13rem !important;
}

.-inset-x-56{
  left: -14rem !important;
  right: -14rem !important;
}

.-inset-x-60{
  left: -15rem !important;
  right: -15rem !important;
}

.-inset-x-64{
  left: -16rem !important;
  right: -16rem !important;
}

.-inset-x-72{
  left: -18rem !important;
  right: -18rem !important;
}

.-inset-x-80{
  left: -20rem !important;
  right: -20rem !important;
}

.-inset-x-96{
  left: -24rem !important;
  right: -24rem !important;
}

.-inset-x-px{
  left: -1px !important;
  right: -1px !important;
}

.-inset-x-0\.5{
  left: -0.125rem !important;
  right: -0.125rem !important;
}

.-inset-x-1\.5{
  left: -0.375rem !important;
  right: -0.375rem !important;
}

.-inset-x-2\.5{
  left: -0.625rem !important;
  right: -0.625rem !important;
}

.-inset-x-3\.5{
  left: -0.875rem !important;
  right: -0.875rem !important;
}

.inset-x-1\/2{
  left: 50% !important;
  right: 50% !important;
}

.inset-x-1\/3{
  left: 33.333333% !important;
  right: 33.333333% !important;
}

.inset-x-2\/3{
  left: 66.666667% !important;
  right: 66.666667% !important;
}

.inset-x-1\/4{
  left: 25% !important;
  right: 25% !important;
}

.inset-x-2\/4{
  left: 50% !important;
  right: 50% !important;
}

.inset-x-3\/4{
  left: 75% !important;
  right: 75% !important;
}

.inset-x-full{
  left: 100% !important;
  right: 100% !important;
}

.-inset-x-1\/2{
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-1\/3{
  left: -33.333333% !important;
  right: -33.333333% !important;
}

.-inset-x-2\/3{
  left: -66.666667% !important;
  right: -66.666667% !important;
}

.-inset-x-1\/4{
  left: -25% !important;
  right: -25% !important;
}

.-inset-x-2\/4{
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-3\/4{
  left: -75% !important;
  right: -75% !important;
}

.-inset-x-full{
  left: -100% !important;
  right: -100% !important;
}

.inset-y-0{
  top: 0px !important;
  bottom: 0px !important;
}

.inset-y-1{
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

.inset-y-2{
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

.inset-y-3{
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

.inset-y-4{
  top: 1rem !important;
  bottom: 1rem !important;
}

.inset-y-5{
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

.inset-y-6{
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.inset-y-7{
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.inset-y-8{
  top: 2rem !important;
  bottom: 2rem !important;
}

.inset-y-9{
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.inset-y-10{
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

.inset-y-11{
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

.inset-y-12{
  top: 3rem !important;
  bottom: 3rem !important;
}

.inset-y-14{
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

.inset-y-16{
  top: 4rem !important;
  bottom: 4rem !important;
}

.inset-y-20{
  top: 5rem !important;
  bottom: 5rem !important;
}

.inset-y-24{
  top: 6rem !important;
  bottom: 6rem !important;
}

.inset-y-28{
  top: 7rem !important;
  bottom: 7rem !important;
}

.inset-y-32{
  top: 8rem !important;
  bottom: 8rem !important;
}

.inset-y-36{
  top: 9rem !important;
  bottom: 9rem !important;
}

.inset-y-40{
  top: 10rem !important;
  bottom: 10rem !important;
}

.inset-y-44{
  top: 11rem !important;
  bottom: 11rem !important;
}

.inset-y-48{
  top: 12rem !important;
  bottom: 12rem !important;
}

.inset-y-52{
  top: 13rem !important;
  bottom: 13rem !important;
}

.inset-y-56{
  top: 14rem !important;
  bottom: 14rem !important;
}

.inset-y-60{
  top: 15rem !important;
  bottom: 15rem !important;
}

.inset-y-64{
  top: 16rem !important;
  bottom: 16rem !important;
}

.inset-y-72{
  top: 18rem !important;
  bottom: 18rem !important;
}

.inset-y-80{
  top: 20rem !important;
  bottom: 20rem !important;
}

.inset-y-96{
  top: 24rem !important;
  bottom: 24rem !important;
}

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.inset-y-px{
  top: 1px !important;
  bottom: 1px !important;
}

.inset-y-0\.5{
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.inset-y-1\.5{
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

.inset-y-2\.5{
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

.inset-y-3\.5{
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

.-inset-y-0{
  top: 0px !important;
  bottom: 0px !important;
}

.-inset-y-1{
  top: -0.25rem !important;
  bottom: -0.25rem !important;
}

.-inset-y-2{
  top: -0.5rem !important;
  bottom: -0.5rem !important;
}

.-inset-y-3{
  top: -0.75rem !important;
  bottom: -0.75rem !important;
}

.-inset-y-4{
  top: -1rem !important;
  bottom: -1rem !important;
}

.-inset-y-5{
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

.-inset-y-6{
  top: -1.5rem !important;
  bottom: -1.5rem !important;
}

.-inset-y-7{
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

.-inset-y-8{
  top: -2rem !important;
  bottom: -2rem !important;
}

.-inset-y-9{
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

.-inset-y-10{
  top: -2.5rem !important;
  bottom: -2.5rem !important;
}

.-inset-y-11{
  top: -2.75rem !important;
  bottom: -2.75rem !important;
}

.-inset-y-12{
  top: -3rem !important;
  bottom: -3rem !important;
}

.-inset-y-14{
  top: -3.5rem !important;
  bottom: -3.5rem !important;
}

.-inset-y-16{
  top: -4rem !important;
  bottom: -4rem !important;
}

.-inset-y-20{
  top: -5rem !important;
  bottom: -5rem !important;
}

.-inset-y-24{
  top: -6rem !important;
  bottom: -6rem !important;
}

.-inset-y-28{
  top: -7rem !important;
  bottom: -7rem !important;
}

.-inset-y-32{
  top: -8rem !important;
  bottom: -8rem !important;
}

.-inset-y-36{
  top: -9rem !important;
  bottom: -9rem !important;
}

.-inset-y-40{
  top: -10rem !important;
  bottom: -10rem !important;
}

.-inset-y-44{
  top: -11rem !important;
  bottom: -11rem !important;
}

.-inset-y-48{
  top: -12rem !important;
  bottom: -12rem !important;
}

.-inset-y-52{
  top: -13rem !important;
  bottom: -13rem !important;
}

.-inset-y-56{
  top: -14rem !important;
  bottom: -14rem !important;
}

.-inset-y-60{
  top: -15rem !important;
  bottom: -15rem !important;
}

.-inset-y-64{
  top: -16rem !important;
  bottom: -16rem !important;
}

.-inset-y-72{
  top: -18rem !important;
  bottom: -18rem !important;
}

.-inset-y-80{
  top: -20rem !important;
  bottom: -20rem !important;
}

.-inset-y-96{
  top: -24rem !important;
  bottom: -24rem !important;
}

.-inset-y-px{
  top: -1px !important;
  bottom: -1px !important;
}

.-inset-y-0\.5{
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

.-inset-y-1\.5{
  top: -0.375rem !important;
  bottom: -0.375rem !important;
}

.-inset-y-2\.5{
  top: -0.625rem !important;
  bottom: -0.625rem !important;
}

.-inset-y-3\.5{
  top: -0.875rem !important;
  bottom: -0.875rem !important;
}

.inset-y-1\/2{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-1\/3{
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.inset-y-2\/3{
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.inset-y-1\/4{
  top: 25% !important;
  bottom: 25% !important;
}

.inset-y-2\/4{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-3\/4{
  top: 75% !important;
  bottom: 75% !important;
}

.inset-y-full{
  top: 100% !important;
  bottom: 100% !important;
}

.-inset-y-1\/2{
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-1\/3{
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.-inset-y-2\/3{
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.-inset-y-1\/4{
  top: -25% !important;
  bottom: -25% !important;
}

.-inset-y-2\/4{
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-3\/4{
  top: -75% !important;
  bottom: -75% !important;
}

.-inset-y-full{
  top: -100% !important;
  bottom: -100% !important;
}

.top-0{
  top: 0px !important;
}

.top-1{
  top: 0.25rem !important;
}

.top-2{
  top: 0.5rem !important;
}

.top-3{
  top: 0.75rem !important;
}

.top-4{
  top: 1rem !important;
}

.top-5{
  top: 1.25rem !important;
}

.top-6{
  top: 1.5rem !important;
}

.top-7{
  top: 1.75rem !important;
}

.top-8{
  top: 2rem !important;
}

.top-9{
  top: 2.25rem !important;
}

.top-10{
  top: 2.5rem !important;
}

.top-11{
  top: 2.75rem !important;
}

.top-12{
  top: 3rem !important;
}

.top-14{
  top: 3.5rem !important;
}

.top-16{
  top: 4rem !important;
}

.top-20{
  top: 5rem !important;
}

.top-24{
  top: 6rem !important;
}

.top-28{
  top: 7rem !important;
}

.top-32{
  top: 8rem !important;
}

.top-36{
  top: 9rem !important;
}

.top-40{
  top: 10rem !important;
}

.top-44{
  top: 11rem !important;
}

.top-48{
  top: 12rem !important;
}

.top-52{
  top: 13rem !important;
}

.top-56{
  top: 14rem !important;
}

.top-60{
  top: 15rem !important;
}

.top-64{
  top: 16rem !important;
}

.top-72{
  top: 18rem !important;
}

.top-80{
  top: 20rem !important;
}

.top-96{
  top: 24rem !important;
}

.top-auto{
  top: auto !important;
}

.top-px{
  top: 1px !important;
}

.top-0\.5{
  top: 0.125rem !important;
}

.top-1\.5{
  top: 0.375rem !important;
}

.top-2\.5{
  top: 0.625rem !important;
}

.top-3\.5{
  top: 0.875rem !important;
}

.-top-0{
  top: 0px !important;
}

.-top-1{
  top: -0.25rem !important;
}

.-top-2{
  top: -0.5rem !important;
}

.-top-3{
  top: -0.75rem !important;
}

.-top-4{
  top: -1rem !important;
}

.-top-5{
  top: -1.25rem !important;
}

.-top-6{
  top: -1.5rem !important;
}

.-top-7{
  top: -1.75rem !important;
}

.-top-8{
  top: -2rem !important;
}

.-top-9{
  top: -2.25rem !important;
}

.-top-10{
  top: -2.5rem !important;
}

.-top-11{
  top: -2.75rem !important;
}

.-top-12{
  top: -3rem !important;
}

.-top-14{
  top: -3.5rem !important;
}

.-top-16{
  top: -4rem !important;
}

.-top-20{
  top: -5rem !important;
}

.-top-24{
  top: -6rem !important;
}

.-top-28{
  top: -7rem !important;
}

.-top-32{
  top: -8rem !important;
}

.-top-36{
  top: -9rem !important;
}

.-top-40{
  top: -10rem !important;
}

.-top-44{
  top: -11rem !important;
}

.-top-48{
  top: -12rem !important;
}

.-top-52{
  top: -13rem !important;
}

.-top-56{
  top: -14rem !important;
}

.-top-60{
  top: -15rem !important;
}

.-top-64{
  top: -16rem !important;
}

.-top-72{
  top: -18rem !important;
}

.-top-80{
  top: -20rem !important;
}

.-top-96{
  top: -24rem !important;
}

.-top-px{
  top: -1px !important;
}

.-top-0\.5{
  top: -0.125rem !important;
}

.-top-1\.5{
  top: -0.375rem !important;
}

.-top-2\.5{
  top: -0.625rem !important;
}

.-top-3\.5{
  top: -0.875rem !important;
}

.top-1\/2{
  top: 50% !important;
}

.top-1\/3{
  top: 33.333333% !important;
}

.top-2\/3{
  top: 66.666667% !important;
}

.top-1\/4{
  top: 25% !important;
}

.top-2\/4{
  top: 50% !important;
}

.top-3\/4{
  top: 75% !important;
}

.top-full{
  top: 100% !important;
}

.-top-1\/2{
  top: -50% !important;
}

.-top-1\/3{
  top: -33.333333% !important;
}

.-top-2\/3{
  top: -66.666667% !important;
}

.-top-1\/4{
  top: -25% !important;
}

.-top-2\/4{
  top: -50% !important;
}

.-top-3\/4{
  top: -75% !important;
}

.-top-full{
  top: -100% !important;
}

.right-0{
  right: 0px !important;
}

.right-1{
  right: 0.25rem !important;
}

.right-2{
  right: 0.5rem !important;
}

.right-3{
  right: 0.75rem !important;
}

.right-4{
  right: 1rem !important;
}

.right-5{
  right: 1.25rem !important;
}

.right-6{
  right: 1.5rem !important;
}

.right-7{
  right: 1.75rem !important;
}

.right-8{
  right: 2rem !important;
}

.right-9{
  right: 2.25rem !important;
}

.right-10{
  right: 2.5rem !important;
}

.right-11{
  right: 2.75rem !important;
}

.right-12{
  right: 3rem !important;
}

.right-14{
  right: 3.5rem !important;
}

.right-16{
  right: 4rem !important;
}

.right-20{
  right: 5rem !important;
}

.right-24{
  right: 6rem !important;
}

.right-28{
  right: 7rem !important;
}

.right-32{
  right: 8rem !important;
}

.right-36{
  right: 9rem !important;
}

.right-40{
  right: 10rem !important;
}

.right-44{
  right: 11rem !important;
}

.right-48{
  right: 12rem !important;
}

.right-52{
  right: 13rem !important;
}

.right-56{
  right: 14rem !important;
}

.right-60{
  right: 15rem !important;
}

.right-64{
  right: 16rem !important;
}

.right-72{
  right: 18rem !important;
}

.right-80{
  right: 20rem !important;
}

.right-96{
  right: 24rem !important;
}

.right-auto{
  right: auto !important;
}

.right-px{
  right: 1px !important;
}

.right-0\.5{
  right: 0.125rem !important;
}

.right-1\.5{
  right: 0.375rem !important;
}

.right-2\.5{
  right: 0.625rem !important;
}

.right-3\.5{
  right: 0.875rem !important;
}

.-right-0{
  right: 0px !important;
}

.-right-1{
  right: -0.25rem !important;
}

.-right-2{
  right: -0.5rem !important;
}

.-right-3{
  right: -0.75rem !important;
}

.-right-4{
  right: -1rem !important;
}

.-right-5{
  right: -1.25rem !important;
}

.-right-6{
  right: -1.5rem !important;
}

.-right-7{
  right: -1.75rem !important;
}

.-right-8{
  right: -2rem !important;
}

.-right-9{
  right: -2.25rem !important;
}

.-right-10{
  right: -2.5rem !important;
}

.-right-11{
  right: -2.75rem !important;
}

.-right-12{
  right: -3rem !important;
}

.-right-14{
  right: -3.5rem !important;
}

.-right-16{
  right: -4rem !important;
}

.-right-20{
  right: -5rem !important;
}

.-right-24{
  right: -6rem !important;
}

.-right-28{
  right: -7rem !important;
}

.-right-32{
  right: -8rem !important;
}

.-right-36{
  right: -9rem !important;
}

.-right-40{
  right: -10rem !important;
}

.-right-44{
  right: -11rem !important;
}

.-right-48{
  right: -12rem !important;
}

.-right-52{
  right: -13rem !important;
}

.-right-56{
  right: -14rem !important;
}

.-right-60{
  right: -15rem !important;
}

.-right-64{
  right: -16rem !important;
}

.-right-72{
  right: -18rem !important;
}

.-right-80{
  right: -20rem !important;
}

.-right-96{
  right: -24rem !important;
}

.-right-px{
  right: -1px !important;
}

.-right-0\.5{
  right: -0.125rem !important;
}

.-right-1\.5{
  right: -0.375rem !important;
}

.-right-2\.5{
  right: -0.625rem !important;
}

.-right-3\.5{
  right: -0.875rem !important;
}

.right-1\/2{
  right: 50% !important;
}

.right-1\/3{
  right: 33.333333% !important;
}

.right-2\/3{
  right: 66.666667% !important;
}

.right-1\/4{
  right: 25% !important;
}

.right-2\/4{
  right: 50% !important;
}

.right-3\/4{
  right: 75% !important;
}

.right-full{
  right: 100% !important;
}

.-right-1\/2{
  right: -50% !important;
}

.-right-1\/3{
  right: -33.333333% !important;
}

.-right-2\/3{
  right: -66.666667% !important;
}

.-right-1\/4{
  right: -25% !important;
}

.-right-2\/4{
  right: -50% !important;
}

.-right-3\/4{
  right: -75% !important;
}

.-right-full{
  right: -100% !important;
}

.bottom-0{
  bottom: 0px !important;
}

.bottom-1{
  bottom: 0.25rem !important;
}

.bottom-2{
  bottom: 0.5rem !important;
}

.bottom-3{
  bottom: 0.75rem !important;
}

.bottom-4{
  bottom: 1rem !important;
}

.bottom-5{
  bottom: 1.25rem !important;
}

.bottom-6{
  bottom: 1.5rem !important;
}

.bottom-7{
  bottom: 1.75rem !important;
}

.bottom-8{
  bottom: 2rem !important;
}

.bottom-9{
  bottom: 2.25rem !important;
}

.bottom-10{
  bottom: 2.5rem !important;
}

.bottom-11{
  bottom: 2.75rem !important;
}

.bottom-12{
  bottom: 3rem !important;
}

.bottom-14{
  bottom: 3.5rem !important;
}

.bottom-16{
  bottom: 4rem !important;
}

.bottom-20{
  bottom: 5rem !important;
}

.bottom-24{
  bottom: 6rem !important;
}

.bottom-28{
  bottom: 7rem !important;
}

.bottom-32{
  bottom: 8rem !important;
}

.bottom-36{
  bottom: 9rem !important;
}

.bottom-40{
  bottom: 10rem !important;
}

.bottom-44{
  bottom: 11rem !important;
}

.bottom-48{
  bottom: 12rem !important;
}

.bottom-52{
  bottom: 13rem !important;
}

.bottom-56{
  bottom: 14rem !important;
}

.bottom-60{
  bottom: 15rem !important;
}

.bottom-64{
  bottom: 16rem !important;
}

.bottom-72{
  bottom: 18rem !important;
}

.bottom-80{
  bottom: 20rem !important;
}

.bottom-96{
  bottom: 24rem !important;
}

.bottom-auto{
  bottom: auto !important;
}

.bottom-px{
  bottom: 1px !important;
}

.bottom-0\.5{
  bottom: 0.125rem !important;
}

.bottom-1\.5{
  bottom: 0.375rem !important;
}

.bottom-2\.5{
  bottom: 0.625rem !important;
}

.bottom-3\.5{
  bottom: 0.875rem !important;
}

.-bottom-0{
  bottom: 0px !important;
}

.-bottom-1{
  bottom: -0.25rem !important;
}

.-bottom-2{
  bottom: -0.5rem !important;
}

.-bottom-3{
  bottom: -0.75rem !important;
}

.-bottom-4{
  bottom: -1rem !important;
}

.-bottom-5{
  bottom: -1.25rem !important;
}

.-bottom-6{
  bottom: -1.5rem !important;
}

.-bottom-7{
  bottom: -1.75rem !important;
}

.-bottom-8{
  bottom: -2rem !important;
}

.-bottom-9{
  bottom: -2.25rem !important;
}

.-bottom-10{
  bottom: -2.5rem !important;
}

.-bottom-11{
  bottom: -2.75rem !important;
}

.-bottom-12{
  bottom: -3rem !important;
}

.-bottom-14{
  bottom: -3.5rem !important;
}

.-bottom-16{
  bottom: -4rem !important;
}

.-bottom-20{
  bottom: -5rem !important;
}

.-bottom-24{
  bottom: -6rem !important;
}

.-bottom-28{
  bottom: -7rem !important;
}

.-bottom-32{
  bottom: -8rem !important;
}

.-bottom-36{
  bottom: -9rem !important;
}

.-bottom-40{
  bottom: -10rem !important;
}

.-bottom-44{
  bottom: -11rem !important;
}

.-bottom-48{
  bottom: -12rem !important;
}

.-bottom-52{
  bottom: -13rem !important;
}

.-bottom-56{
  bottom: -14rem !important;
}

.-bottom-60{
  bottom: -15rem !important;
}

.-bottom-64{
  bottom: -16rem !important;
}

.-bottom-72{
  bottom: -18rem !important;
}

.-bottom-80{
  bottom: -20rem !important;
}

.-bottom-96{
  bottom: -24rem !important;
}

.-bottom-px{
  bottom: -1px !important;
}

.-bottom-0\.5{
  bottom: -0.125rem !important;
}

.-bottom-1\.5{
  bottom: -0.375rem !important;
}

.-bottom-2\.5{
  bottom: -0.625rem !important;
}

.-bottom-3\.5{
  bottom: -0.875rem !important;
}

.bottom-1\/2{
  bottom: 50% !important;
}

.bottom-1\/3{
  bottom: 33.333333% !important;
}

.bottom-2\/3{
  bottom: 66.666667% !important;
}

.bottom-1\/4{
  bottom: 25% !important;
}

.bottom-2\/4{
  bottom: 50% !important;
}

.bottom-3\/4{
  bottom: 75% !important;
}

.bottom-full{
  bottom: 100% !important;
}

.-bottom-1\/2{
  bottom: -50% !important;
}

.-bottom-1\/3{
  bottom: -33.333333% !important;
}

.-bottom-2\/3{
  bottom: -66.666667% !important;
}

.-bottom-1\/4{
  bottom: -25% !important;
}

.-bottom-2\/4{
  bottom: -50% !important;
}

.-bottom-3\/4{
  bottom: -75% !important;
}

.-bottom-full{
  bottom: -100% !important;
}

.left-0{
  left: 0px !important;
}

.left-1{
  left: 0.25rem !important;
}

.left-2{
  left: 0.5rem !important;
}

.left-3{
  left: 0.75rem !important;
}

.left-4{
  left: 1rem !important;
}

.left-5{
  left: 1.25rem !important;
}

.left-6{
  left: 1.5rem !important;
}

.left-7{
  left: 1.75rem !important;
}

.left-8{
  left: 2rem !important;
}

.left-9{
  left: 2.25rem !important;
}

.left-10{
  left: 2.5rem !important;
}

.left-11{
  left: 2.75rem !important;
}

.left-12{
  left: 3rem !important;
}

.left-14{
  left: 3.5rem !important;
}

.left-16{
  left: 4rem !important;
}

.left-20{
  left: 5rem !important;
}

.left-24{
  left: 6rem !important;
}

.left-28{
  left: 7rem !important;
}

.left-32{
  left: 8rem !important;
}

.left-36{
  left: 9rem !important;
}

.left-40{
  left: 10rem !important;
}

.left-44{
  left: 11rem !important;
}

.left-48{
  left: 12rem !important;
}

.left-52{
  left: 13rem !important;
}

.left-56{
  left: 14rem !important;
}

.left-60{
  left: 15rem !important;
}

.left-64{
  left: 16rem !important;
}

.left-72{
  left: 18rem !important;
}

.left-80{
  left: 20rem !important;
}

.left-96{
  left: 24rem !important;
}

.left-auto{
  left: auto !important;
}

.left-px{
  left: 1px !important;
}

.left-0\.5{
  left: 0.125rem !important;
}

.left-1\.5{
  left: 0.375rem !important;
}

.left-2\.5{
  left: 0.625rem !important;
}

.left-3\.5{
  left: 0.875rem !important;
}

.-left-0{
  left: 0px !important;
}

.-left-1{
  left: -0.25rem !important;
}

.-left-2{
  left: -0.5rem !important;
}

.-left-3{
  left: -0.75rem !important;
}

.-left-4{
  left: -1rem !important;
}

.-left-5{
  left: -1.25rem !important;
}

.-left-6{
  left: -1.5rem !important;
}

.-left-7{
  left: -1.75rem !important;
}

.-left-8{
  left: -2rem !important;
}

.-left-9{
  left: -2.25rem !important;
}

.-left-10{
  left: -2.5rem !important;
}

.-left-11{
  left: -2.75rem !important;
}

.-left-12{
  left: -3rem !important;
}

.-left-14{
  left: -3.5rem !important;
}

.-left-16{
  left: -4rem !important;
}

.-left-20{
  left: -5rem !important;
}

.-left-24{
  left: -6rem !important;
}

.-left-28{
  left: -7rem !important;
}

.-left-32{
  left: -8rem !important;
}

.-left-36{
  left: -9rem !important;
}

.-left-40{
  left: -10rem !important;
}

.-left-44{
  left: -11rem !important;
}

.-left-48{
  left: -12rem !important;
}

.-left-52{
  left: -13rem !important;
}

.-left-56{
  left: -14rem !important;
}

.-left-60{
  left: -15rem !important;
}

.-left-64{
  left: -16rem !important;
}

.-left-72{
  left: -18rem !important;
}

.-left-80{
  left: -20rem !important;
}

.-left-96{
  left: -24rem !important;
}

.-left-px{
  left: -1px !important;
}

.-left-0\.5{
  left: -0.125rem !important;
}

.-left-1\.5{
  left: -0.375rem !important;
}

.-left-2\.5{
  left: -0.625rem !important;
}

.-left-3\.5{
  left: -0.875rem !important;
}

.left-1\/2{
  left: 50% !important;
}

.left-1\/3{
  left: 33.333333% !important;
}

.left-2\/3{
  left: 66.666667% !important;
}

.left-1\/4{
  left: 25% !important;
}

.left-2\/4{
  left: 50% !important;
}

.left-3\/4{
  left: 75% !important;
}

.left-full{
  left: 100% !important;
}

.-left-1\/2{
  left: -50% !important;
}

.-left-1\/3{
  left: -33.333333% !important;
}

.-left-2\/3{
  left: -66.666667% !important;
}

.-left-1\/4{
  left: -25% !important;
}

.-left-2\/4{
  left: -50% !important;
}

.-left-3\/4{
  left: -75% !important;
}

.-left-full{
  left: -100% !important;
}

.isolate{
  isolation: isolate !important;
}

.isolation-auto{
  isolation: auto !important;
}

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

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

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

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

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

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

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

.focus-within\:z-0:focus-within{
  z-index: 0 !important;
}

.focus-within\:z-10:focus-within{
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within{
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within{
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within{
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within{
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within{
  z-index: auto !important;
}

.focus\:z-0:focus{
  z-index: 0 !important;
}

.focus\:z-10:focus{
  z-index: 10 !important;
}

.focus\:z-20:focus{
  z-index: 20 !important;
}

.focus\:z-30:focus{
  z-index: 30 !important;
}

.focus\:z-40:focus{
  z-index: 40 !important;
}

.focus\:z-50:focus{
  z-index: 50 !important;
}

.focus\:z-auto:focus{
  z-index: auto !important;
}

.order-1{
  order: 1 !important;
}

.order-2{
  order: 2 !important;
}

.order-3{
  order: 3 !important;
}

.order-4{
  order: 4 !important;
}

.order-5{
  order: 5 !important;
}

.order-6{
  order: 6 !important;
}

.order-7{
  order: 7 !important;
}

.order-8{
  order: 8 !important;
}

.order-9{
  order: 9 !important;
}

.order-10{
  order: 10 !important;
}

.order-11{
  order: 11 !important;
}

.order-12{
  order: 12 !important;
}

.order-first{
  order: -9999 !important;
}

.order-last{
  order: 9999 !important;
}

.order-none{
  order: 0 !important;
}

.col-auto{
  grid-column: auto !important;
}

.col-span-1{
  grid-column: span 1 / span 1 !important;
}

.col-span-2{
  grid-column: span 2 / span 2 !important;
}

.col-span-3{
  grid-column: span 3 / span 3 !important;
}

.col-span-4{
  grid-column: span 4 / span 4 !important;
}

.col-span-5{
  grid-column: span 5 / span 5 !important;
}

.col-span-6{
  grid-column: span 6 / span 6 !important;
}

.col-span-7{
  grid-column: span 7 / span 7 !important;
}

.col-span-8{
  grid-column: span 8 / span 8 !important;
}

.col-span-9{
  grid-column: span 9 / span 9 !important;
}

.col-span-10{
  grid-column: span 10 / span 10 !important;
}

.col-span-11{
  grid-column: span 11 / span 11 !important;
}

.col-span-12{
  grid-column: span 12 / span 12 !important;
}

.col-span-full{
  grid-column: 1 / -1 !important;
}

.col-start-1{
  grid-column-start: 1 !important;
}

.col-start-2{
  grid-column-start: 2 !important;
}

.col-start-3{
  grid-column-start: 3 !important;
}

.col-start-4{
  grid-column-start: 4 !important;
}

.col-start-5{
  grid-column-start: 5 !important;
}

.col-start-6{
  grid-column-start: 6 !important;
}

.col-start-7{
  grid-column-start: 7 !important;
}

.col-start-8{
  grid-column-start: 8 !important;
}

.col-start-9{
  grid-column-start: 9 !important;
}

.col-start-10{
  grid-column-start: 10 !important;
}

.col-start-11{
  grid-column-start: 11 !important;
}

.col-start-12{
  grid-column-start: 12 !important;
}

.col-start-13{
  grid-column-start: 13 !important;
}

.col-start-auto{
  grid-column-start: auto !important;
}

.col-end-1{
  grid-column-end: 1 !important;
}

.col-end-2{
  grid-column-end: 2 !important;
}

.col-end-3{
  grid-column-end: 3 !important;
}

.col-end-4{
  grid-column-end: 4 !important;
}

.col-end-5{
  grid-column-end: 5 !important;
}

.col-end-6{
  grid-column-end: 6 !important;
}

.col-end-7{
  grid-column-end: 7 !important;
}

.col-end-8{
  grid-column-end: 8 !important;
}

.col-end-9{
  grid-column-end: 9 !important;
}

.col-end-10{
  grid-column-end: 10 !important;
}

.col-end-11{
  grid-column-end: 11 !important;
}

.col-end-12{
  grid-column-end: 12 !important;
}

.col-end-13{
  grid-column-end: 13 !important;
}

.col-end-auto{
  grid-column-end: auto !important;
}

.row-auto{
  grid-row: auto !important;
}

.row-span-1{
  grid-row: span 1 / span 1 !important;
}

.row-span-2{
  grid-row: span 2 / span 2 !important;
}

.row-span-3{
  grid-row: span 3 / span 3 !important;
}

.row-span-4{
  grid-row: span 4 / span 4 !important;
}

.row-span-5{
  grid-row: span 5 / span 5 !important;
}

.row-span-6{
  grid-row: span 6 / span 6 !important;
}

.row-span-full{
  grid-row: 1 / -1 !important;
}

.row-start-1{
  grid-row-start: 1 !important;
}

.row-start-2{
  grid-row-start: 2 !important;
}

.row-start-3{
  grid-row-start: 3 !important;
}

.row-start-4{
  grid-row-start: 4 !important;
}

.row-start-5{
  grid-row-start: 5 !important;
}

.row-start-6{
  grid-row-start: 6 !important;
}

.row-start-7{
  grid-row-start: 7 !important;
}

.row-start-auto{
  grid-row-start: auto !important;
}

.row-end-1{
  grid-row-end: 1 !important;
}

.row-end-2{
  grid-row-end: 2 !important;
}

.row-end-3{
  grid-row-end: 3 !important;
}

.row-end-4{
  grid-row-end: 4 !important;
}

.row-end-5{
  grid-row-end: 5 !important;
}

.row-end-6{
  grid-row-end: 6 !important;
}

.row-end-7{
  grid-row-end: 7 !important;
}

.row-end-auto{
  grid-row-end: auto !important;
}

.float-right{
  float: right !important;
}

.float-left{
  float: left !important;
}

.float-none{
  float: none !important;
}

.clear-left{
  clear: left !important;
}

.clear-right{
  clear: right !important;
}

.clear-both{
  clear: both !important;
}

.clear-none{
  clear: none !important;
}

.m-0{
  margin: 0px !important;
}

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

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

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

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

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

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

.m-7{
  margin: 1.75rem !important;
}

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

.m-9{
  margin: 2.25rem !important;
}

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

.m-11{
  margin: 2.75rem !important;
}

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

.m-14{
  margin: 3.5rem !important;
}

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

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

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

.m-28{
  margin: 7rem !important;
}

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

.m-36{
  margin: 9rem !important;
}

.m-40{
  margin: 10rem !important;
}

.m-44{
  margin: 11rem !important;
}

.m-48{
  margin: 12rem !important;
}

.m-52{
  margin: 13rem !important;
}

.m-56{
  margin: 14rem !important;
}

.m-60{
  margin: 15rem !important;
}

.m-64{
  margin: 16rem !important;
}

.m-72{
  margin: 18rem !important;
}

.m-80{
  margin: 20rem !important;
}

.m-96{
  margin: 24rem !important;
}

.m-auto{
  margin: auto !important;
}

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

.m-0\.5{
  margin: 0.125rem !important;
}

.m-1\.5{
  margin: 0.375rem !important;
}

.m-2\.5{
  margin: 0.625rem !important;
}

.m-3\.5{
  margin: 0.875rem !important;
}

.-m-0{
  margin: 0px !important;
}

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

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

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

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

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

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

.-m-7{
  margin: -1.75rem !important;
}

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

.-m-9{
  margin: -2.25rem !important;
}

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

.-m-11{
  margin: -2.75rem !important;
}

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

.-m-14{
  margin: -3.5rem !important;
}

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

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

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

.-m-28{
  margin: -7rem !important;
}

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

.-m-36{
  margin: -9rem !important;
}

.-m-40{
  margin: -10rem !important;
}

.-m-44{
  margin: -11rem !important;
}

.-m-48{
  margin: -12rem !important;
}

.-m-52{
  margin: -13rem !important;
}

.-m-56{
  margin: -14rem !important;
}

.-m-60{
  margin: -15rem !important;
}

.-m-64{
  margin: -16rem !important;
}

.-m-72{
  margin: -18rem !important;
}

.-m-80{
  margin: -20rem !important;
}

.-m-96{
  margin: -24rem !important;
}

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

.-m-0\.5{
  margin: -0.125rem !important;
}

.-m-1\.5{
  margin: -0.375rem !important;
}

.-m-2\.5{
  margin: -0.625rem !important;
}

.-m-3\.5{
  margin: -0.875rem !important;
}

.mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

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

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

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

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

.mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

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

.mx-9{
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

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

.mx-11{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

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

.mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

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

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

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

.mx-28{
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

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

.mx-36{
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-44{
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-52{
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.mx-72{
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

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

.mx-96{
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

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

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

.mx-0\.5{
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-1\.5{
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.mx-2\.5{
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.mx-3\.5{
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

.-mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

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

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

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

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

.-mx-7{
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

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

.-mx-9{
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

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

.-mx-11{
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

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

.-mx-14{
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

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

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

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

.-mx-28{
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

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

.-mx-36{
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.-mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-mx-44{
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

.-mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-mx-52{
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

.-mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-mx-60{
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.-mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-mx-72{
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

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

.-mx-96{
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

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

.-mx-0\.5{
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.-mx-1\.5{
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.-mx-2\.5{
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.-mx-3\.5{
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

.my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.my-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

.my-9{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

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

.my-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

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

.my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

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

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

.my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

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

.my-36{
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-44{
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-52{
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-72{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

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

.my-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

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

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

.my-0\.5{
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-1\.5{
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2\.5{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3\.5{
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

.-my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.-my-7{
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

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

.-my-9{
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

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

.-my-11{
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

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

.-my-14{
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

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

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

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

.-my-28{
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

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

.-my-36{
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.-my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-my-44{
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.-my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-my-52{
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.-my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-my-60{
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.-my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-my-72{
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

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

.-my-96{
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

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

.-my-0\.5{
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.-my-1\.5{
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.-my-2\.5{
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.-my-3\.5{
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

.mt-0{
  margin-top: 0px !important;
}

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

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

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

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

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

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

.mt-7{
  margin-top: 1.75rem !important;
}

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

.mt-9{
  margin-top: 2.25rem !important;
}

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

.mt-11{
  margin-top: 2.75rem !important;
}

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

.mt-14{
  margin-top: 3.5rem !important;
}

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

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

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

.mt-28{
  margin-top: 7rem !important;
}

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

.mt-36{
  margin-top: 9rem !important;
}

.mt-40{
  margin-top: 10rem !important;
}

.mt-44{
  margin-top: 11rem !important;
}

.mt-48{
  margin-top: 12rem !important;
}

.mt-52{
  margin-top: 13rem !important;
}

.mt-56{
  margin-top: 14rem !important;
}

.mt-60{
  margin-top: 15rem !important;
}

.mt-64{
  margin-top: 16rem !important;
}

.mt-72{
  margin-top: 18rem !important;
}

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

.mt-96{
  margin-top: 24rem !important;
}

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

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

.mt-0\.5{
  margin-top: 0.125rem !important;
}

.mt-1\.5{
  margin-top: 0.375rem !important;
}

.mt-2\.5{
  margin-top: 0.625rem !important;
}

.mt-3\.5{
  margin-top: 0.875rem !important;
}

.-mt-0{
  margin-top: 0px !important;
}

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

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

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

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

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

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

.-mt-7{
  margin-top: -1.75rem !important;
}

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

.-mt-9{
  margin-top: -2.25rem !important;
}

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

.-mt-11{
  margin-top: -2.75rem !important;
}

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

.-mt-14{
  margin-top: -3.5rem !important;
}

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

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

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

.-mt-28{
  margin-top: -7rem !important;
}

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

.-mt-36{
  margin-top: -9rem !important;
}

.-mt-40{
  margin-top: -10rem !important;
}

.-mt-44{
  margin-top: -11rem !important;
}

.-mt-48{
  margin-top: -12rem !important;
}

.-mt-52{
  margin-top: -13rem !important;
}

.-mt-56{
  margin-top: -14rem !important;
}

.-mt-60{
  margin-top: -15rem !important;
}

.-mt-64{
  margin-top: -16rem !important;
}

.-mt-72{
  margin-top: -18rem !important;
}

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

.-mt-96{
  margin-top: -24rem !important;
}

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

.-mt-0\.5{
  margin-top: -0.125rem !important;
}

.-mt-1\.5{
  margin-top: -0.375rem !important;
}

.-mt-2\.5{
  margin-top: -0.625rem !important;
}

.-mt-3\.5{
  margin-top: -0.875rem !important;
}

.mr-0{
  margin-right: 0px !important;
}

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

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

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

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

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

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

.mr-7{
  margin-right: 1.75rem !important;
}

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

.mr-9{
  margin-right: 2.25rem !important;
}

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

.mr-11{
  margin-right: 2.75rem !important;
}

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

.mr-14{
  margin-right: 3.5rem !important;
}

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

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

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

.mr-28{
  margin-right: 7rem !important;
}

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

.mr-36{
  margin-right: 9rem !important;
}

.mr-40{
  margin-right: 10rem !important;
}

.mr-44{
  margin-right: 11rem !important;
}

.mr-48{
  margin-right: 12rem !important;
}

.mr-52{
  margin-right: 13rem !important;
}

.mr-56{
  margin-right: 14rem !important;
}

.mr-60{
  margin-right: 15rem !important;
}

.mr-64{
  margin-right: 16rem !important;
}

.mr-72{
  margin-right: 18rem !important;
}

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

.mr-96{
  margin-right: 24rem !important;
}

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

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

.mr-0\.5{
  margin-right: 0.125rem !important;
}

.mr-1\.5{
  margin-right: 0.375rem !important;
}

.mr-2\.5{
  margin-right: 0.625rem !important;
}

.mr-3\.5{
  margin-right: 0.875rem !important;
}

.-mr-0{
  margin-right: 0px !important;
}

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

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

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

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

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

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

.-mr-7{
  margin-right: -1.75rem !important;
}

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

.-mr-9{
  margin-right: -2.25rem !important;
}

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

.-mr-11{
  margin-right: -2.75rem !important;
}

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

.-mr-14{
  margin-right: -3.5rem !important;
}

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

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

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

.-mr-28{
  margin-right: -7rem !important;
}

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

.-mr-36{
  margin-right: -9rem !important;
}

.-mr-40{
  margin-right: -10rem !important;
}

.-mr-44{
  margin-right: -11rem !important;
}

.-mr-48{
  margin-right: -12rem !important;
}

.-mr-52{
  margin-right: -13rem !important;
}

.-mr-56{
  margin-right: -14rem !important;
}

.-mr-60{
  margin-right: -15rem !important;
}

.-mr-64{
  margin-right: -16rem !important;
}

.-mr-72{
  margin-right: -18rem !important;
}

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

.-mr-96{
  margin-right: -24rem !important;
}

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

.-mr-0\.5{
  margin-right: -0.125rem !important;
}

.-mr-1\.5{
  margin-right: -0.375rem !important;
}

.-mr-2\.5{
  margin-right: -0.625rem !important;
}

.-mr-3\.5{
  margin-right: -0.875rem !important;
}

.mb-0{
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.mb-7{
  margin-bottom: 1.75rem !important;
}

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

.mb-9{
  margin-bottom: 2.25rem !important;
}

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

.mb-11{
  margin-bottom: 2.75rem !important;
}

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

.mb-14{
  margin-bottom: 3.5rem !important;
}

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

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

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

.mb-28{
  margin-bottom: 7rem !important;
}

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

.mb-36{
  margin-bottom: 9rem !important;
}

.mb-40{
  margin-bottom: 10rem !important;
}

.mb-44{
  margin-bottom: 11rem !important;
}

.mb-48{
  margin-bottom: 12rem !important;
}

.mb-52{
  margin-bottom: 13rem !important;
}

.mb-56{
  margin-bottom: 14rem !important;
}

.mb-60{
  margin-bottom: 15rem !important;
}

.mb-64{
  margin-bottom: 16rem !important;
}

.mb-72{
  margin-bottom: 18rem !important;
}

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

.mb-96{
  margin-bottom: 24rem !important;
}

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

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

.mb-0\.5{
  margin-bottom: 0.125rem !important;
}

.mb-1\.5{
  margin-bottom: 0.375rem !important;
}

.mb-2\.5{
  margin-bottom: 0.625rem !important;
}

.mb-3\.5{
  margin-bottom: 0.875rem !important;
}

.-mb-0{
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.-mb-7{
  margin-bottom: -1.75rem !important;
}

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

.-mb-9{
  margin-bottom: -2.25rem !important;
}

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

.-mb-11{
  margin-bottom: -2.75rem !important;
}

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

.-mb-14{
  margin-bottom: -3.5rem !important;
}

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

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

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

.-mb-28{
  margin-bottom: -7rem !important;
}

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

.-mb-36{
  margin-bottom: -9rem !important;
}

.-mb-40{
  margin-bottom: -10rem !important;
}

.-mb-44{
  margin-bottom: -11rem !important;
}

.-mb-48{
  margin-bottom: -12rem !important;
}

.-mb-52{
  margin-bottom: -13rem !important;
}

.-mb-56{
  margin-bottom: -14rem !important;
}

.-mb-60{
  margin-bottom: -15rem !important;
}

.-mb-64{
  margin-bottom: -16rem !important;
}

.-mb-72{
  margin-bottom: -18rem !important;
}

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

.-mb-96{
  margin-bottom: -24rem !important;
}

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

.-mb-0\.5{
  margin-bottom: -0.125rem !important;
}

.-mb-1\.5{
  margin-bottom: -0.375rem !important;
}

.-mb-2\.5{
  margin-bottom: -0.625rem !important;
}

.-mb-3\.5{
  margin-bottom: -0.875rem !important;
}

.ml-0{
  margin-left: 0px !important;
}

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

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

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

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

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

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

.ml-7{
  margin-left: 1.75rem !important;
}

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

.ml-9{
  margin-left: 2.25rem !important;
}

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

.ml-11{
  margin-left: 2.75rem !important;
}

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

.ml-14{
  margin-left: 3.5rem !important;
}

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

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

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

.ml-28{
  margin-left: 7rem !important;
}

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

.ml-36{
  margin-left: 9rem !important;
}

.ml-40{
  margin-left: 10rem !important;
}

.ml-44{
  margin-left: 11rem !important;
}

.ml-48{
  margin-left: 12rem !important;
}

.ml-52{
  margin-left: 13rem !important;
}

.ml-56{
  margin-left: 14rem !important;
}

.ml-60{
  margin-left: 15rem !important;
}

.ml-64{
  margin-left: 16rem !important;
}

.ml-72{
  margin-left: 18rem !important;
}

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

.ml-96{
  margin-left: 24rem !important;
}

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

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

.ml-0\.5{
  margin-left: 0.125rem !important;
}

.ml-1\.5{
  margin-left: 0.375rem !important;
}

.ml-2\.5{
  margin-left: 0.625rem !important;
}

.ml-3\.5{
  margin-left: 0.875rem !important;
}

.-ml-0{
  margin-left: 0px !important;
}

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

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

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

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

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

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

.-ml-7{
  margin-left: -1.75rem !important;
}

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

.-ml-9{
  margin-left: -2.25rem !important;
}

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

.-ml-11{
  margin-left: -2.75rem !important;
}

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

.-ml-14{
  margin-left: -3.5rem !important;
}

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

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

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

.-ml-28{
  margin-left: -7rem !important;
}

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

.-ml-36{
  margin-left: -9rem !important;
}

.-ml-40{
  margin-left: -10rem !important;
}

.-ml-44{
  margin-left: -11rem !important;
}

.-ml-48{
  margin-left: -12rem !important;
}

.-ml-52{
  margin-left: -13rem !important;
}

.-ml-56{
  margin-left: -14rem !important;
}

.-ml-60{
  margin-left: -15rem !important;
}

.-ml-64{
  margin-left: -16rem !important;
}

.-ml-72{
  margin-left: -18rem !important;
}

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

.-ml-96{
  margin-left: -24rem !important;
}

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

.-ml-0\.5{
  margin-left: -0.125rem !important;
}

.-ml-1\.5{
  margin-left: -0.375rem !important;
}

.-ml-2\.5{
  margin-left: -0.625rem !important;
}

.-ml-3\.5{
  margin-left: -0.875rem !important;
}

.box-border{
  box-sizing: border-box !important;
}

.box-content{
  box-sizing: content-box !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

.inline-flex{
  display: inline-flex !important;
}

.table{
  display: table !important;
}

.inline-table{
  display: inline-table !important;
}

.table-caption{
  display: table-caption !important;
}

.table-cell{
  display: table-cell !important;
}

.table-column{
  display: table-column !important;
}

.table-column-group{
  display: table-column-group !important;
}

.table-footer-group{
  display: table-footer-group !important;
}

.table-header-group{
  display: table-header-group !important;
}

.table-row-group{
  display: table-row-group !important;
}

.table-row{
  display: table-row !important;
}

.flow-root{
  display: flow-root !important;
}

.grid{
  display: grid !important;
}

.inline-grid{
  display: inline-grid !important;
}

.contents{
  display: contents !important;
}

.list-item{
  display: list-item !important;
}

.hidden{
  display: none !important;
}

.h-0{
  height: 0px !important;
}

.h-1{
  height: 0.25rem !important;
}

.h-2{
  height: 0.5rem !important;
}

.h-3{
  height: 0.75rem !important;
}

.h-4{
  height: 1rem !important;
}

.h-5{
  height: 1.25rem !important;
}

.h-6{
  height: 1.5rem !important;
}

.h-7{
  height: 1.75rem !important;
}

.h-8{
  height: 2rem !important;
}

.h-9{
  height: 2.25rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-11{
  height: 2.75rem !important;
}

.h-12{
  height: 3rem !important;
}

.h-14{
  height: 3.5rem !important;
}

.h-16{
  height: 4rem !important;
}

.h-20{
  height: 5rem !important;
}

.h-24{
  height: 6rem !important;
}

.h-28{
  height: 7rem !important;
}

.h-32{
  height: 8rem !important;
}

.h-36{
  height: 9rem !important;
}

.h-40{
  height: 10rem !important;
}

.h-44{
  height: 11rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-52{
  height: 13rem !important;
}

.h-56{
  height: 14rem !important;
}

.h-60{
  height: 15rem !important;
}

.h-64{
  height: 16rem !important;
}

.h-72{
  height: 18rem !important;
}

.h-80{
  height: 20rem !important;
}

.h-96{
  height: 24rem !important;
}

.h-auto{
  height: auto !important;
}

.h-px{
  height: 1px !important;
}

.h-0\.5{
  height: 0.125rem !important;
}

.h-1\.5{
  height: 0.375rem !important;
}

.h-2\.5{
  height: 0.625rem !important;
}

.h-3\.5{
  height: 0.875rem !important;
}

.h-1\/2{
  height: 50% !important;
}

.h-1\/3{
  height: 33.333333% !important;
}

.h-2\/3{
  height: 66.666667% !important;
}

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

.h-2\/4{
  height: 50% !important;
}

.h-3\/4{
  height: 75% !important;
}

.h-1\/5{
  height: 20% !important;
}

.h-2\/5{
  height: 40% !important;
}

.h-3\/5{
  height: 60% !important;
}

.h-4\/5{
  height: 80% !important;
}

.h-1\/6{
  height: 16.666667% !important;
}

.h-2\/6{
  height: 33.333333% !important;
}

.h-3\/6{
  height: 50% !important;
}

.h-4\/6{
  height: 66.666667% !important;
}

.h-5\/6{
  height: 83.333333% !important;
}

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vh !important;
}

.max-h-0{
  max-height: 0px !important;
}

.max-h-1{
  max-height: 0.25rem !important;
}

.max-h-2{
  max-height: 0.5rem !important;
}

.max-h-3{
  max-height: 0.75rem !important;
}

.max-h-4{
  max-height: 1rem !important;
}

.max-h-5{
  max-height: 1.25rem !important;
}

.max-h-6{
  max-height: 1.5rem !important;
}

.max-h-7{
  max-height: 1.75rem !important;
}

.max-h-8{
  max-height: 2rem !important;
}

.max-h-9{
  max-height: 2.25rem !important;
}

.max-h-10{
  max-height: 2.5rem !important;
}

.max-h-11{
  max-height: 2.75rem !important;
}

.max-h-12{
  max-height: 3rem !important;
}

.max-h-14{
  max-height: 3.5rem !important;
}

.max-h-16{
  max-height: 4rem !important;
}

.max-h-20{
  max-height: 5rem !important;
}

.max-h-24{
  max-height: 6rem !important;
}

.max-h-28{
  max-height: 7rem !important;
}

.max-h-32{
  max-height: 8rem !important;
}

.max-h-36{
  max-height: 9rem !important;
}

.max-h-40{
  max-height: 10rem !important;
}

.max-h-44{
  max-height: 11rem !important;
}

.max-h-48{
  max-height: 12rem !important;
}

.max-h-52{
  max-height: 13rem !important;
}

.max-h-56{
  max-height: 14rem !important;
}

.max-h-60{
  max-height: 15rem !important;
}

.max-h-64{
  max-height: 16rem !important;
}

.max-h-72{
  max-height: 18rem !important;
}

.max-h-80{
  max-height: 20rem !important;
}

.max-h-96{
  max-height: 24rem !important;
}

.max-h-px{
  max-height: 1px !important;
}

.max-h-0\.5{
  max-height: 0.125rem !important;
}

.max-h-1\.5{
  max-height: 0.375rem !important;
}

.max-h-2\.5{
  max-height: 0.625rem !important;
}

.max-h-3\.5{
  max-height: 0.875rem !important;
}

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

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

.min-h-100{
  min-height: 100px !important;
}

.w-0{
  width: 0px !important;
}

.w-1{
  width: 0.25rem !important;
}

.w-2{
  width: 0.5rem !important;
}

.w-3{
  width: 0.75rem !important;
}

.w-4{
  width: 1rem !important;
}

.w-5{
  width: 1.25rem !important;
}

.w-6{
  width: 1.5rem !important;
}

.w-7{
  width: 1.75rem !important;
}

.w-8{
  width: 2rem !important;
}

.w-9{
  width: 2.25rem !important;
}

.w-10{
  width: 2.5rem !important;
}

.w-11{
  width: 2.75rem !important;
}

.w-12{
  width: 3rem !important;
}

.w-14{
  width: 3.5rem !important;
}

.w-16{
  width: 4rem !important;
}

.w-20{
  width: 5rem !important;
}

.w-24{
  width: 6rem !important;
}

.w-28{
  width: 7rem !important;
}

.w-32{
  width: 8rem !important;
}

.w-36{
  width: 9rem !important;
}

.w-40{
  width: 10rem !important;
}

.w-44{
  width: 11rem !important;
}

.w-48{
  width: 12rem !important;
}

.w-52{
  width: 13rem !important;
}

.w-56{
  width: 14rem !important;
}

.w-60{
  width: 15rem !important;
}

.w-64{
  width: 16rem !important;
}

.w-72{
  width: 18rem !important;
}

.w-80{
  width: 20rem !important;
}

.w-96{
  width: 24rem !important;
}

.w-auto{
  width: auto !important;
}

.w-px{
  width: 1px !important;
}

.w-0\.5{
  width: 0.125rem !important;
}

.w-1\.5{
  width: 0.375rem !important;
}

.w-2\.5{
  width: 0.625rem !important;
}

.w-3\.5{
  width: 0.875rem !important;
}

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

.w-1\/3{
  width: 33.333333% !important;
}

.w-2\/3{
  width: 66.666667% !important;
}

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

.w-2\/4{
  width: 50% !important;
}

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

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

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

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

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

.w-1\/6{
  width: 16.666667% !important;
}

.w-2\/6{
  width: 33.333333% !important;
}

.w-3\/6{
  width: 50% !important;
}

.w-4\/6{
  width: 66.666667% !important;
}

.w-5\/6{
  width: 83.333333% !important;
}

.w-1\/12{
  width: 8.333333% !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

.w-3\/12{
  width: 25% !important;
}

.w-4\/12{
  width: 33.333333% !important;
}

.w-5\/12{
  width: 41.666667% !important;
}

.w-6\/12{
  width: 50% !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-8\/12{
  width: 66.666667% !important;
}

.w-9\/12{
  width: 75% !important;
}

.w-10\/12{
  width: 83.333333% !important;
}

.w-11\/12{
  width: 91.666667% !important;
}

.w-full{
  width: 100% !important;
}

.w-screen{
  width: 100vw !important;
}

.w-min{
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max{
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-60{
  min-width: 60px !important;
}

.max-w-0{
  max-width: 0rem !important;
}

.max-w-none{
  max-width: none !important;
}

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

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-4xl{
  max-width: 56rem !important;
}

.max-w-5xl{
  max-width: 64rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

.max-w-7xl{
  max-width: 80rem !important;
}

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

.max-w-min{
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max{
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose{
  max-width: 65ch !important;
}

.max-w-screen-sm{
  max-width: 640px !important;
}

.max-w-screen-md{
  max-width: 768px !important;
}

.max-w-screen-lg{
  max-width: 1024px !important;
}

.max-w-screen-xl{
  max-width: 1280px !important;
}

.max-w-screen-2xl{
  max-width: 1536px !important;
}

.flex-1{
  flex: 1 1 0% !important;
}

.flex-auto{
  flex: 1 1 auto !important;
}

.flex-initial{
  flex: 0 1 auto !important;
}

.flex-none{
  flex: none !important;
}

.flex-shrink-0{
  flex-shrink: 0 !important;
}

.flex-shrink{
  flex-shrink: 1 !important;
}

.flex-grow-0{
  flex-grow: 0 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !important;
}

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

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

.origin-center{
  transform-origin: center !important;
}

.origin-top{
  transform-origin: top !important;
}

.origin-top-right{
  transform-origin: top right !important;
}

.origin-right{
  transform-origin: right !important;
}

.origin-bottom-right{
  transform-origin: bottom right !important;
}

.origin-bottom{
  transform-origin: bottom !important;
}

.origin-bottom-left{
  transform-origin: bottom left !important;
}

.origin-left{
  transform-origin: left !important;
}

.origin-top-left{
  transform-origin: top left !important;
}

.transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none{
  transform: none !important;
}

.translate-x-0{
  --tw-translate-x: 0px !important;
}

.translate-x-1{
  --tw-translate-x: 0.25rem !important;
}

.translate-x-2{
  --tw-translate-x: 0.5rem !important;
}

.translate-x-3{
  --tw-translate-x: 0.75rem !important;
}

.translate-x-4{
  --tw-translate-x: 1rem !important;
}

.translate-x-5{
  --tw-translate-x: 1.25rem !important;
}

.translate-x-6{
  --tw-translate-x: 1.5rem !important;
}

.translate-x-7{
  --tw-translate-x: 1.75rem !important;
}

.translate-x-8{
  --tw-translate-x: 2rem !important;
}

.translate-x-9{
  --tw-translate-x: 2.25rem !important;
}

.translate-x-10{
  --tw-translate-x: 2.5rem !important;
}

.translate-x-11{
  --tw-translate-x: 2.75rem !important;
}

.translate-x-12{
  --tw-translate-x: 3rem !important;
}

.translate-x-14{
  --tw-translate-x: 3.5rem !important;
}

.translate-x-16{
  --tw-translate-x: 4rem !important;
}

.translate-x-20{
  --tw-translate-x: 5rem !important;
}

.translate-x-24{
  --tw-translate-x: 6rem !important;
}

.translate-x-28{
  --tw-translate-x: 7rem !important;
}

.translate-x-32{
  --tw-translate-x: 8rem !important;
}

.translate-x-36{
  --tw-translate-x: 9rem !important;
}

.translate-x-40{
  --tw-translate-x: 10rem !important;
}

.translate-x-44{
  --tw-translate-x: 11rem !important;
}

.translate-x-48{
  --tw-translate-x: 12rem !important;
}

.translate-x-52{
  --tw-translate-x: 13rem !important;
}

.translate-x-56{
  --tw-translate-x: 14rem !important;
}

.translate-x-60{
  --tw-translate-x: 15rem !important;
}

.translate-x-64{
  --tw-translate-x: 16rem !important;
}

.translate-x-72{
  --tw-translate-x: 18rem !important;
}

.translate-x-80{
  --tw-translate-x: 20rem !important;
}

.translate-x-96{
  --tw-translate-x: 24rem !important;
}

.translate-x-px{
  --tw-translate-x: 1px !important;
}

.translate-x-0\.5{
  --tw-translate-x: 0.125rem !important;
}

.translate-x-1\.5{
  --tw-translate-x: 0.375rem !important;
}

.translate-x-2\.5{
  --tw-translate-x: 0.625rem !important;
}

.translate-x-3\.5{
  --tw-translate-x: 0.875rem !important;
}

.-translate-x-0{
  --tw-translate-x: 0px !important;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem !important;
}

.-translate-x-2{
  --tw-translate-x: -0.5rem !important;
}

.-translate-x-3{
  --tw-translate-x: -0.75rem !important;
}

.-translate-x-4{
  --tw-translate-x: -1rem !important;
}

.-translate-x-5{
  --tw-translate-x: -1.25rem !important;
}

.-translate-x-6{
  --tw-translate-x: -1.5rem !important;
}

.-translate-x-7{
  --tw-translate-x: -1.75rem !important;
}

.-translate-x-8{
  --tw-translate-x: -2rem !important;
}

.-translate-x-9{
  --tw-translate-x: -2.25rem !important;
}

.-translate-x-10{
  --tw-translate-x: -2.5rem !important;
}

.-translate-x-11{
  --tw-translate-x: -2.75rem !important;
}

.-translate-x-12{
  --tw-translate-x: -3rem !important;
}

.-translate-x-14{
  --tw-translate-x: -3.5rem !important;
}

.-translate-x-16{
  --tw-translate-x: -4rem !important;
}

.-translate-x-20{
  --tw-translate-x: -5rem !important;
}

.-translate-x-24{
  --tw-translate-x: -6rem !important;
}

.-translate-x-28{
  --tw-translate-x: -7rem !important;
}

.-translate-x-32{
  --tw-translate-x: -8rem !important;
}

.-translate-x-36{
  --tw-translate-x: -9rem !important;
}

.-translate-x-40{
  --tw-translate-x: -10rem !important;
}

.-translate-x-44{
  --tw-translate-x: -11rem !important;
}

.-translate-x-48{
  --tw-translate-x: -12rem !important;
}

.-translate-x-52{
  --tw-translate-x: -13rem !important;
}

.-translate-x-56{
  --tw-translate-x: -14rem !important;
}

.-translate-x-60{
  --tw-translate-x: -15rem !important;
}

.-translate-x-64{
  --tw-translate-x: -16rem !important;
}

.-translate-x-72{
  --tw-translate-x: -18rem !important;
}

.-translate-x-80{
  --tw-translate-x: -20rem !important;
}

.-translate-x-96{
  --tw-translate-x: -24rem !important;
}

.-translate-x-px{
  --tw-translate-x: -1px !important;
}

.-translate-x-0\.5{
  --tw-translate-x: -0.125rem !important;
}

.-translate-x-1\.5{
  --tw-translate-x: -0.375rem !important;
}

.-translate-x-2\.5{
  --tw-translate-x: -0.625rem !important;
}

.-translate-x-3\.5{
  --tw-translate-x: -0.875rem !important;
}

.translate-x-1\/2{
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3{
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3{
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4{
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4{
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4{
  --tw-translate-x: 75% !important;
}

.translate-x-full{
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4{
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4{
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4{
  --tw-translate-x: -75% !important;
}

.-translate-x-full{
  --tw-translate-x: -100% !important;
}

.translate-y-0{
  --tw-translate-y: 0px !important;
}

.translate-y-1{
  --tw-translate-y: 0.25rem !important;
}

.translate-y-2{
  --tw-translate-y: 0.5rem !important;
}

.translate-y-3{
  --tw-translate-y: 0.75rem !important;
}

.translate-y-4{
  --tw-translate-y: 1rem !important;
}

.translate-y-5{
  --tw-translate-y: 1.25rem !important;
}

.translate-y-6{
  --tw-translate-y: 1.5rem !important;
}

.translate-y-7{
  --tw-translate-y: 1.75rem !important;
}

.translate-y-8{
  --tw-translate-y: 2rem !important;
}

.translate-y-9{
  --tw-translate-y: 2.25rem !important;
}

.translate-y-10{
  --tw-translate-y: 2.5rem !important;
}

.translate-y-11{
  --tw-translate-y: 2.75rem !important;
}

.translate-y-12{
  --tw-translate-y: 3rem !important;
}

.translate-y-14{
  --tw-translate-y: 3.5rem !important;
}

.translate-y-16{
  --tw-translate-y: 4rem !important;
}

.translate-y-20{
  --tw-translate-y: 5rem !important;
}

.translate-y-24{
  --tw-translate-y: 6rem !important;
}

.translate-y-28{
  --tw-translate-y: 7rem !important;
}

.translate-y-32{
  --tw-translate-y: 8rem !important;
}

.translate-y-36{
  --tw-translate-y: 9rem !important;
}

.translate-y-40{
  --tw-translate-y: 10rem !important;
}

.translate-y-44{
  --tw-translate-y: 11rem !important;
}

.translate-y-48{
  --tw-translate-y: 12rem !important;
}

.translate-y-52{
  --tw-translate-y: 13rem !important;
}

.translate-y-56{
  --tw-translate-y: 14rem !important;
}

.translate-y-60{
  --tw-translate-y: 15rem !important;
}

.translate-y-64{
  --tw-translate-y: 16rem !important;
}

.translate-y-72{
  --tw-translate-y: 18rem !important;
}

.translate-y-80{
  --tw-translate-y: 20rem !important;
}

.translate-y-96{
  --tw-translate-y: 24rem !important;
}

.translate-y-px{
  --tw-translate-y: 1px !important;
}

.translate-y-0\.5{
  --tw-translate-y: 0.125rem !important;
}

.translate-y-1\.5{
  --tw-translate-y: 0.375rem !important;
}

.translate-y-2\.5{
  --tw-translate-y: 0.625rem !important;
}

.translate-y-3\.5{
  --tw-translate-y: 0.875rem !important;
}

.-translate-y-0{
  --tw-translate-y: 0px !important;
}

.-translate-y-1{
  --tw-translate-y: -0.25rem !important;
}

.-translate-y-2{
  --tw-translate-y: -0.5rem !important;
}

.-translate-y-3{
  --tw-translate-y: -0.75rem !important;
}

.-translate-y-4{
  --tw-translate-y: -1rem !important;
}

.-translate-y-5{
  --tw-translate-y: -1.25rem !important;
}

.-translate-y-6{
  --tw-translate-y: -1.5rem !important;
}

.-translate-y-7{
  --tw-translate-y: -1.75rem !important;
}

.-translate-y-8{
  --tw-translate-y: -2rem !important;
}

.-translate-y-9{
  --tw-translate-y: -2.25rem !important;
}

.-translate-y-10{
  --tw-translate-y: -2.5rem !important;
}

.-translate-y-11{
  --tw-translate-y: -2.75rem !important;
}

.-translate-y-12{
  --tw-translate-y: -3rem !important;
}

.-translate-y-14{
  --tw-translate-y: -3.5rem !important;
}

.-translate-y-16{
  --tw-translate-y: -4rem !important;
}

.-translate-y-20{
  --tw-translate-y: -5rem !important;
}

.-translate-y-24{
  --tw-translate-y: -6rem !important;
}

.-translate-y-28{
  --tw-translate-y: -7rem !important;
}

.-translate-y-32{
  --tw-translate-y: -8rem !important;
}

.-translate-y-36{
  --tw-translate-y: -9rem !important;
}

.-translate-y-40{
  --tw-translate-y: -10rem !important;
}

.-translate-y-44{
  --tw-translate-y: -11rem !important;
}

.-translate-y-48{
  --tw-translate-y: -12rem !important;
}

.-translate-y-52{
  --tw-translate-y: -13rem !important;
}

.-translate-y-56{
  --tw-translate-y: -14rem !important;
}

.-translate-y-60{
  --tw-translate-y: -15rem !important;
}

.-translate-y-64{
  --tw-translate-y: -16rem !important;
}

.-translate-y-72{
  --tw-translate-y: -18rem !important;
}

.-translate-y-80{
  --tw-translate-y: -20rem !important;
}

.-translate-y-96{
  --tw-translate-y: -24rem !important;
}

.-translate-y-px{
  --tw-translate-y: -1px !important;
}

.-translate-y-0\.5{
  --tw-translate-y: -0.125rem !important;
}

.-translate-y-1\.5{
  --tw-translate-y: -0.375rem !important;
}

.-translate-y-2\.5{
  --tw-translate-y: -0.625rem !important;
}

.-translate-y-3\.5{
  --tw-translate-y: -0.875rem !important;
}

.translate-y-1\/2{
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3{
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3{
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4{
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4{
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4{
  --tw-translate-y: 75% !important;
}

.translate-y-full{
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3{
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4{
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4{
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4{
  --tw-translate-y: -75% !important;
}

.-translate-y-full{
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem !important;
}

.hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem !important;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 2rem !important;
}

.hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem !important;
}

.hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem !important;
}

.hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem !important;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 3rem !important;
}

.hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem !important;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 6rem !important;
}

.hover\:translate-x-28:hover{
  --tw-translate-x: 7rem !important;
}

.hover\:translate-x-32:hover{
  --tw-translate-x: 8rem !important;
}

.hover\:translate-x-36:hover{
  --tw-translate-x: 9rem !important;
}

.hover\:translate-x-40:hover{
  --tw-translate-x: 10rem !important;
}

.hover\:translate-x-44:hover{
  --tw-translate-x: 11rem !important;
}

.hover\:translate-x-48:hover{
  --tw-translate-x: 12rem !important;
}

.hover\:translate-x-52:hover{
  --tw-translate-x: 13rem !important;
}

.hover\:translate-x-56:hover{
  --tw-translate-x: 14rem !important;
}

.hover\:translate-x-60:hover{
  --tw-translate-x: 15rem !important;
}

.hover\:translate-x-64:hover{
  --tw-translate-x: 16rem !important;
}

.hover\:translate-x-72:hover{
  --tw-translate-x: 18rem !important;
}

.hover\:translate-x-80:hover{
  --tw-translate-x: 20rem !important;
}

.hover\:translate-x-96:hover{
  --tw-translate-x: 24rem !important;
}

.hover\:translate-x-px:hover{
  --tw-translate-x: 1px !important;
}

.hover\:translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem !important;
}

.hover\:translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem !important;
}

.hover\:translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem !important;
}

.hover\:translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem !important;
}

.hover\:-translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem !important;
}

.hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem !important;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem !important;
}

.hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem !important;
}

.hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem !important;
}

.hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem !important;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem !important;
}

.hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem !important;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem !important;
}

.hover\:-translate-x-28:hover{
  --tw-translate-x: -7rem !important;
}

.hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem !important;
}

.hover\:-translate-x-36:hover{
  --tw-translate-x: -9rem !important;
}

.hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem !important;
}

.hover\:-translate-x-44:hover{
  --tw-translate-x: -11rem !important;
}

.hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem !important;
}

.hover\:-translate-x-52:hover{
  --tw-translate-x: -13rem !important;
}

.hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem !important;
}

.hover\:-translate-x-60:hover{
  --tw-translate-x: -15rem !important;
}

.hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem !important;
}

.hover\:-translate-x-72:hover{
  --tw-translate-x: -18rem !important;
}

.hover\:-translate-x-80:hover{
  --tw-translate-x: -20rem !important;
}

.hover\:-translate-x-96:hover{
  --tw-translate-x: -24rem !important;
}

.hover\:-translate-x-px:hover{
  --tw-translate-x: -1px !important;
}

.hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem !important;
}

.hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem !important;
}

.hover\:-translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem !important;
}

.hover\:-translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem !important;
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem !important;
}

.hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem !important;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 2rem !important;
}

.hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem !important;
}

.hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem !important;
}

.hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem !important;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 3rem !important;
}

.hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem !important;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 6rem !important;
}

.hover\:translate-y-28:hover{
  --tw-translate-y: 7rem !important;
}

.hover\:translate-y-32:hover{
  --tw-translate-y: 8rem !important;
}

.hover\:translate-y-36:hover{
  --tw-translate-y: 9rem !important;
}

.hover\:translate-y-40:hover{
  --tw-translate-y: 10rem !important;
}

.hover\:translate-y-44:hover{
  --tw-translate-y: 11rem !important;
}

.hover\:translate-y-48:hover{
  --tw-translate-y: 12rem !important;
}

.hover\:translate-y-52:hover{
  --tw-translate-y: 13rem !important;
}

.hover\:translate-y-56:hover{
  --tw-translate-y: 14rem !important;
}

.hover\:translate-y-60:hover{
  --tw-translate-y: 15rem !important;
}

.hover\:translate-y-64:hover{
  --tw-translate-y: 16rem !important;
}

.hover\:translate-y-72:hover{
  --tw-translate-y: 18rem !important;
}

.hover\:translate-y-80:hover{
  --tw-translate-y: 20rem !important;
}

.hover\:translate-y-96:hover{
  --tw-translate-y: 24rem !important;
}

.hover\:translate-y-px:hover{
  --tw-translate-y: 1px !important;
}

.hover\:translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem !important;
}

.hover\:translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem !important;
}

.hover\:translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem !important;
}

.hover\:translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem !important;
}

.hover\:-translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem !important;
}

.hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem !important;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem !important;
}

.hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem !important;
}

.hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem !important;
}

.hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem !important;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem !important;
}

.hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem !important;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem !important;
}

.hover\:-translate-y-28:hover{
  --tw-translate-y: -7rem !important;
}

.hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem !important;
}

.hover\:-translate-y-36:hover{
  --tw-translate-y: -9rem !important;
}

.hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem !important;
}

.hover\:-translate-y-44:hover{
  --tw-translate-y: -11rem !important;
}

.hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem !important;
}

.hover\:-translate-y-52:hover{
  --tw-translate-y: -13rem !important;
}

.hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem !important;
}

.hover\:-translate-y-60:hover{
  --tw-translate-y: -15rem !important;
}

.hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem !important;
}

.hover\:-translate-y-72:hover{
  --tw-translate-y: -18rem !important;
}

.hover\:-translate-y-80:hover{
  --tw-translate-y: -20rem !important;
}

.hover\:-translate-y-96:hover{
  --tw-translate-y: -24rem !important;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px !important;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem !important;
}

.hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem !important;
}

.hover\:-translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem !important;
}

.hover\:-translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem !important;
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem !important;
}

.focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem !important;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 2rem !important;
}

.focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem !important;
}

.focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem !important;
}

.focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem !important;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 3rem !important;
}

.focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem !important;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 6rem !important;
}

.focus\:translate-x-28:focus{
  --tw-translate-x: 7rem !important;
}

.focus\:translate-x-32:focus{
  --tw-translate-x: 8rem !important;
}

.focus\:translate-x-36:focus{
  --tw-translate-x: 9rem !important;
}

.focus\:translate-x-40:focus{
  --tw-translate-x: 10rem !important;
}

.focus\:translate-x-44:focus{
  --tw-translate-x: 11rem !important;
}

.focus\:translate-x-48:focus{
  --tw-translate-x: 12rem !important;
}

.focus\:translate-x-52:focus{
  --tw-translate-x: 13rem !important;
}

.focus\:translate-x-56:focus{
  --tw-translate-x: 14rem !important;
}

.focus\:translate-x-60:focus{
  --tw-translate-x: 15rem !important;
}

.focus\:translate-x-64:focus{
  --tw-translate-x: 16rem !important;
}

.focus\:translate-x-72:focus{
  --tw-translate-x: 18rem !important;
}

.focus\:translate-x-80:focus{
  --tw-translate-x: 20rem !important;
}

.focus\:translate-x-96:focus{
  --tw-translate-x: 24rem !important;
}

.focus\:translate-x-px:focus{
  --tw-translate-x: 1px !important;
}

.focus\:translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem !important;
}

.focus\:translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem !important;
}

.focus\:translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem !important;
}

.focus\:translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem !important;
}

.focus\:-translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem !important;
}

.focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem !important;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem !important;
}

.focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem !important;
}

.focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem !important;
}

.focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem !important;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem !important;
}

.focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem !important;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem !important;
}

.focus\:-translate-x-28:focus{
  --tw-translate-x: -7rem !important;
}

.focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem !important;
}

.focus\:-translate-x-36:focus{
  --tw-translate-x: -9rem !important;
}

.focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem !important;
}

.focus\:-translate-x-44:focus{
  --tw-translate-x: -11rem !important;
}

.focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem !important;
}

.focus\:-translate-x-52:focus{
  --tw-translate-x: -13rem !important;
}

.focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem !important;
}

.focus\:-translate-x-60:focus{
  --tw-translate-x: -15rem !important;
}

.focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem !important;
}

.focus\:-translate-x-72:focus{
  --tw-translate-x: -18rem !important;
}

.focus\:-translate-x-80:focus{
  --tw-translate-x: -20rem !important;
}

.focus\:-translate-x-96:focus{
  --tw-translate-x: -24rem !important;
}

.focus\:-translate-x-px:focus{
  --tw-translate-x: -1px !important;
}

.focus\:-translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem !important;
}

.focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem !important;
}

.focus\:-translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem !important;
}

.focus\:-translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem !important;
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem !important;
}

.focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem !important;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 2rem !important;
}

.focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem !important;
}

.focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem !important;
}

.focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem !important;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 3rem !important;
}

.focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem !important;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 6rem !important;
}

.focus\:translate-y-28:focus{
  --tw-translate-y: 7rem !important;
}

.focus\:translate-y-32:focus{
  --tw-translate-y: 8rem !important;
}

.focus\:translate-y-36:focus{
  --tw-translate-y: 9rem !important;
}

.focus\:translate-y-40:focus{
  --tw-translate-y: 10rem !important;
}

.focus\:translate-y-44:focus{
  --tw-translate-y: 11rem !important;
}

.focus\:translate-y-48:focus{
  --tw-translate-y: 12rem !important;
}

.focus\:translate-y-52:focus{
  --tw-translate-y: 13rem !important;
}

.focus\:translate-y-56:focus{
  --tw-translate-y: 14rem !important;
}

.focus\:translate-y-60:focus{
  --tw-translate-y: 15rem !important;
}

.focus\:translate-y-64:focus{
  --tw-translate-y: 16rem !important;
}

.focus\:translate-y-72:focus{
  --tw-translate-y: 18rem !important;
}

.focus\:translate-y-80:focus{
  --tw-translate-y: 20rem !important;
}

.focus\:translate-y-96:focus{
  --tw-translate-y: 24rem !important;
}

.focus\:translate-y-px:focus{
  --tw-translate-y: 1px !important;
}

.focus\:translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem !important;
}

.focus\:translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem !important;
}

.focus\:translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem !important;
}

.focus\:translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem !important;
}

.focus\:-translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem !important;
}

.focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem !important;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem !important;
}

.focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem !important;
}

.focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem !important;
}

.focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem !important;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem !important;
}

.focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem !important;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem !important;
}

.focus\:-translate-y-28:focus{
  --tw-translate-y: -7rem !important;
}

.focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem !important;
}

.focus\:-translate-y-36:focus{
  --tw-translate-y: -9rem !important;
}

.focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem !important;
}

.focus\:-translate-y-44:focus{
  --tw-translate-y: -11rem !important;
}

.focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem !important;
}

.focus\:-translate-y-52:focus{
  --tw-translate-y: -13rem !important;
}

.focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem !important;
}

.focus\:-translate-y-60:focus{
  --tw-translate-y: -15rem !important;
}

.focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem !important;
}

.focus\:-translate-y-72:focus{
  --tw-translate-y: -18rem !important;
}

.focus\:-translate-y-80:focus{
  --tw-translate-y: -20rem !important;
}

.focus\:-translate-y-96:focus{
  --tw-translate-y: -24rem !important;
}

.focus\:-translate-y-px:focus{
  --tw-translate-y: -1px !important;
}

.focus\:-translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem !important;
}

.focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem !important;
}

.focus\:-translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem !important;
}

.focus\:-translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem !important;
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100% !important;
}

.rotate-0{
  --tw-rotate: 0deg !important;
}

.rotate-1{
  --tw-rotate: 1deg !important;
}

.rotate-2{
  --tw-rotate: 2deg !important;
}

.rotate-3{
  --tw-rotate: 3deg !important;
}

.rotate-6{
  --tw-rotate: 6deg !important;
}

.rotate-12{
  --tw-rotate: 12deg !important;
}

.rotate-45{
  --tw-rotate: 45deg !important;
}

.rotate-90{
  --tw-rotate: 90deg !important;
}

.rotate-180{
  --tw-rotate: 180deg !important;
}

.-rotate-180{
  --tw-rotate: -180deg !important;
}

.-rotate-90{
  --tw-rotate: -90deg !important;
}

.-rotate-45{
  --tw-rotate: -45deg !important;
}

.-rotate-12{
  --tw-rotate: -12deg !important;
}

.-rotate-6{
  --tw-rotate: -6deg !important;
}

.-rotate-3{
  --tw-rotate: -3deg !important;
}

.-rotate-2{
  --tw-rotate: -2deg !important;
}

.-rotate-1{
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover{
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover{
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover{
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover{
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover{
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover{
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover{
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover{
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover{
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover{
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover{
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover{
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus{
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus{
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus{
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus{
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus{
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus{
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus{
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus{
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus{
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus{
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus{
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus{
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus{
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus{
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus{
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus{
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus{
  --tw-rotate: -1deg !important;
}

.skew-x-0{
  --tw-skew-x: 0deg !important;
}

.skew-x-1{
  --tw-skew-x: 1deg !important;
}

.skew-x-2{
  --tw-skew-x: 2deg !important;
}

.skew-x-3{
  --tw-skew-x: 3deg !important;
}

.skew-x-6{
  --tw-skew-x: 6deg !important;
}

.skew-x-12{
  --tw-skew-x: 12deg !important;
}

.-skew-x-12{
  --tw-skew-x: -12deg !important;
}

.-skew-x-6{
  --tw-skew-x: -6deg !important;
}

.-skew-x-3{
  --tw-skew-x: -3deg !important;
}

.-skew-x-2{
  --tw-skew-x: -2deg !important;
}

.-skew-x-1{
  --tw-skew-x: -1deg !important;
}

.skew-y-0{
  --tw-skew-y: 0deg !important;
}

.skew-y-1{
  --tw-skew-y: 1deg !important;
}

.skew-y-2{
  --tw-skew-y: 2deg !important;
}

.skew-y-3{
  --tw-skew-y: 3deg !important;
}

.skew-y-6{
  --tw-skew-y: 6deg !important;
}

.skew-y-12{
  --tw-skew-y: 12deg !important;
}

.-skew-y-12{
  --tw-skew-y: -12deg !important;
}

.-skew-y-6{
  --tw-skew-y: -6deg !important;
}

.-skew-y-3{
  --tw-skew-y: -3deg !important;
}

.-skew-y-2{
  --tw-skew-y: -2deg !important;
}

.-skew-y-1{
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover{
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover{
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover{
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover{
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover{
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover{
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover{
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover{
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover{
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover{
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover{
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover{
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus{
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus{
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus{
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus{
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus{
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus{
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus{
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus{
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus{
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus{
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus{
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus{
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg !important;
}

.scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0{
  --tw-scale-x: 0 !important;
}

.scale-x-50{
  --tw-scale-x: .5 !important;
}

.scale-x-75{
  --tw-scale-x: .75 !important;
}

.scale-x-90{
  --tw-scale-x: .9 !important;
}

.scale-x-95{
  --tw-scale-x: .95 !important;
}

.scale-x-100{
  --tw-scale-x: 1 !important;
}

.scale-x-105{
  --tw-scale-x: 1.05 !important;
}

.scale-x-110{
  --tw-scale-x: 1.1 !important;
}

.scale-x-125{
  --tw-scale-x: 1.25 !important;
}

.scale-x-150{
  --tw-scale-x: 1.5 !important;
}

.scale-y-0{
  --tw-scale-y: 0 !important;
}

.scale-y-50{
  --tw-scale-y: .5 !important;
}

.scale-y-75{
  --tw-scale-y: .75 !important;
}

.scale-y-90{
  --tw-scale-y: .9 !important;
}

.scale-y-95{
  --tw-scale-y: .95 !important;
}

.scale-y-100{
  --tw-scale-y: 1 !important;
}

.scale-y-105{
  --tw-scale-y: 1.05 !important;
}

.scale-y-110{
  --tw-scale-y: 1.1 !important;
}

.scale-y-125{
  --tw-scale-y: 1.25 !important;
}

.scale-y-150{
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover{
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover{
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover{
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover{
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover{
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover{
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover{
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover{
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover{
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover{
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover{
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus{
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus{
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus{
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus{
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus{
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus{
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus{
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus{
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus{
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus{
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus{
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus{
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5 !important;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

.cursor-auto{
  cursor: auto !important;
}

.cursor-default{
  cursor: default !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.cursor-wait{
  cursor: wait !important;
}

.cursor-text{
  cursor: text !important;
}

.cursor-move{
  cursor: move !important;
}

.cursor-help{
  cursor: help !important;
}

.cursor-not-allowed{
  cursor: not-allowed !important;
}

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.resize-none{
  resize: none !important;
}

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

.list-inside{
  list-style-position: inside !important;
}

.list-outside{
  list-style-position: outside !important;
}

.list-none{
  list-style-type: none !important;
}

.list-disc{
  list-style-type: disc !important;
}

.list-decimal{
  list-style-type: decimal !important;
}

.list-square{
  list-style-type: square !important;
}

.list-roman{
  list-style-type: upper-roman !important;
}

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

.auto-cols-auto{
  grid-auto-columns: auto !important;
}

.auto-cols-min{
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !important;
}

.grid-flow-row{
  grid-auto-flow: row !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.auto-rows-auto{
  grid-auto-rows: auto !important;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none{
  grid-template-columns: none !important;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none{
  grid-template-rows: none !important;
}

.flex-row{
  flex-direction: row !important;
}

.flex-row-reverse{
  flex-direction: row-reverse !important;
}

.flex-col{
  flex-direction: column !important;
}

.flex-col-reverse{
  flex-direction: column-reverse !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap{
  flex-wrap: nowrap !important;
}

.place-content-center{
  place-content: center !important;
}

.place-content-start{
  place-content: start !important;
}

.place-content-end{
  place-content: end !important;
}

.place-content-between{
  place-content: space-between !important;
}

.place-content-around{
  place-content: space-around !important;
}

.place-content-evenly{
  place-content: space-evenly !important;
}

.place-content-stretch{
  place-content: stretch !important;
}

.place-items-start{
  place-items: start !important;
}

.place-items-end{
  place-items: end !important;
}

.place-items-center{
  place-items: center !important;
}

.place-items-stretch{
  place-items: stretch !important;
}

.content-center{
  align-content: center !important;
}

.content-start{
  align-content: flex-start !important;
}

.content-end{
  align-content: flex-end !important;
}

.content-between{
  align-content: space-between !important;
}

.content-around{
  align-content: space-around !important;
}

.content-evenly{
  align-content: space-evenly !important;
}

.items-start{
  align-items: flex-start !important;
}

.items-end{
  align-items: flex-end !important;
}

.items-center{
  align-items: center !important;
}

.items-baseline{
  align-items: baseline !important;
}

.items-stretch{
  align-items: stretch !important;
}

.justify-start{
  justify-content: flex-start !important;
}

.justify-end{
  justify-content: flex-end !important;
}

.justify-center{
  justify-content: center !important;
}

.justify-between{
  justify-content: space-between !important;
}

.justify-around{
  justify-content: space-around !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

.justify-items-start{
  justify-items: start !important;
}

.justify-items-end{
  justify-items: end !important;
}

.justify-items-center{
  justify-items: center !important;
}

.justify-items-stretch{
  justify-items: stretch !important;
}

.gap-0{
  gap: 0px !important;
}

.gap-1{
  gap: 0.25rem !important;
}

.gap-2{
  gap: 0.5rem !important;
}

.gap-3{
  gap: 0.75rem !important;
}

.gap-4{
  gap: 1rem !important;
}

.gap-5{
  gap: 1.25rem !important;
}

.gap-6{
  gap: 1.5rem !important;
}

.gap-7{
  gap: 1.75rem !important;
}

.gap-8{
  gap: 2rem !important;
}

.gap-9{
  gap: 2.25rem !important;
}

.gap-10{
  gap: 2.5rem !important;
}

.gap-11{
  gap: 2.75rem !important;
}

.gap-12{
  gap: 3rem !important;
}

.gap-14{
  gap: 3.5rem !important;
}

.gap-16{
  gap: 4rem !important;
}

.gap-20{
  gap: 5rem !important;
}

.gap-24{
  gap: 6rem !important;
}

.gap-28{
  gap: 7rem !important;
}

.gap-32{
  gap: 8rem !important;
}

.gap-36{
  gap: 9rem !important;
}

.gap-40{
  gap: 10rem !important;
}

.gap-44{
  gap: 11rem !important;
}

.gap-48{
  gap: 12rem !important;
}

.gap-52{
  gap: 13rem !important;
}

.gap-56{
  gap: 14rem !important;
}

.gap-60{
  gap: 15rem !important;
}

.gap-64{
  gap: 16rem !important;
}

.gap-72{
  gap: 18rem !important;
}

.gap-80{
  gap: 20rem !important;
}

.gap-96{
  gap: 24rem !important;
}

.gap-px{
  gap: 1px !important;
}

.gap-0\.5{
  gap: 0.125rem !important;
}

.gap-1\.5{
  gap: 0.375rem !important;
}

.gap-2\.5{
  gap: 0.625rem !important;
}

.gap-3\.5{
  gap: 0.875rem !important;
}

.gap-x-0{
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1{
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2{
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3{
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5{
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-6{
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-7{
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-8{
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-9{
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-10{
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-11{
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-12{
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-14{
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16{
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20{
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24{
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-28{
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-32{
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-36{
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-40{
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-44{
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-48{
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-52{
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-56{
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-60{
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-64{
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-72{
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-80{
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-96{
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-px{
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-3\.5{
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-y-0{
  row-gap: 0px !important;
}

.gap-y-1{
  row-gap: 0.25rem !important;
}

.gap-y-2{
  row-gap: 0.5rem !important;
}

.gap-y-3{
  row-gap: 0.75rem !important;
}

.gap-y-4{
  row-gap: 1rem !important;
}

.gap-y-5{
  row-gap: 1.25rem !important;
}

.gap-y-6{
  row-gap: 1.5rem !important;
}

.gap-y-7{
  row-gap: 1.75rem !important;
}

.gap-y-8{
  row-gap: 2rem !important;
}

.gap-y-9{
  row-gap: 2.25rem !important;
}

.gap-y-10{
  row-gap: 2.5rem !important;
}

.gap-y-11{
  row-gap: 2.75rem !important;
}

.gap-y-12{
  row-gap: 3rem !important;
}

.gap-y-14{
  row-gap: 3.5rem !important;
}

.gap-y-16{
  row-gap: 4rem !important;
}

.gap-y-20{
  row-gap: 5rem !important;
}

.gap-y-24{
  row-gap: 6rem !important;
}

.gap-y-28{
  row-gap: 7rem !important;
}

.gap-y-32{
  row-gap: 8rem !important;
}

.gap-y-36{
  row-gap: 9rem !important;
}

.gap-y-40{
  row-gap: 10rem !important;
}

.gap-y-44{
  row-gap: 11rem !important;
}

.gap-y-48{
  row-gap: 12rem !important;
}

.gap-y-52{
  row-gap: 13rem !important;
}

.gap-y-56{
  row-gap: 14rem !important;
}

.gap-y-60{
  row-gap: 15rem !important;
}

.gap-y-64{
  row-gap: 16rem !important;
}

.gap-y-72{
  row-gap: 18rem !important;
}

.gap-y-80{
  row-gap: 20rem !important;
}

.gap-y-96{
  row-gap: 24rem !important;
}

.gap-y-px{
  row-gap: 1px !important;
}

.gap-y-0\.5{
  row-gap: 0.125rem !important;
}

.gap-y-1\.5{
  row-gap: 0.375rem !important;
}

.gap-y-2\.5{
  row-gap: 0.625rem !important;
}

.gap-y-3\.5{
  row-gap: 0.875rem !important;
}

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

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

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

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

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

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

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

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

.-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

.-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

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

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

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

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

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

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

.-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

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

.-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

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

.-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

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

.-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none !important;
}

.divide-primary-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
}

.divide-primary-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
}

.divide-primary-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
}

.divide-primary-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
}

.divide-primary-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
}

.divide-primary-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
}

.divide-primary-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
}

.divide-primary-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
}

.divide-primary-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
}

.divide-primary-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
}

.divide-primary-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(69, 10, 10, var(--tw-divide-opacity)) !important;
}

.divide-primary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
}

.divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
}

.divide-secondary-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
}

.divide-secondary-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
}

.divide-secondary-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
}

.divide-secondary-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
}

.divide-secondary-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
}

.divide-secondary-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
}

.divide-secondary-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
}

.divide-secondary-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
}

.divide-secondary-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
}

.divide-secondary-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(2, 6, 23, var(--tw-divide-opacity)) !important;
}

.divide-secondary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
}

.divide-blackLight > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(42,44,49,0.3) !important;
}

.divide-redDark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(230, 10, 10, var(--tw-divide-opacity)) !important;
}

.divide-gray400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 249, 249, var(--tw-divide-opacity)) !important;
}

.divide-ghostWhite > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(242, 242, 246, var(--tw-divide-opacity)) !important;
}

.divide-black500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.divide-white200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 249, 249, var(--tw-divide-opacity)) !important;
}

.divide-gray100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(225, 228, 228, var(--tw-divide-opacity)) !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-color: transparent !important;
}

.divide-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 98, 107, var(--tw-divide-opacity)) !important;
}

.divide-pink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 110, 176, var(--tw-divide-opacity)) !important;
}

.divide-pink100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(218, 37, 135, var(--tw-divide-opacity)) !important;
}

.divide-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(232, 229, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
}

.divide-blue-150 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 245, 252, var(--tw-divide-opacity)) !important;
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(98, 218, 251, 0.1) !important;
}

.divide-blue-250 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 249, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(86, 76, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-350 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(42, 43, 58, var(--tw-divide-opacity)) !important;
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(76, 85, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(123, 97, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(69, 74, 231, var(--tw-divide-opacity)) !important;
}

.divide-blue-750 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(23, 132, 178, var(--tw-divide-opacity)) !important;
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(98,218,251,0.10) !important;
}

.divide-blue-850 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 249, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(88, 117, 220, var(--tw-divide-opacity)) !important;
}

.divide-blue-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 244, 252, var(--tw-divide-opacity)) !important;
}

.divide-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
}

.divide-black-40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,0.4) !important;
}

.divide-black-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
}

.divide-black-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
}

.divide-black-150 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity)) !important;
}

.divide-black-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity)) !important;
}

.divide-black-250 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity)) !important;
}

.divide-black-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity)) !important;
}

.divide-black-350 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
}

.divide-black-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity)) !important;
}

.divide-black-450 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
}

.divide-black-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
}

.divide-black-550 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(10, 10, 10, var(--tw-divide-opacity)) !important;
}

.divide-black-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.divide-black-650 > :not([hidden]) ~ :not([hidden]){
  border-color: #00000040 !important;
}

.divide-black-700 > :not([hidden]) ~ :not([hidden]){
  border-color: #00000066 !important;
}

.divide-black-750 > :not([hidden]) ~ :not([hidden]){
  border-color: #00000080 !important;
}

.divide-black-800 > :not([hidden]) ~ :not([hidden]){
  border-color: #00000099 !important;
}

.divide-black-850 > :not([hidden]) ~ :not([hidden]){
  border-color: #000000B3 !important;
}

.divide-black-900 > :not([hidden]) ~ :not([hidden]){
  border-color: #000000CC !important;
}

.divide-black-950 > :not([hidden]) ~ :not([hidden]){
  border-color: #000000E6 !important;
}

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

.divide-red-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 233, 232, var(--tw-divide-opacity)) !important;
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(123, 42, 43, var(--tw-divide-opacity)) !important;
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 89, 124, var(--tw-divide-opacity)) !important;
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 234, 227, var(--tw-divide-opacity)) !important;
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 242, 243, var(--tw-divide-opacity)) !important;
}

.divide-red-550 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 245, 246, var(--tw-divide-opacity)) !important;
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 250, 250, var(--tw-divide-opacity)) !important;
}

.divide-red-650 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 233, 234, var(--tw-divide-opacity)) !important;
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 40, 35, var(--tw-divide-opacity)) !important;
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 242, 244, var(--tw-divide-opacity)) !important;
}

.divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
}

.divide-white-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-white-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 254, 254, var(--tw-divide-opacity)) !important;
}

.divide-white-150 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 253, 253, var(--tw-divide-opacity)) !important;
}

.divide-white-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 252, 252, var(--tw-divide-opacity)) !important;
}

.divide-white-250 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 251, 251, var(--tw-divide-opacity)) !important;
}

.divide-white-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
}

.divide-white-350 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 249, 249, var(--tw-divide-opacity)) !important;
}

.divide-white-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
}

.divide-white-450 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important;
}

.divide-white-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 246, 246, var(--tw-divide-opacity)) !important;
}

.divide-white-550 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
}

.divide-white-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
}

.divide-white-650 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
}

.divide-white-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
}

.divide-white-750 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
}

.divide-white-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 240, 240, var(--tw-divide-opacity)) !important;
}

.divide-white-850 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 239, 239, var(--tw-divide-opacity)) !important;
}

.divide-white-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
}

.divide-white-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
}

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

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

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

.divide-gray-150 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 236, 242, var(--tw-divide-opacity)) !important;
}

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

.divide-gray-250 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
}

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

.divide-gray-350 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
}

.divide-gray-450 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
}

.divide-gray-550 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
}

.divide-gray-650 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
}

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

.divide-gray-750 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
}

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

.divide-gray-850 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
}

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

.divide-gray-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(3, 7, 18, var(--tw-divide-opacity)) !important;
}

.divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
}

.divide-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(90, 206, 190, var(--tw-divide-opacity)) !important;
}

.divide-redlight > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(176,42,35,.6) !important;
}

.divide-grayLight > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
}

.divide-grayDark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-divide-opacity)) !important;
}

.divide-borderDark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(199, 199, 199, var(--tw-divide-opacity)) !important;
}

.divide-whiteLight > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255,255,255,0.8) !important;
}

.divide-secondaryLight > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,0.2) !important;
}

.divide-borderLight > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,0.3) !important;
}

.divide-secondaryDark > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,0.4) !important;
}

.divide-blackDark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
}

.divide-gray200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
}

.divide-black50 > :not([hidden]) ~ :not([hidden]){
  border-color: #2A2C3B80 !important;
}

.divide-borderGray > :not([hidden]) ~ :not([hidden]){
  border-color: #2A2C3B67 !important;
}

.divide-borderModal > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
}

.divide-modalbg > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,.7) !important;
}

.divide-black80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,0.8) !important;
}

.divide-black90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,0.9) !important;
}

.divide-warning > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 193, 7, var(--tw-divide-opacity)) !important;
}

.divide-inputDark > :not([hidden]) ~ :not([hidden]){
  border-color: #2A2C3BCB !important;
}

.divide-black30 > :not([hidden]) ~ :not([hidden]){
  border-color: #0000004D !important;
}

.divide-select > :not([hidden]) ~ :not([hidden]){
  border-color: #2A2C3B41 !important;
}

.divide-darkBlack > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
}

.divide-borderBlack > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(24, 25, 34, var(--tw-divide-opacity)) !important;
}

.divide-black95 > :not([hidden]) ~ :not([hidden]){
  border-color: #000000F2 !important;
}

.divide-blackLight25 > :not([hidden]) ~ :not([hidden]){
  border-color: #2A2C3B40 !important;
}

.divide-bGraylight > :not([hidden]) ~ :not([hidden]){
  border-color: #70707027 !important;
}

.divide-lightGray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
}

.divide-lightRed > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 234, 233, var(--tw-divide-opacity)) !important;
}

.divide-maroon > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(183, 58, 51, var(--tw-divide-opacity)) !important;
}

.divide-footerDark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(22, 22, 23, var(--tw-divide-opacity)) !important;
}

.divide-success > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(40, 167, 69, var(--tw-divide-opacity)) !important;
}

.divide-info > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(23, 162, 184, var(--tw-divide-opacity)) !important;
}

.divide-danger > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
}

.divide-alert > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
}

.divide-success-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(212, 237, 218, var(--tw-divide-opacity)) !important;
}

.divide-info-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 236, 241, var(--tw-divide-opacity)) !important;
}

.divide-warning-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 243, 205, var(--tw-divide-opacity)) !important;
}

.divide-danger-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 215, 218, var(--tw-divide-opacity)) !important;
}

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

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2 !important;
}

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

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4 !important;
}

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

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7 !important;
}

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

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95 !important;
}

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

.place-self-auto{
  place-self: auto !important;
}

.place-self-start{
  place-self: start !important;
}

.place-self-end{
  place-self: end !important;
}

.place-self-center{
  place-self: center !important;
}

.place-self-stretch{
  place-self: stretch !important;
}

.self-auto{
  align-self: auto !important;
}

.self-start{
  align-self: flex-start !important;
}

.self-end{
  align-self: flex-end !important;
}

.self-center{
  align-self: center !important;
}

.self-stretch{
  align-self: stretch !important;
}

.self-baseline{
  align-self: baseline !important;
}

.justify-self-auto{
  justify-self: auto !important;
}

.justify-self-start{
  justify-self: start !important;
}

.justify-self-end{
  justify-self: end !important;
}

.justify-self-center{
  justify-self: center !important;
}

.justify-self-stretch{
  justify-self: stretch !important;
}

.overflow-auto{
  overflow: auto !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-visible{
  overflow: visible !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

.overscroll-auto{
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none{
  overscroll-behavior-x: none !important;
}

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

.overflow-ellipsis{
  text-overflow: ellipsis !important;
}

.overflow-clip{
  text-overflow: clip !important;
}

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

.whitespace-nowrap{
  white-space: nowrap !important;
}

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

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

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

.break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.rounded-none{
  border-radius: 0 !important;
}

.rounded-xs{
  border-radius: 2px !important;
}

.rounded-sm{
  border-radius: 4px !important;
}

.rounded{
  border-radius: 4px !important;
}

.rounded-md{
  border-radius: 0.375rem !important;
}

.rounded-lg{
  border-radius: 0.5rem !important;
}

.rounded-full{
  border-radius: 9999px !important;
}

.rounded-large{
  border-radius: 12px !important;
}

.rounded-3xl{
  border-radius: 20px !important;
}

.hover\:rounded-none:hover{
  border-radius: 0 !important;
}

.hover\:rounded-xs:hover{
  border-radius: 2px !important;
}

.hover\:rounded-sm:hover{
  border-radius: 4px !important;
}

.hover\:rounded:hover{
  border-radius: 4px !important;
}

.hover\:rounded-md:hover{
  border-radius: 0.375rem !important;
}

.hover\:rounded-lg:hover{
  border-radius: 0.5rem !important;
}

.hover\:rounded-full:hover{
  border-radius: 9999px !important;
}

.hover\:rounded-large:hover{
  border-radius: 12px !important;
}

.hover\:rounded-3xl:hover{
  border-radius: 20px !important;
}

.focus\:rounded-none:focus{
  border-radius: 0 !important;
}

.focus\:rounded-xs:focus{
  border-radius: 2px !important;
}

.focus\:rounded-sm:focus{
  border-radius: 4px !important;
}

.focus\:rounded:focus{
  border-radius: 4px !important;
}

.focus\:rounded-md:focus{
  border-radius: 0.375rem !important;
}

.focus\:rounded-lg:focus{
  border-radius: 0.5rem !important;
}

.focus\:rounded-full:focus{
  border-radius: 9999px !important;
}

.focus\:rounded-large:focus{
  border-radius: 12px !important;
}

.focus\:rounded-3xl:focus{
  border-radius: 20px !important;
}

.rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-t-xs{
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-t-sm{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-t{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-t-large{
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-t-3xl{
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-r-xs{
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-r-sm{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-r{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-r-large{
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-r-3xl{
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-b-xs{
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-b-sm{
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-b{
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-b-large{
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-b-3xl{
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-xs{
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-l-sm{
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l{
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-large{
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-l-3xl{
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.hover\:rounded-t-none:hover{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.hover\:rounded-t-xs:hover{
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.hover\:rounded-t-sm:hover{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.hover\:rounded-t:hover{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.hover\:rounded-t-md:hover{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.hover\:rounded-t-lg:hover{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.hover\:rounded-t-full:hover{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.hover\:rounded-t-large:hover{
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.hover\:rounded-t-3xl:hover{
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.hover\:rounded-r-none:hover{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.hover\:rounded-r-xs:hover{
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.hover\:rounded-r-sm:hover{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.hover\:rounded-r:hover{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.hover\:rounded-r-md:hover{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.hover\:rounded-r-lg:hover{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.hover\:rounded-r-full:hover{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.hover\:rounded-r-large:hover{
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.hover\:rounded-r-3xl:hover{
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.hover\:rounded-b-none:hover{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.hover\:rounded-b-xs:hover{
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.hover\:rounded-b-sm:hover{
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.hover\:rounded-b:hover{
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.hover\:rounded-b-md:hover{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.hover\:rounded-b-lg:hover{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.hover\:rounded-b-full:hover{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.hover\:rounded-b-large:hover{
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.hover\:rounded-b-3xl:hover{
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.hover\:rounded-l-none:hover{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.hover\:rounded-l-xs:hover{
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.hover\:rounded-l-sm:hover{
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.hover\:rounded-l:hover{
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.hover\:rounded-l-md:hover{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.hover\:rounded-l-lg:hover{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.hover\:rounded-l-full:hover{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.hover\:rounded-l-large:hover{
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.hover\:rounded-l-3xl:hover{
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.focus\:rounded-t-none:focus{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.focus\:rounded-t-xs:focus{
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.focus\:rounded-t-sm:focus{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.focus\:rounded-t:focus{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.focus\:rounded-t-md:focus{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.focus\:rounded-t-lg:focus{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.focus\:rounded-t-full:focus{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.focus\:rounded-t-large:focus{
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.focus\:rounded-t-3xl:focus{
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.focus\:rounded-r-none:focus{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.focus\:rounded-r-xs:focus{
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.focus\:rounded-r-sm:focus{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.focus\:rounded-r:focus{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.focus\:rounded-r-md:focus{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.focus\:rounded-r-lg:focus{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.focus\:rounded-r-full:focus{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.focus\:rounded-r-large:focus{
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.focus\:rounded-r-3xl:focus{
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.focus\:rounded-b-none:focus{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.focus\:rounded-b-xs:focus{
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.focus\:rounded-b-sm:focus{
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.focus\:rounded-b:focus{
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.focus\:rounded-b-md:focus{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.focus\:rounded-b-lg:focus{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.focus\:rounded-b-full:focus{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.focus\:rounded-b-large:focus{
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.focus\:rounded-b-3xl:focus{
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.focus\:rounded-l-none:focus{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.focus\:rounded-l-xs:focus{
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.focus\:rounded-l-sm:focus{
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.focus\:rounded-l:focus{
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.focus\:rounded-l-md:focus{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.focus\:rounded-l-lg:focus{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.focus\:rounded-l-full:focus{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.focus\:rounded-l-large:focus{
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.focus\:rounded-l-3xl:focus{
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.rounded-tl-xs{
  border-top-left-radius: 2px !important;
}

.rounded-tl-sm{
  border-top-left-radius: 4px !important;
}

.rounded-tl{
  border-top-left-radius: 4px !important;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.rounded-tl-large{
  border-top-left-radius: 12px !important;
}

.rounded-tl-3xl{
  border-top-left-radius: 20px !important;
}

.rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.rounded-tr-xs{
  border-top-right-radius: 2px !important;
}

.rounded-tr-sm{
  border-top-right-radius: 4px !important;
}

.rounded-tr{
  border-top-right-radius: 4px !important;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.rounded-tr-large{
  border-top-right-radius: 12px !important;
}

.rounded-tr-3xl{
  border-top-right-radius: 20px !important;
}

.rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.rounded-br-xs{
  border-bottom-right-radius: 2px !important;
}

.rounded-br-sm{
  border-bottom-right-radius: 4px !important;
}

.rounded-br{
  border-bottom-right-radius: 4px !important;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.rounded-br-large{
  border-bottom-right-radius: 12px !important;
}

.rounded-br-3xl{
  border-bottom-right-radius: 20px !important;
}

.rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.rounded-bl-xs{
  border-bottom-left-radius: 2px !important;
}

.rounded-bl-sm{
  border-bottom-left-radius: 4px !important;
}

.rounded-bl{
  border-bottom-left-radius: 4px !important;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.rounded-bl-large{
  border-bottom-left-radius: 12px !important;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 20px !important;
}

.hover\:rounded-tl-none:hover{
  border-top-left-radius: 0 !important;
}

.hover\:rounded-tl-xs:hover{
  border-top-left-radius: 2px !important;
}

.hover\:rounded-tl-sm:hover{
  border-top-left-radius: 4px !important;
}

.hover\:rounded-tl:hover{
  border-top-left-radius: 4px !important;
}

.hover\:rounded-tl-md:hover{
  border-top-left-radius: 0.375rem !important;
}

.hover\:rounded-tl-lg:hover{
  border-top-left-radius: 0.5rem !important;
}

.hover\:rounded-tl-full:hover{
  border-top-left-radius: 9999px !important;
}

.hover\:rounded-tl-large:hover{
  border-top-left-radius: 12px !important;
}

.hover\:rounded-tl-3xl:hover{
  border-top-left-radius: 20px !important;
}

.hover\:rounded-tr-none:hover{
  border-top-right-radius: 0 !important;
}

.hover\:rounded-tr-xs:hover{
  border-top-right-radius: 2px !important;
}

.hover\:rounded-tr-sm:hover{
  border-top-right-radius: 4px !important;
}

.hover\:rounded-tr:hover{
  border-top-right-radius: 4px !important;
}

.hover\:rounded-tr-md:hover{
  border-top-right-radius: 0.375rem !important;
}

.hover\:rounded-tr-lg:hover{
  border-top-right-radius: 0.5rem !important;
}

.hover\:rounded-tr-full:hover{
  border-top-right-radius: 9999px !important;
}

.hover\:rounded-tr-large:hover{
  border-top-right-radius: 12px !important;
}

.hover\:rounded-tr-3xl:hover{
  border-top-right-radius: 20px !important;
}

.hover\:rounded-br-none:hover{
  border-bottom-right-radius: 0 !important;
}

.hover\:rounded-br-xs:hover{
  border-bottom-right-radius: 2px !important;
}

.hover\:rounded-br-sm:hover{
  border-bottom-right-radius: 4px !important;
}

.hover\:rounded-br:hover{
  border-bottom-right-radius: 4px !important;
}

.hover\:rounded-br-md:hover{
  border-bottom-right-radius: 0.375rem !important;
}

.hover\:rounded-br-lg:hover{
  border-bottom-right-radius: 0.5rem !important;
}

.hover\:rounded-br-full:hover{
  border-bottom-right-radius: 9999px !important;
}

.hover\:rounded-br-large:hover{
  border-bottom-right-radius: 12px !important;
}

.hover\:rounded-br-3xl:hover{
  border-bottom-right-radius: 20px !important;
}

.hover\:rounded-bl-none:hover{
  border-bottom-left-radius: 0 !important;
}

.hover\:rounded-bl-xs:hover{
  border-bottom-left-radius: 2px !important;
}

.hover\:rounded-bl-sm:hover{
  border-bottom-left-radius: 4px !important;
}

.hover\:rounded-bl:hover{
  border-bottom-left-radius: 4px !important;
}

.hover\:rounded-bl-md:hover{
  border-bottom-left-radius: 0.375rem !important;
}

.hover\:rounded-bl-lg:hover{
  border-bottom-left-radius: 0.5rem !important;
}

.hover\:rounded-bl-full:hover{
  border-bottom-left-radius: 9999px !important;
}

.hover\:rounded-bl-large:hover{
  border-bottom-left-radius: 12px !important;
}

.hover\:rounded-bl-3xl:hover{
  border-bottom-left-radius: 20px !important;
}

.focus\:rounded-tl-none:focus{
  border-top-left-radius: 0 !important;
}

.focus\:rounded-tl-xs:focus{
  border-top-left-radius: 2px !important;
}

.focus\:rounded-tl-sm:focus{
  border-top-left-radius: 4px !important;
}

.focus\:rounded-tl:focus{
  border-top-left-radius: 4px !important;
}

.focus\:rounded-tl-md:focus{
  border-top-left-radius: 0.375rem !important;
}

.focus\:rounded-tl-lg:focus{
  border-top-left-radius: 0.5rem !important;
}

.focus\:rounded-tl-full:focus{
  border-top-left-radius: 9999px !important;
}

.focus\:rounded-tl-large:focus{
  border-top-left-radius: 12px !important;
}

.focus\:rounded-tl-3xl:focus{
  border-top-left-radius: 20px !important;
}

.focus\:rounded-tr-none:focus{
  border-top-right-radius: 0 !important;
}

.focus\:rounded-tr-xs:focus{
  border-top-right-radius: 2px !important;
}

.focus\:rounded-tr-sm:focus{
  border-top-right-radius: 4px !important;
}

.focus\:rounded-tr:focus{
  border-top-right-radius: 4px !important;
}

.focus\:rounded-tr-md:focus{
  border-top-right-radius: 0.375rem !important;
}

.focus\:rounded-tr-lg:focus{
  border-top-right-radius: 0.5rem !important;
}

.focus\:rounded-tr-full:focus{
  border-top-right-radius: 9999px !important;
}

.focus\:rounded-tr-large:focus{
  border-top-right-radius: 12px !important;
}

.focus\:rounded-tr-3xl:focus{
  border-top-right-radius: 20px !important;
}

.focus\:rounded-br-none:focus{
  border-bottom-right-radius: 0 !important;
}

.focus\:rounded-br-xs:focus{
  border-bottom-right-radius: 2px !important;
}

.focus\:rounded-br-sm:focus{
  border-bottom-right-radius: 4px !important;
}

.focus\:rounded-br:focus{
  border-bottom-right-radius: 4px !important;
}

.focus\:rounded-br-md:focus{
  border-bottom-right-radius: 0.375rem !important;
}

.focus\:rounded-br-lg:focus{
  border-bottom-right-radius: 0.5rem !important;
}

.focus\:rounded-br-full:focus{
  border-bottom-right-radius: 9999px !important;
}

.focus\:rounded-br-large:focus{
  border-bottom-right-radius: 12px !important;
}

.focus\:rounded-br-3xl:focus{
  border-bottom-right-radius: 20px !important;
}

.focus\:rounded-bl-none:focus{
  border-bottom-left-radius: 0 !important;
}

.focus\:rounded-bl-xs:focus{
  border-bottom-left-radius: 2px !important;
}

.focus\:rounded-bl-sm:focus{
  border-bottom-left-radius: 4px !important;
}

.focus\:rounded-bl:focus{
  border-bottom-left-radius: 4px !important;
}

.focus\:rounded-bl-md:focus{
  border-bottom-left-radius: 0.375rem !important;
}

.focus\:rounded-bl-lg:focus{
  border-bottom-left-radius: 0.5rem !important;
}

.focus\:rounded-bl-full:focus{
  border-bottom-left-radius: 9999px !important;
}

.focus\:rounded-bl-large:focus{
  border-bottom-left-radius: 12px !important;
}

.focus\:rounded-bl-3xl:focus{
  border-bottom-left-radius: 20px !important;
}

.border-0{
  border-width: 0px !important;
}

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

.border-4{
  border-width: 4px !important;
}

.border-8{
  border-width: 8px !important;
}

.border{
  border-width: 1px !important;
}

.border-t-0{
  border-top-width: 0px !important;
}

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

.border-t-4{
  border-top-width: 4px !important;
}

.border-t-8{
  border-top-width: 8px !important;
}

.border-t{
  border-top-width: 1px !important;
}

.border-r-0{
  border-right-width: 0px !important;
}

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

.border-r-4{
  border-right-width: 4px !important;
}

.border-r-8{
  border-right-width: 8px !important;
}

.border-r{
  border-right-width: 1px !important;
}

.border-b-0{
  border-bottom-width: 0px !important;
}

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

.border-b-4{
  border-bottom-width: 4px !important;
}

.border-b-8{
  border-bottom-width: 8px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-l-0{
  border-left-width: 0px !important;
}

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

.border-l-4{
  border-left-width: 4px !important;
}

.border-l-8{
  border-left-width: 8px !important;
}

.border-l{
  border-left-width: 1px !important;
}

.border-solid{
  border-style: solid !important;
}

.border-dashed{
  border-style: dashed !important;
}

.border-dotted{
  border-style: dotted !important;
}

.border-double{
  border-style: double !important;
}

.border-none{
  border-style: none !important;
}

.border-primary-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.border-primary-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.border-primary-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.border-primary-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.border-primary-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.border-primary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.border-primary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.border-primary-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.border-primary-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.border-primary-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.border-primary-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
}

.border-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.border-secondary-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.border-secondary-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.border-secondary-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.border-secondary-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.border-secondary-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.border-secondary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.border-secondary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.border-secondary-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.border-secondary-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.border-secondary-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.border-secondary-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
}

.border-secondary{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.border-blackLight{
  border-color: rgba(42,44,49,0.3) !important;
}

.border-redDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
}

.border-gray400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
}

.border-ghostWhite{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
}

.border-black500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-white200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
}

.border-gray100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
}

.border-none{
  border-color: transparent !important;
}

.border-orange{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
}

.border-pink{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
}

.border-pink100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
}

.border-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
}

.border-blue-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.border-blue-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.border-blue-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
}

.border-blue-200{
  border-color: rgba(98, 218, 251, 0.1) !important;
}

.border-blue-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
}

.border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
}

.border-blue-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
}

.border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
}

.border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
}

.border-blue-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
}

.border-blue-750{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
}

.border-blue-800{
  border-color: rgba(98,218,251,0.10) !important;
}

.border-blue-850{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
}

.border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
}

.border-blue-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
}

.border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.border-black-40{
  border-color: rgba(0,0,0,0.4) !important;
}

.border-black-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.border-black-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.border-black-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
}

.border-black-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
}

.border-black-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
}

.border-black-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
}

.border-black-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.border-black-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
}

.border-black-450{
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.border-black-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.border-black-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
}

.border-black-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-black-650{
  border-color: #00000040 !important;
}

.border-black-700{
  border-color: #00000066 !important;
}

.border-black-750{
  border-color: #00000080 !important;
}

.border-black-800{
  border-color: #00000099 !important;
}

.border-black-850{
  border-color: #000000B3 !important;
}

.border-black-900{
  border-color: #000000CC !important;
}

.border-black-950{
  border-color: #000000E6 !important;
}

.border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-red-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
}

.border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
}

.border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
}

.border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
}

.border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
}

.border-red-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
}

.border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
}

.border-red-650{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
}

.border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
}

.border-red-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
}

.border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.border-white-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-white-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
}

.border-white-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
}

.border-white-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
}

.border-white-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
}

.border-white-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.border-white-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
}

.border-white-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.border-white-450{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
}

.border-white-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
}

.border-white-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.border-white-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.border-white-650{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.border-white-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.border-white-750{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.border-white-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}

.border-white-850{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
}

.border-white-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.border-white-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

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

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

.border-gray-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
}

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

.border-gray-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

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

.border-gray-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.border-gray-450{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.border-gray-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.border-gray-650{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

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

.border-gray-750{
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

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

.border-gray-850{
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

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

.border-gray-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
}

.border-gray{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.border-green{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
}

.border-redlight{
  border-color: rgba(176,42,35,.6) !important;
}

.border-grayLight{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.border-grayDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.border-borderDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
}

.border-whiteLight{
  border-color: rgba(255,255,255,0.8) !important;
}

.border-secondaryLight{
  border-color: rgba(0,0,0,0.2) !important;
}

.border-borderLight{
  border-color: rgba(0,0,0,0.3) !important;
}

.border-secondaryDark{
  border-color: rgba(0,0,0,0.4) !important;
}

.border-blackDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.border-gray200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.border-black50{
  border-color: #2A2C3B80 !important;
}

.border-borderGray{
  border-color: #2A2C3B67 !important;
}

.border-borderModal{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.border-modalbg{
  border-color: rgba(0,0,0,.7) !important;
}

.border-black80{
  border-color: rgba(0,0,0,0.8) !important;
}

.border-black90{
  border-color: rgba(0,0,0,0.9) !important;
}

.border-warning{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
}

.border-inputDark{
  border-color: #2A2C3BCB !important;
}

.border-black30{
  border-color: #0000004D !important;
}

.border-select{
  border-color: #2A2C3B41 !important;
}

.border-darkBlack{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.border-borderBlack{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
}

.border-black95{
  border-color: #000000F2 !important;
}

.border-blackLight25{
  border-color: #2A2C3B40 !important;
}

.border-bGraylight{
  border-color: #70707027 !important;
}

.border-lightGray{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.border-lightRed{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
}

.border-maroon{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
}

.border-footerDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
}

.border-success{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
}

.border-info{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
}

.border-danger{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.border-alert{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.border-success-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
}

.border-info-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
}

.border-warning-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
}

.border-danger-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blackLight{
  border-color: rgba(42,44,49,0.3) !important;
}

.group:hover .group-hover\:border-redDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-ghostWhite{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
}

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

.group:hover .group-hover\:border-orange{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-200{
  border-color: rgba(98, 218, 251, 0.1) !important;
}

.group:hover .group-hover\:border-blue-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-750{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-800{
  border-color: rgba(98,218,251,0.10) !important;
}

.group:hover .group-hover\:border-blue-850{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-40{
  border-color: rgba(0,0,0,0.4) !important;
}

.group:hover .group-hover\:border-black-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-450{
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black-650{
  border-color: #00000040 !important;
}

.group:hover .group-hover\:border-black-700{
  border-color: #00000066 !important;
}

.group:hover .group-hover\:border-black-750{
  border-color: #00000080 !important;
}

.group:hover .group-hover\:border-black-800{
  border-color: #00000099 !important;
}

.group:hover .group-hover\:border-black-850{
  border-color: #000000B3 !important;
}

.group:hover .group-hover\:border-black-900{
  border-color: #000000CC !important;
}

.group:hover .group-hover\:border-black-950{
  border-color: #000000E6 !important;
}

.group:hover .group-hover\:border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-650{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-450{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-650{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-750{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-850{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

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

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

.group:hover .group-hover\:border-gray-150{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
}

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

.group:hover .group-hover\:border-gray-250{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

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

.group:hover .group-hover\:border-gray-350{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-450{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-550{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-650{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

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

.group:hover .group-hover\:border-gray-750{
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

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

.group:hover .group-hover\:border-gray-850{
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

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

.group:hover .group-hover\:border-gray-950{
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-redlight{
  border-color: rgba(176,42,35,.6) !important;
}

.group:hover .group-hover\:border-grayLight{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grayDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-borderDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-whiteLight{
  border-color: rgba(255,255,255,0.8) !important;
}

.group:hover .group-hover\:border-secondaryLight{
  border-color: rgba(0,0,0,0.2) !important;
}

.group:hover .group-hover\:border-borderLight{
  border-color: rgba(0,0,0,0.3) !important;
}

.group:hover .group-hover\:border-secondaryDark{
  border-color: rgba(0,0,0,0.4) !important;
}

.group:hover .group-hover\:border-blackDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black50{
  border-color: #2A2C3B80 !important;
}

.group:hover .group-hover\:border-borderGray{
  border-color: #2A2C3B67 !important;
}

.group:hover .group-hover\:border-borderModal{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-modalbg{
  border-color: rgba(0,0,0,.7) !important;
}

.group:hover .group-hover\:border-black80{
  border-color: rgba(0,0,0,0.8) !important;
}

.group:hover .group-hover\:border-black90{
  border-color: rgba(0,0,0,0.9) !important;
}

.group:hover .group-hover\:border-warning{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-inputDark{
  border-color: #2A2C3BCB !important;
}

.group:hover .group-hover\:border-black30{
  border-color: #0000004D !important;
}

.group:hover .group-hover\:border-select{
  border-color: #2A2C3B41 !important;
}

.group:hover .group-hover\:border-darkBlack{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-borderBlack{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black95{
  border-color: #000000F2 !important;
}

.group:hover .group-hover\:border-blackLight25{
  border-color: #2A2C3B40 !important;
}

.group:hover .group-hover\:border-bGraylight{
  border-color: #70707027 !important;
}

.group:hover .group-hover\:border-lightGray{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lightRed{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-maroon{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-footerDark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-alert{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-950:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-950:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blackLight:focus-within{
  border-color: rgba(42,44,49,0.3) !important;
}

.focus-within\:border-redDark:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-ghostWhite:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
}

.focus-within\:border-none:focus-within{
  border-color: transparent !important;
}

.focus-within\:border-orange:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-150:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-200:focus-within{
  border-color: rgba(98, 218, 251, 0.1) !important;
}

.focus-within\:border-blue-250:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-350:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-750:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-800:focus-within{
  border-color: rgba(98,218,251,0.10) !important;
}

.focus-within\:border-blue-850:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-950:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-40:focus-within{
  border-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:border-black-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-150:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-250:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-350:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-450:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-550:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black-650:focus-within{
  border-color: #00000040 !important;
}

.focus-within\:border-black-700:focus-within{
  border-color: #00000066 !important;
}

.focus-within\:border-black-750:focus-within{
  border-color: #00000080 !important;
}

.focus-within\:border-black-800:focus-within{
  border-color: #00000099 !important;
}

.focus-within\:border-black-850:focus-within{
  border-color: #000000B3 !important;
}

.focus-within\:border-black-900:focus-within{
  border-color: #000000CC !important;
}

.focus-within\:border-black-950:focus-within{
  border-color: #000000E6 !important;
}

.focus-within\:border-black:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-550:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-650:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-150:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-250:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-350:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-450:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-550:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-650:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-750:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-850:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-950:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-50:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-150:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-250:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-350:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-450:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-550:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-600:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-650:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-750:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-800:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-850:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-900:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-950:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
}

.focus-within\:border-redlight:focus-within{
  border-color: rgba(176,42,35,.6) !important;
}

.focus-within\:border-grayLight:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grayDark:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.focus-within\:border-borderDark:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
}

.focus-within\:border-whiteLight:focus-within{
  border-color: rgba(255,255,255,0.8) !important;
}

.focus-within\:border-secondaryLight:focus-within{
  border-color: rgba(0,0,0,0.2) !important;
}

.focus-within\:border-borderLight:focus-within{
  border-color: rgba(0,0,0,0.3) !important;
}

.focus-within\:border-secondaryDark:focus-within{
  border-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:border-blackDark:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black50:focus-within{
  border-color: #2A2C3B80 !important;
}

.focus-within\:border-borderGray:focus-within{
  border-color: #2A2C3B67 !important;
}

.focus-within\:border-borderModal:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.focus-within\:border-modalbg:focus-within{
  border-color: rgba(0,0,0,.7) !important;
}

.focus-within\:border-black80:focus-within{
  border-color: rgba(0,0,0,0.8) !important;
}

.focus-within\:border-black90:focus-within{
  border-color: rgba(0,0,0,0.9) !important;
}

.focus-within\:border-warning:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
}

.focus-within\:border-inputDark:focus-within{
  border-color: #2A2C3BCB !important;
}

.focus-within\:border-black30:focus-within{
  border-color: #0000004D !important;
}

.focus-within\:border-select:focus-within{
  border-color: #2A2C3B41 !important;
}

.focus-within\:border-darkBlack:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.focus-within\:border-borderBlack:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black95:focus-within{
  border-color: #000000F2 !important;
}

.focus-within\:border-blackLight25:focus-within{
  border-color: #2A2C3B40 !important;
}

.focus-within\:border-bGraylight:focus-within{
  border-color: #70707027 !important;
}

.focus-within\:border-lightGray:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lightRed:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
}

.focus-within\:border-maroon:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-footerDark:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.focus-within\:border-alert:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-light:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-light:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-light:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-light:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-950:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-950:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.hover\:border-blackLight:hover{
  border-color: rgba(42,44,49,0.3) !important;
}

.hover\:border-redDark:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
}

.hover\:border-gray400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-ghostWhite:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
}

.hover\:border-black500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-white200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-gray100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
}

.hover\:border-none:hover{
  border-color: transparent !important;
}

.hover\:border-orange:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-pink:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
}

.hover\:border-pink100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
}

.hover\:border-purple:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-150:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-200:hover{
  border-color: rgba(98, 218, 251, 0.1) !important;
}

.hover\:border-blue-250:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-350:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-750:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-800:hover{
  border-color: rgba(98,218,251,0.10) !important;
}

.hover\:border-blue-850:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-950:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-blue:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-black-40:hover{
  border-color: rgba(0,0,0,0.4) !important;
}

.hover\:border-black-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-black-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-black-150:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
}

.hover\:border-black-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
}

.hover\:border-black-250:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
}

.hover\:border-black-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
}

.hover\:border-black-350:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.hover\:border-black-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
}

.hover\:border-black-450:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.hover\:border-black-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-black-550:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
}

.hover\:border-black-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-black-650:hover{
  border-color: #00000040 !important;
}

.hover\:border-black-700:hover{
  border-color: #00000066 !important;
}

.hover\:border-black-750:hover{
  border-color: #00000080 !important;
}

.hover\:border-black-800:hover{
  border-color: #00000099 !important;
}

.hover\:border-black-850:hover{
  border-color: #000000B3 !important;
}

.hover\:border-black-900:hover{
  border-color: #000000CC !important;
}

.hover\:border-black-950:hover{
  border-color: #000000E6 !important;
}

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

.hover\:border-red-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
}

.hover\:border-red-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
}

.hover\:border-red-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.hover\:border-red-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
}

.hover\:border-red-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-red-550:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
}

.hover\:border-red-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-red-650:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
}

.hover\:border-red-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
}

.hover\:border-red-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-red:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.hover\:border-white-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-white-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
}

.hover\:border-white-150:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
}

.hover\:border-white-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-white-250:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
}

.hover\:border-white-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-white-350:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-white-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.hover\:border-white-450:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
}

.hover\:border-white-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
}

.hover\:border-white-550:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-white-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-white-650:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-white-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-white-750:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.hover\:border-white-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}

.hover\:border-white-850:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
}

.hover\:border-white-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.hover\:border-white-950:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

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

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

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

.hover\:border-gray-150:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-250:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-350:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-450:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-550:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-650:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-750:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-850:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

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

.hover\:border-gray-950:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
}

.hover\:border-gray:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-green:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
}

.hover\:border-redlight:hover{
  border-color: rgba(176,42,35,.6) !important;
}

.hover\:border-grayLight:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-grayDark:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.hover\:border-borderDark:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
}

.hover\:border-whiteLight:hover{
  border-color: rgba(255,255,255,0.8) !important;
}

.hover\:border-secondaryLight:hover{
  border-color: rgba(0,0,0,0.2) !important;
}

.hover\:border-borderLight:hover{
  border-color: rgba(0,0,0,0.3) !important;
}

.hover\:border-secondaryDark:hover{
  border-color: rgba(0,0,0,0.4) !important;
}

.hover\:border-blackDark:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-gray200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.hover\:border-black50:hover{
  border-color: #2A2C3B80 !important;
}

.hover\:border-borderGray:hover{
  border-color: #2A2C3B67 !important;
}

.hover\:border-borderModal:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.hover\:border-modalbg:hover{
  border-color: rgba(0,0,0,.7) !important;
}

.hover\:border-black80:hover{
  border-color: rgba(0,0,0,0.8) !important;
}

.hover\:border-black90:hover{
  border-color: rgba(0,0,0,0.9) !important;
}

.hover\:border-warning:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
}

.hover\:border-inputDark:hover{
  border-color: #2A2C3BCB !important;
}

.hover\:border-black30:hover{
  border-color: #0000004D !important;
}

.hover\:border-select:hover{
  border-color: #2A2C3B41 !important;
}

.hover\:border-darkBlack:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.hover\:border-borderBlack:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
}

.hover\:border-black95:hover{
  border-color: #000000F2 !important;
}

.hover\:border-blackLight25:hover{
  border-color: #2A2C3B40 !important;
}

.hover\:border-bGraylight:hover{
  border-color: #70707027 !important;
}

.hover\:border-lightGray:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.hover\:border-lightRed:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
}

.hover\:border-maroon:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-footerDark:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
}

.hover\:border-success:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
}

.hover\:border-info:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
}

.hover\:border-danger:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.hover\:border-alert:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.hover\:border-success-light:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
}

.hover\:border-info-light:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-light:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-light:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-950:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-950:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.focus\:border-blackLight:focus{
  border-color: rgba(42,44,49,0.3) !important;
}

.focus\:border-redDark:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
}

.focus\:border-gray400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-ghostWhite:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
}

.focus\:border-black500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-white200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-gray100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
}

.focus\:border-none:focus{
  border-color: transparent !important;
}

.focus\:border-orange:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-pink:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
}

.focus\:border-pink100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
}

.focus\:border-purple:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-150:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-200:focus{
  border-color: rgba(98, 218, 251, 0.1) !important;
}

.focus\:border-blue-250:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-350:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-750:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-800:focus{
  border-color: rgba(98,218,251,0.10) !important;
}

.focus\:border-blue-850:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-950:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-blue:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-black-40:focus{
  border-color: rgba(0,0,0,0.4) !important;
}

.focus\:border-black-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-black-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-black-150:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
}

.focus\:border-black-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
}

.focus\:border-black-250:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
}

.focus\:border-black-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
}

.focus\:border-black-350:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.focus\:border-black-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
}

.focus\:border-black-450:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.focus\:border-black-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-black-550:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
}

.focus\:border-black-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-black-650:focus{
  border-color: #00000040 !important;
}

.focus\:border-black-700:focus{
  border-color: #00000066 !important;
}

.focus\:border-black-750:focus{
  border-color: #00000080 !important;
}

.focus\:border-black-800:focus{
  border-color: #00000099 !important;
}

.focus\:border-black-850:focus{
  border-color: #000000B3 !important;
}

.focus\:border-black-900:focus{
  border-color: #000000CC !important;
}

.focus\:border-black-950:focus{
  border-color: #000000E6 !important;
}

.focus\:border-black:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-red-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
}

.focus\:border-red-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
}

.focus\:border-red-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus\:border-red-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
}

.focus\:border-red-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-red-550:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
}

.focus\:border-red-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-red-650:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
}

.focus\:border-red-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
}

.focus\:border-red-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-red:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
}

.focus\:border-white-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-white-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
}

.focus\:border-white-150:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
}

.focus\:border-white-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-white-250:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
}

.focus\:border-white-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-white-350:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-white-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.focus\:border-white-450:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
}

.focus\:border-white-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
}

.focus\:border-white-550:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-white-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-white-650:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-white-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-white-750:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.focus\:border-white-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}

.focus\:border-white-850:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
}

.focus\:border-white-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.focus\:border-white-950:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.focus\:border-white:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-150:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-250:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-350:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-450:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-550:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-650:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-750:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-850:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-950:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
}

.focus\:border-gray:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-green:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
}

.focus\:border-redlight:focus{
  border-color: rgba(176,42,35,.6) !important;
}

.focus\:border-grayLight:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-grayDark:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.focus\:border-borderDark:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
}

.focus\:border-whiteLight:focus{
  border-color: rgba(255,255,255,0.8) !important;
}

.focus\:border-secondaryLight:focus{
  border-color: rgba(0,0,0,0.2) !important;
}

.focus\:border-borderLight:focus{
  border-color: rgba(0,0,0,0.3) !important;
}

.focus\:border-secondaryDark:focus{
  border-color: rgba(0,0,0,0.4) !important;
}

.focus\:border-blackDark:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-gray200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.focus\:border-black50:focus{
  border-color: #2A2C3B80 !important;
}

.focus\:border-borderGray:focus{
  border-color: #2A2C3B67 !important;
}

.focus\:border-borderModal:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.focus\:border-modalbg:focus{
  border-color: rgba(0,0,0,.7) !important;
}

.focus\:border-black80:focus{
  border-color: rgba(0,0,0,0.8) !important;
}

.focus\:border-black90:focus{
  border-color: rgba(0,0,0,0.9) !important;
}

.focus\:border-warning:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
}

.focus\:border-inputDark:focus{
  border-color: #2A2C3BCB !important;
}

.focus\:border-black30:focus{
  border-color: #0000004D !important;
}

.focus\:border-select:focus{
  border-color: #2A2C3B41 !important;
}

.focus\:border-darkBlack:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
}

.focus\:border-borderBlack:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
}

.focus\:border-black95:focus{
  border-color: #000000F2 !important;
}

.focus\:border-blackLight25:focus{
  border-color: #2A2C3B40 !important;
}

.focus\:border-bGraylight:focus{
  border-color: #70707027 !important;
}

.focus\:border-lightGray:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.focus\:border-lightRed:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
}

.focus\:border-maroon:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-footerDark:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
}

.focus\:border-success:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
}

.focus\:border-info:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
}

.focus\:border-danger:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.focus\:border-alert:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
}

.focus\:border-success-light:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
}

.focus\:border-info-light:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-light:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-light:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
}

.border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover{
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1 !important;
}

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

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

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

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

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

.bg-primary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.bg-primary-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
}

.bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

.bg-secondary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.bg-secondary-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
}

.bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.bg-blackLight{
  background-color: rgba(42,44,49,0.3) !important;
}

.bg-redDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
}

.bg-gray400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
}

.bg-ghostWhite{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
}

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

.bg-white200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
}

.bg-gray100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
}

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

.bg-orange{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
}

.bg-pink{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
}

.bg-pink100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
}

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

.bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.bg-blue-150{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
}

.bg-blue-200{
  background-color: rgba(98, 218, 251, 0.1) !important;
}

.bg-blue-250{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
}

.bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
}

.bg-blue-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
}

.bg-blue-800{
  background-color: rgba(98,218,251,0.10) !important;
}

.bg-blue-850{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
}

.bg-blue-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
}

.bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.bg-black-40{
  background-color: rgba(0,0,0,0.4) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black-650{
  background-color: #00000040 !important;
}

.bg-black-700{
  background-color: #00000066 !important;
}

.bg-black-750{
  background-color: #00000080 !important;
}

.bg-black-800{
  background-color: #00000099 !important;
}

.bg-black-850{
  background-color: #000000B3 !important;
}

.bg-black-900{
  background-color: #000000CC !important;
}

.bg-black-950{
  background-color: #000000E6 !important;
}

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

.bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
}

.bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
}

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

.bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
}

.bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
}

.bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
}

.bg-red-550{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
}

.bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
}

.bg-red-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
}

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

.bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
}

.bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gray-150{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gray-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
}

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

.bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
}

.bg-redlight{
  background-color: rgba(176,42,35,.6) !important;
}

.bg-grayLight{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.bg-grayDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.bg-borderDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
}

.bg-whiteLight{
  background-color: rgba(255,255,255,0.8) !important;
}

.bg-secondaryLight{
  background-color: rgba(0,0,0,0.2) !important;
}

.bg-borderLight{
  background-color: rgba(0,0,0,0.3) !important;
}

.bg-secondaryDark{
  background-color: rgba(0,0,0,0.4) !important;
}

.bg-blackDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.bg-gray200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.bg-black50{
  background-color: #2A2C3B80 !important;
}

.bg-borderGray{
  background-color: #2A2C3B67 !important;
}

.bg-borderModal{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.bg-modalbg{
  background-color: rgba(0,0,0,.7) !important;
}

.bg-black80{
  background-color: rgba(0,0,0,0.8) !important;
}

.bg-black90{
  background-color: rgba(0,0,0,0.9) !important;
}

.bg-warning{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
}

.bg-inputDark{
  background-color: #2A2C3BCB !important;
}

.bg-black30{
  background-color: #0000004D !important;
}

.bg-select{
  background-color: #2A2C3B41 !important;
}

.bg-darkBlack{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.bg-borderBlack{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
}

.bg-black95{
  background-color: #000000F2 !important;
}

.bg-blackLight25{
  background-color: #2A2C3B40 !important;
}

.bg-bGraylight{
  background-color: #70707027 !important;
}

.bg-lightGray{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.bg-lightRed{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
}

.bg-maroon{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
}

.bg-footerDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
}

.bg-success{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
}

.bg-info{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
}

.bg-danger{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.bg-alert{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.bg-success-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
}

.bg-info-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
}

.bg-warning-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
}

.bg-danger-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

.group:hover .group-hover\:bg-primary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.group:hover .group-hover\:bg-primary-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

.group:hover .group-hover\:bg-secondary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.group:hover .group-hover\:bg-secondary-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blackLight{
  background-color: rgba(42,44,49,0.3) !important;
}

.group:hover .group-hover\:bg-redDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-ghostWhite{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-white200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-orange{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-150{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-200{
  background-color: rgba(98, 218, 251, 0.1) !important;
}

.group:hover .group-hover\:bg-blue-250{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-800{
  background-color: rgba(98,218,251,0.10) !important;
}

.group:hover .group-hover\:bg-blue-850{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-40{
  background-color: rgba(0,0,0,0.4) !important;
}

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

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

.group:hover .group-hover\:bg-black-150{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-250{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black-550{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-black-650{
  background-color: #00000040 !important;
}

.group:hover .group-hover\:bg-black-700{
  background-color: #00000066 !important;
}

.group:hover .group-hover\:bg-black-750{
  background-color: #00000080 !important;
}

.group:hover .group-hover\:bg-black-800{
  background-color: #00000099 !important;
}

.group:hover .group-hover\:bg-black-850{
  background-color: #000000B3 !important;
}

.group:hover .group-hover\:bg-black-900{
  background-color: #000000CC !important;
}

.group:hover .group-hover\:bg-black-950{
  background-color: #000000E6 !important;
}

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

.group:hover .group-hover\:bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-550{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-white-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-150{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-250{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-550{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-850{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
}

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

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

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

.group:hover .group-hover\:bg-gray-150{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-gray-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-redlight{
  background-color: rgba(176,42,35,.6) !important;
}

.group:hover .group-hover\:bg-grayLight{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grayDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-borderDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-whiteLight{
  background-color: rgba(255,255,255,0.8) !important;
}

.group:hover .group-hover\:bg-secondaryLight{
  background-color: rgba(0,0,0,0.2) !important;
}

.group:hover .group-hover\:bg-borderLight{
  background-color: rgba(0,0,0,0.3) !important;
}

.group:hover .group-hover\:bg-secondaryDark{
  background-color: rgba(0,0,0,0.4) !important;
}

.group:hover .group-hover\:bg-blackDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black50{
  background-color: #2A2C3B80 !important;
}

.group:hover .group-hover\:bg-borderGray{
  background-color: #2A2C3B67 !important;
}

.group:hover .group-hover\:bg-borderModal{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-modalbg{
  background-color: rgba(0,0,0,.7) !important;
}

.group:hover .group-hover\:bg-black80{
  background-color: rgba(0,0,0,0.8) !important;
}

.group:hover .group-hover\:bg-black90{
  background-color: rgba(0,0,0,0.9) !important;
}

.group:hover .group-hover\:bg-warning{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-inputDark{
  background-color: #2A2C3BCB !important;
}

.group:hover .group-hover\:bg-black30{
  background-color: #0000004D !important;
}

.group:hover .group-hover\:bg-select{
  background-color: #2A2C3B41 !important;
}

.group:hover .group-hover\:bg-darkBlack{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-borderBlack{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black95{
  background-color: #000000F2 !important;
}

.group:hover .group-hover\:bg-blackLight25{
  background-color: #2A2C3B40 !important;
}

.group:hover .group-hover\:bg-bGraylight{
  background-color: #70707027 !important;
}

.group:hover .group-hover\:bg-lightGray{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightRed{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-maroon{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-footerDark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-alert{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-950:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-950:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blackLight:focus-within{
  background-color: rgba(42,44,49,0.3) !important;
}

.focus-within\:bg-redDark:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-ghostWhite:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-orange:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-150:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-200:focus-within{
  background-color: rgba(98, 218, 251, 0.1) !important;
}

.focus-within\:bg-blue-250:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-350:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-750:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-800:focus-within{
  background-color: rgba(98,218,251,0.10) !important;
}

.focus-within\:bg-blue-850:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-950:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-40:focus-within{
  background-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:bg-black-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-150:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-250:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-350:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-450:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-550:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black-650:focus-within{
  background-color: #00000040 !important;
}

.focus-within\:bg-black-700:focus-within{
  background-color: #00000066 !important;
}

.focus-within\:bg-black-750:focus-within{
  background-color: #00000080 !important;
}

.focus-within\:bg-black-800:focus-within{
  background-color: #00000099 !important;
}

.focus-within\:bg-black-850:focus-within{
  background-color: #000000B3 !important;
}

.focus-within\:bg-black-900:focus-within{
  background-color: #000000CC !important;
}

.focus-within\:bg-black-950:focus-within{
  background-color: #000000E6 !important;
}

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

.focus-within\:bg-red-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-550:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-650:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-50:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-150:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-250:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-350:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-450:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-550:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-600:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-650:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-700:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-750:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-800:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-850:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-900:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-950:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
}

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

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

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

.focus-within\:bg-gray-150:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-250:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-350:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-450:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-550:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-650:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-750:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-850:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-gray-950:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-redlight:focus-within{
  background-color: rgba(176,42,35,.6) !important;
}

.focus-within\:bg-grayLight:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grayDark:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-borderDark:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-whiteLight:focus-within{
  background-color: rgba(255,255,255,0.8) !important;
}

.focus-within\:bg-secondaryLight:focus-within{
  background-color: rgba(0,0,0,0.2) !important;
}

.focus-within\:bg-borderLight:focus-within{
  background-color: rgba(0,0,0,0.3) !important;
}

.focus-within\:bg-secondaryDark:focus-within{
  background-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:bg-blackDark:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black50:focus-within{
  background-color: #2A2C3B80 !important;
}

.focus-within\:bg-borderGray:focus-within{
  background-color: #2A2C3B67 !important;
}

.focus-within\:bg-borderModal:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-modalbg:focus-within{
  background-color: rgba(0,0,0,.7) !important;
}

.focus-within\:bg-black80:focus-within{
  background-color: rgba(0,0,0,0.8) !important;
}

.focus-within\:bg-black90:focus-within{
  background-color: rgba(0,0,0,0.9) !important;
}

.focus-within\:bg-warning:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-inputDark:focus-within{
  background-color: #2A2C3BCB !important;
}

.focus-within\:bg-black30:focus-within{
  background-color: #0000004D !important;
}

.focus-within\:bg-select:focus-within{
  background-color: #2A2C3B41 !important;
}

.focus-within\:bg-darkBlack:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-borderBlack:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black95:focus-within{
  background-color: #000000F2 !important;
}

.focus-within\:bg-blackLight25:focus-within{
  background-color: #2A2C3B40 !important;
}

.focus-within\:bg-bGraylight:focus-within{
  background-color: #70707027 !important;
}

.focus-within\:bg-lightGray:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lightRed:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-maroon:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-footerDark:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-alert:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-light:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-light:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-light:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-light:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.hover\:bg-primary-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

.hover\:bg-secondary-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.hover\:bg-secondary-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blackLight:hover{
  background-color: rgba(42,44,49,0.3) !important;
}

.hover\:bg-redDark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-ghostWhite:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-white200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-150:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-200:hover{
  background-color: rgba(98, 218, 251, 0.1) !important;
}

.hover\:bg-blue-250:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-350:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-750:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-800:hover{
  background-color: rgba(98,218,251,0.10) !important;
}

.hover\:bg-blue-850:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black-40:hover{
  background-color: rgba(0,0,0,0.4) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-black-650:hover{
  background-color: #00000040 !important;
}

.hover\:bg-black-700:hover{
  background-color: #00000066 !important;
}

.hover\:bg-black-750:hover{
  background-color: #00000080 !important;
}

.hover\:bg-black-800:hover{
  background-color: #00000099 !important;
}

.hover\:bg-black-850:hover{
  background-color: #000000B3 !important;
}

.hover\:bg-black-900:hover{
  background-color: #000000CC !important;
}

.hover\:bg-black-950:hover{
  background-color: #000000E6 !important;
}

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

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-550:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-650:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-gray-150:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-gray-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-green:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
}

.hover\:bg-redlight:hover{
  background-color: rgba(176,42,35,.6) !important;
}

.hover\:bg-grayLight:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grayDark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.hover\:bg-borderDark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
}

.hover\:bg-whiteLight:hover{
  background-color: rgba(255,255,255,0.8) !important;
}

.hover\:bg-secondaryLight:hover{
  background-color: rgba(0,0,0,0.2) !important;
}

.hover\:bg-borderLight:hover{
  background-color: rgba(0,0,0,0.3) !important;
}

.hover\:bg-secondaryDark:hover{
  background-color: rgba(0,0,0,0.4) !important;
}

.hover\:bg-blackDark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black50:hover{
  background-color: #2A2C3B80 !important;
}

.hover\:bg-borderGray:hover{
  background-color: #2A2C3B67 !important;
}

.hover\:bg-borderModal:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.hover\:bg-modalbg:hover{
  background-color: rgba(0,0,0,.7) !important;
}

.hover\:bg-black80:hover{
  background-color: rgba(0,0,0,0.8) !important;
}

.hover\:bg-black90:hover{
  background-color: rgba(0,0,0,0.9) !important;
}

.hover\:bg-warning:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
}

.hover\:bg-inputDark:hover{
  background-color: #2A2C3BCB !important;
}

.hover\:bg-black30:hover{
  background-color: #0000004D !important;
}

.hover\:bg-select:hover{
  background-color: #2A2C3B41 !important;
}

.hover\:bg-darkBlack:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.hover\:bg-borderBlack:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black95:hover{
  background-color: #000000F2 !important;
}

.hover\:bg-blackLight25:hover{
  background-color: #2A2C3B40 !important;
}

.hover\:bg-bGraylight:hover{
  background-color: #70707027 !important;
}

.hover\:bg-lightGray:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lightRed:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
}

.hover\:bg-maroon:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
}

.hover\:bg-footerDark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.hover\:bg-alert:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-light:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-light:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-light:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-light:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

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

.focus\:bg-secondary-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blackLight:focus{
  background-color: rgba(42,44,49,0.3) !important;
}

.focus\:bg-redDark:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-ghostWhite:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
}

.focus\:bg-none:focus{
  background-color: transparent !important;
}

.focus\:bg-orange:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-150:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-200:focus{
  background-color: rgba(98, 218, 251, 0.1) !important;
}

.focus\:bg-blue-250:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-350:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-750:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-800:focus{
  background-color: rgba(98,218,251,0.10) !important;
}

.focus\:bg-blue-850:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-40:focus{
  background-color: rgba(0,0,0,0.4) !important;
}

.focus\:bg-black-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-150:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-250:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-350:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-450:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-550:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black-650:focus{
  background-color: #00000040 !important;
}

.focus\:bg-black-700:focus{
  background-color: #00000066 !important;
}

.focus\:bg-black-750:focus{
  background-color: #00000080 !important;
}

.focus\:bg-black-800:focus{
  background-color: #00000099 !important;
}

.focus\:bg-black-850:focus{
  background-color: #000000B3 !important;
}

.focus\:bg-black-900:focus{
  background-color: #000000CC !important;
}

.focus\:bg-black-950:focus{
  background-color: #000000E6 !important;
}

.focus\:bg-black:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-550:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-650:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-150:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-250:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-350:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-450:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-550:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-650:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-750:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-850:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-150:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-250:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-350:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-450:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-550:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-650:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-750:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-850:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
}

.focus\:bg-redlight:focus{
  background-color: rgba(176,42,35,.6) !important;
}

.focus\:bg-grayLight:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grayDark:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.focus\:bg-borderDark:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
}

.focus\:bg-whiteLight:focus{
  background-color: rgba(255,255,255,0.8) !important;
}

.focus\:bg-secondaryLight:focus{
  background-color: rgba(0,0,0,0.2) !important;
}

.focus\:bg-borderLight:focus{
  background-color: rgba(0,0,0,0.3) !important;
}

.focus\:bg-secondaryDark:focus{
  background-color: rgba(0,0,0,0.4) !important;
}

.focus\:bg-blackDark:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black50:focus{
  background-color: #2A2C3B80 !important;
}

.focus\:bg-borderGray:focus{
  background-color: #2A2C3B67 !important;
}

.focus\:bg-borderModal:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.focus\:bg-modalbg:focus{
  background-color: rgba(0,0,0,.7) !important;
}

.focus\:bg-black80:focus{
  background-color: rgba(0,0,0,0.8) !important;
}

.focus\:bg-black90:focus{
  background-color: rgba(0,0,0,0.9) !important;
}

.focus\:bg-warning:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
}

.focus\:bg-inputDark:focus{
  background-color: #2A2C3BCB !important;
}

.focus\:bg-black30:focus{
  background-color: #0000004D !important;
}

.focus\:bg-select:focus{
  background-color: #2A2C3B41 !important;
}

.focus\:bg-darkBlack:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
}

.focus\:bg-borderBlack:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black95:focus{
  background-color: #000000F2 !important;
}

.focus\:bg-blackLight25:focus{
  background-color: #2A2C3B40 !important;
}

.focus\:bg-bGraylight:focus{
  background-color: #70707027 !important;
}

.focus\:bg-lightGray:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lightRed:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
}

.focus\:bg-maroon:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-footerDark:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.focus\:bg-alert:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-light:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-light:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-light:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-light:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1 !important;
}

.bg-none{
  background-image: none !important;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.from-primary-50{
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.from-primary-100{
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.from-primary-200{
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.from-primary-300{
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.from-primary-400{
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.from-primary-500{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.from-primary-600{
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.from-primary-700{
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.from-primary-800{
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.from-primary-900{
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.from-primary-950{
  --tw-gradient-from: #450a0a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
}

.from-primary{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.from-secondary-50{
  --tw-gradient-from: #f8fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.from-secondary-100{
  --tw-gradient-from: #f1f5f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.from-secondary-200{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.from-secondary-300{
  --tw-gradient-from: #cbd5e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.from-secondary-400{
  --tw-gradient-from: #94a3b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.from-secondary-500{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.from-secondary-600{
  --tw-gradient-from: #475569 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.from-secondary-700{
  --tw-gradient-from: #334155 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.from-secondary-800{
  --tw-gradient-from: #1e293b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.from-secondary-900{
  --tw-gradient-from: #0f172a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.from-secondary-950{
  --tw-gradient-from: #020617 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
}

.from-secondary{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.from-blackLight{
  --tw-gradient-from: rgba(42,44,49,0.3) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
}

.from-redDark{
  --tw-gradient-from: #E60A0A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
}

.from-gray400{
  --tw-gradient-from: #F7F9F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
}

.from-ghostWhite{
  --tw-gradient-from: #F2F2F6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
}

.from-black500{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-white200{
  --tw-gradient-from: #f6f9f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
}

.from-gray100{
  --tw-gradient-from: #e1e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
}

.from-none{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-orange{
  --tw-gradient-from: #FF626B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
}

.from-pink{
  --tw-gradient-from: #FD6EB0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
}

.from-pink100{
  --tw-gradient-from: #DA2587 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
}

.from-purple{
  --tw-gradient-from: #E8E5FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
}

.from-blue-50{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.from-blue-100{
  --tw-gradient-from: #22232f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.from-blue-150{
  --tw-gradient-from: #EFF5FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
}

.from-blue-200{
  --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.from-blue-250{
  --tw-gradient-from: #F3F9FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
}

.from-blue-300{
  --tw-gradient-from: #564CFF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
}

.from-blue-350{
  --tw-gradient-from: #2A2B3A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
}

.from-blue-400{
  --tw-gradient-from: #4C55FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
}

.from-blue-500{
  --tw-gradient-from: #0099FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.from-blue-600{
  --tw-gradient-from: #7B61FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
}

.from-blue-700{
  --tw-gradient-from: #454AE7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
}

.from-blue-750{
  --tw-gradient-from: #1784B2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
}

.from-blue-800{
  --tw-gradient-from: rgba(98,218,251,0.10) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.from-blue-850{
  --tw-gradient-from: #F9F9FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
}

.from-blue-900{
  --tw-gradient-from: #5875DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
}

.from-blue-950{
  --tw-gradient-from: #F3F4FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
}

.from-blue{
  --tw-gradient-from: #0099FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.from-black-40{
  --tw-gradient-from: rgba(0,0,0,0.4) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-50{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.from-black-100{
  --tw-gradient-from: #f5f5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.from-black-150{
  --tw-gradient-from: #e5e5e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
}

.from-black-200{
  --tw-gradient-from: #d4d4d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
}

.from-black-250{
  --tw-gradient-from: #a3a3a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
}

.from-black-300{
  --tw-gradient-from: #737373 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
}

.from-black-350{
  --tw-gradient-from: #525252 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.from-black-400{
  --tw-gradient-from: #404040 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
}

.from-black-450{
  --tw-gradient-from: #262626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.from-black-500{
  --tw-gradient-from: #333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.from-black-550{
  --tw-gradient-from: #0a0a0a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
}

.from-black-600{
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-650{
  --tw-gradient-from: #00000040 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-700{
  --tw-gradient-from: #00000066 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-750{
  --tw-gradient-from: #00000080 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-800{
  --tw-gradient-from: #00000099 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-850{
  --tw-gradient-from: #000000B3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-900{
  --tw-gradient-from: #000000CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black-950{
  --tw-gradient-from: #000000E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black{
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-red-50{
  --tw-gradient-from: #f7e9e8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
}

.from-red-100{
  --tw-gradient-from: #7b2a2b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
}

.from-red-200{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.from-red-300{
  --tw-gradient-from: #F9597C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
}

.from-red-400{
  --tw-gradient-from: #FBEAE3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
}

.from-red-500{
  --tw-gradient-from: #FFF2F3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
}

.from-red-550{
  --tw-gradient-from: #FFF5F6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
}

.from-red-600{
  --tw-gradient-from: #FEFAFA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
}

.from-red-650{
  --tw-gradient-from: #FFE9EA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
}

.from-red-700{
  --tw-gradient-from: #B92823 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
}

.from-red-800{
  --tw-gradient-from: #f9f2f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
}

.from-red{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.from-white-50{
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-white-100{
  --tw-gradient-from: #fefefe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
}

.from-white-150{
  --tw-gradient-from: #fdfdfd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
}

.from-white-200{
  --tw-gradient-from: #fcfcfc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
}

.from-white-250{
  --tw-gradient-from: #fbfbfb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
}

.from-white-300{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.from-white-350{
  --tw-gradient-from: #f9f9f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
}

.from-white-400{
  --tw-gradient-from: #f8f8f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.from-white-450{
  --tw-gradient-from: #f7f7f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
}

.from-white-500{
  --tw-gradient-from: #f6f6f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
}

.from-white-550{
  --tw-gradient-from: #f5f5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.from-white-600{
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.from-white-650{
  --tw-gradient-from: #f3f3f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.from-white-700{
  --tw-gradient-from: #f2f2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.from-white-750{
  --tw-gradient-from: #f1f1f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
}

.from-white-800{
  --tw-gradient-from: #f0f0f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
}

.from-white-850{
  --tw-gradient-from: #efefef !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.from-white-900{
  --tw-gradient-from: #eeeeee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.from-white-950{
  --tw-gradient-from: #ededed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.from-white{
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-gray-50{
  --tw-gradient-from: #f9fafb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

.from-gray-100{
  --tw-gradient-from: #f3f4f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

.from-gray-150{
  --tw-gradient-from: #EAECF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
}

.from-gray-200{
  --tw-gradient-from: #e5e7eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

.from-gray-250{
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.from-gray-300{
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.from-gray-350{
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.from-gray-400{
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.from-gray-450{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.from-gray-500{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.from-gray-550{
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.from-gray-600{
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.from-gray-650{
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.from-gray-700{
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.from-gray-750{
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.from-gray-800{
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.from-gray-850{
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.from-gray-900{
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.from-gray-950{
  --tw-gradient-from: #030712 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
}

.from-gray{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.from-green{
  --tw-gradient-from: #5acebe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
}

.from-redlight{
  --tw-gradient-from: rgba(176,42,35,.6) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
}

.from-grayLight{
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.from-grayDark{
  --tw-gradient-from: #ddd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
}

.from-borderDark{
  --tw-gradient-from: #C7C7C7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
}

.from-whiteLight{
  --tw-gradient-from: rgba(255,255,255,0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-secondaryLight{
  --tw-gradient-from: rgba(0,0,0,0.2) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-borderLight{
  --tw-gradient-from: rgba(0,0,0,0.3) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-secondaryDark{
  --tw-gradient-from: rgba(0,0,0,0.4) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-blackDark{
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.from-gray200{
  --tw-gradient-from: #eee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.from-black50{
  --tw-gradient-from: #2A2C3B80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.from-borderGray{
  --tw-gradient-from: #2A2C3B67 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.from-borderModal{
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.from-modalbg{
  --tw-gradient-from: rgba(0,0,0,.7) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black80{
  --tw-gradient-from: rgba(0,0,0,0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-black90{
  --tw-gradient-from: rgba(0,0,0,0.9) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-warning{
  --tw-gradient-from: #ffc107 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
}

.from-inputDark{
  --tw-gradient-from: #2A2C3BCB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.from-black30{
  --tw-gradient-from: #0000004D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-select{
  --tw-gradient-from: #2A2C3B41 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.from-darkBlack{
  --tw-gradient-from: #22232F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.from-borderBlack{
  --tw-gradient-from: #181922 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
}

.from-black95{
  --tw-gradient-from: #000000F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-blackLight25{
  --tw-gradient-from: #2A2C3B40 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.from-bGraylight{
  --tw-gradient-from: #70707027 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.from-lightGray{
  --tw-gradient-from: #E4E4E4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.from-lightRed{
  --tw-gradient-from: #f7eae9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
}

.from-maroon{
  --tw-gradient-from: #b73a33 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
}

.from-footerDark{
  --tw-gradient-from: #161617 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
}

.from-success{
  --tw-gradient-from: #28a745 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
}

.from-info{
  --tw-gradient-from: #17a2b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
}

.from-danger{
  --tw-gradient-from: #dc3545 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.from-alert{
  --tw-gradient-from: #dc3545 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.from-success-light{
  --tw-gradient-from: #d4edda !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
}

.from-info-light{
  --tw-gradient-from: #d1ecf1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
}

.from-warning-light{
  --tw-gradient-from: #fff3cd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
}

.from-danger-light{
  --tw-gradient-from: #f8d7da !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
}

.hover\:from-primary-50:hover{
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:from-primary-100:hover{
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:from-primary-200:hover{
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:from-primary-300:hover{
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:from-primary-400:hover{
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:from-primary-500:hover{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:from-primary-600:hover{
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:from-primary-700:hover{
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:from-primary-800:hover{
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:from-primary-900:hover{
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:from-primary-950:hover{
  --tw-gradient-from: #450a0a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
}

.hover\:from-primary:hover{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:from-secondary-50:hover{
  --tw-gradient-from: #f8fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.hover\:from-secondary-100:hover{
  --tw-gradient-from: #f1f5f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.hover\:from-secondary-200:hover{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:from-secondary-300:hover{
  --tw-gradient-from: #cbd5e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.hover\:from-secondary-400:hover{
  --tw-gradient-from: #94a3b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.hover\:from-secondary-500:hover{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.hover\:from-secondary-600:hover{
  --tw-gradient-from: #475569 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.hover\:from-secondary-700:hover{
  --tw-gradient-from: #334155 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.hover\:from-secondary-800:hover{
  --tw-gradient-from: #1e293b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.hover\:from-secondary-900:hover{
  --tw-gradient-from: #0f172a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.hover\:from-secondary-950:hover{
  --tw-gradient-from: #020617 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
}

.hover\:from-secondary:hover{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.hover\:from-blackLight:hover{
  --tw-gradient-from: rgba(42,44,49,0.3) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
}

.hover\:from-redDark:hover{
  --tw-gradient-from: #E60A0A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
}

.hover\:from-gray400:hover{
  --tw-gradient-from: #F7F9F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
}

.hover\:from-ghostWhite:hover{
  --tw-gradient-from: #F2F2F6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
}

.hover\:from-black500:hover{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white200:hover{
  --tw-gradient-from: #f6f9f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
}

.hover\:from-gray100:hover{
  --tw-gradient-from: #e1e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
}

.hover\:from-none:hover{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-orange:hover{
  --tw-gradient-from: #FF626B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
}

.hover\:from-pink:hover{
  --tw-gradient-from: #FD6EB0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
}

.hover\:from-pink100:hover{
  --tw-gradient-from: #DA2587 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
}

.hover\:from-purple:hover{
  --tw-gradient-from: #E8E5FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
}

.hover\:from-blue-50:hover{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.hover\:from-blue-100:hover{
  --tw-gradient-from: #22232f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.hover\:from-blue-150:hover{
  --tw-gradient-from: #EFF5FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
}

.hover\:from-blue-200:hover{
  --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.hover\:from-blue-250:hover{
  --tw-gradient-from: #F3F9FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
}

.hover\:from-blue-300:hover{
  --tw-gradient-from: #564CFF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
}

.hover\:from-blue-350:hover{
  --tw-gradient-from: #2A2B3A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
}

.hover\:from-blue-400:hover{
  --tw-gradient-from: #4C55FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
}

.hover\:from-blue-500:hover{
  --tw-gradient-from: #0099FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #7B61FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
}

.hover\:from-blue-700:hover{
  --tw-gradient-from: #454AE7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
}

.hover\:from-blue-750:hover{
  --tw-gradient-from: #1784B2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
}

.hover\:from-blue-800:hover{
  --tw-gradient-from: rgba(98,218,251,0.10) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.hover\:from-blue-850:hover{
  --tw-gradient-from: #F9F9FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
}

.hover\:from-blue-900:hover{
  --tw-gradient-from: #5875DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
}

.hover\:from-blue-950:hover{
  --tw-gradient-from: #F3F4FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
}

.hover\:from-blue:hover{
  --tw-gradient-from: #0099FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.hover\:from-black-40:hover{
  --tw-gradient-from: rgba(0,0,0,0.4) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-50:hover{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:from-black-100:hover{
  --tw-gradient-from: #f5f5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.hover\:from-black-150:hover{
  --tw-gradient-from: #e5e5e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
}

.hover\:from-black-200:hover{
  --tw-gradient-from: #d4d4d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
}

.hover\:from-black-250:hover{
  --tw-gradient-from: #a3a3a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
}

.hover\:from-black-300:hover{
  --tw-gradient-from: #737373 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
}

.hover\:from-black-350:hover{
  --tw-gradient-from: #525252 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.hover\:from-black-400:hover{
  --tw-gradient-from: #404040 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
}

.hover\:from-black-450:hover{
  --tw-gradient-from: #262626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.hover\:from-black-500:hover{
  --tw-gradient-from: #333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:from-black-550:hover{
  --tw-gradient-from: #0a0a0a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
}

.hover\:from-black-600:hover{
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-650:hover{
  --tw-gradient-from: #00000040 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-700:hover{
  --tw-gradient-from: #00000066 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-750:hover{
  --tw-gradient-from: #00000080 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-800:hover{
  --tw-gradient-from: #00000099 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-850:hover{
  --tw-gradient-from: #000000B3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-900:hover{
  --tw-gradient-from: #000000CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-950:hover{
  --tw-gradient-from: #000000E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black:hover{
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-red-50:hover{
  --tw-gradient-from: #f7e9e8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
}

.hover\:from-red-100:hover{
  --tw-gradient-from: #7b2a2b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
}

.hover\:from-red-200:hover{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:from-red-300:hover{
  --tw-gradient-from: #F9597C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
}

.hover\:from-red-400:hover{
  --tw-gradient-from: #FBEAE3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
}

.hover\:from-red-500:hover{
  --tw-gradient-from: #FFF2F3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
}

.hover\:from-red-550:hover{
  --tw-gradient-from: #FFF5F6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
}

.hover\:from-red-600:hover{
  --tw-gradient-from: #FEFAFA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
}

.hover\:from-red-650:hover{
  --tw-gradient-from: #FFE9EA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
}

.hover\:from-red-700:hover{
  --tw-gradient-from: #B92823 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
}

.hover\:from-red-800:hover{
  --tw-gradient-from: #f9f2f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
}

.hover\:from-red:hover{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:from-white-50:hover{
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-white-100:hover{
  --tw-gradient-from: #fefefe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
}

.hover\:from-white-150:hover{
  --tw-gradient-from: #fdfdfd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
}

.hover\:from-white-200:hover{
  --tw-gradient-from: #fcfcfc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
}

.hover\:from-white-250:hover{
  --tw-gradient-from: #fbfbfb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
}

.hover\:from-white-300:hover{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:from-white-350:hover{
  --tw-gradient-from: #f9f9f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
}

.hover\:from-white-400:hover{
  --tw-gradient-from: #f8f8f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.hover\:from-white-450:hover{
  --tw-gradient-from: #f7f7f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
}

.hover\:from-white-500:hover{
  --tw-gradient-from: #f6f6f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
}

.hover\:from-white-550:hover{
  --tw-gradient-from: #f5f5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.hover\:from-white-600:hover{
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.hover\:from-white-650:hover{
  --tw-gradient-from: #f3f3f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.hover\:from-white-700:hover{
  --tw-gradient-from: #f2f2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:from-white-750:hover{
  --tw-gradient-from: #f1f1f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
}

.hover\:from-white-800:hover{
  --tw-gradient-from: #f0f0f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
}

.hover\:from-white-850:hover{
  --tw-gradient-from: #efefef !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.hover\:from-white-900:hover{
  --tw-gradient-from: #eeeeee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.hover\:from-white-950:hover{
  --tw-gradient-from: #ededed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.hover\:from-white:hover{
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray-50:hover{
  --tw-gradient-from: #f9fafb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

.hover\:from-gray-100:hover{
  --tw-gradient-from: #f3f4f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

.hover\:from-gray-150:hover{
  --tw-gradient-from: #EAECF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #e5e7eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

.hover\:from-gray-250:hover{
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.hover\:from-gray-300:hover{
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.hover\:from-gray-350:hover{
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.hover\:from-gray-400:hover{
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.hover\:from-gray-450:hover{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.hover\:from-gray-500:hover{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.hover\:from-gray-550:hover{
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.hover\:from-gray-600:hover{
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.hover\:from-gray-650:hover{
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.hover\:from-gray-700:hover{
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.hover\:from-gray-750:hover{
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.hover\:from-gray-800:hover{
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.hover\:from-gray-850:hover{
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.hover\:from-gray-900:hover{
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.hover\:from-gray-950:hover{
  --tw-gradient-from: #030712 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
}

.hover\:from-gray:hover{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.hover\:from-green:hover{
  --tw-gradient-from: #5acebe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
}

.hover\:from-redlight:hover{
  --tw-gradient-from: rgba(176,42,35,.6) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
}

.hover\:from-grayLight:hover{
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.hover\:from-grayDark:hover{
  --tw-gradient-from: #ddd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
}

.hover\:from-borderDark:hover{
  --tw-gradient-from: #C7C7C7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
}

.hover\:from-whiteLight:hover{
  --tw-gradient-from: rgba(255,255,255,0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-secondaryLight:hover{
  --tw-gradient-from: rgba(0,0,0,0.2) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-borderLight:hover{
  --tw-gradient-from: rgba(0,0,0,0.3) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-secondaryDark:hover{
  --tw-gradient-from: rgba(0,0,0,0.4) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-blackDark:hover{
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:from-gray200:hover{
  --tw-gradient-from: #eee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.hover\:from-black50:hover{
  --tw-gradient-from: #2A2C3B80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:from-borderGray:hover{
  --tw-gradient-from: #2A2C3B67 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:from-borderModal:hover{
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover\:from-modalbg:hover{
  --tw-gradient-from: rgba(0,0,0,.7) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black80:hover{
  --tw-gradient-from: rgba(0,0,0,0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black90:hover{
  --tw-gradient-from: rgba(0,0,0,0.9) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-warning:hover{
  --tw-gradient-from: #ffc107 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
}

.hover\:from-inputDark:hover{
  --tw-gradient-from: #2A2C3BCB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:from-black30:hover{
  --tw-gradient-from: #0000004D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-select:hover{
  --tw-gradient-from: #2A2C3B41 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:from-darkBlack:hover{
  --tw-gradient-from: #22232F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.hover\:from-borderBlack:hover{
  --tw-gradient-from: #181922 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
}

.hover\:from-black95:hover{
  --tw-gradient-from: #000000F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-blackLight25:hover{
  --tw-gradient-from: #2A2C3B40 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:from-bGraylight:hover{
  --tw-gradient-from: #70707027 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover\:from-lightGray:hover{
  --tw-gradient-from: #E4E4E4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.hover\:from-lightRed:hover{
  --tw-gradient-from: #f7eae9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
}

.hover\:from-maroon:hover{
  --tw-gradient-from: #b73a33 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
}

.hover\:from-footerDark:hover{
  --tw-gradient-from: #161617 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
}

.hover\:from-success:hover{
  --tw-gradient-from: #28a745 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
}

.hover\:from-info:hover{
  --tw-gradient-from: #17a2b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
}

.hover\:from-danger:hover{
  --tw-gradient-from: #dc3545 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.hover\:from-alert:hover{
  --tw-gradient-from: #dc3545 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.hover\:from-success-light:hover{
  --tw-gradient-from: #d4edda !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
}

.hover\:from-info-light:hover{
  --tw-gradient-from: #d1ecf1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
}

.hover\:from-warning-light:hover{
  --tw-gradient-from: #fff3cd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
}

.hover\:from-danger-light:hover{
  --tw-gradient-from: #f8d7da !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
}

.focus\:from-primary-50:focus{
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:from-primary-100:focus{
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:from-primary-200:focus{
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:from-primary-300:focus{
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:from-primary-400:focus{
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:from-primary-500:focus{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:from-primary-600:focus{
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:from-primary-700:focus{
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:from-primary-800:focus{
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:from-primary-900:focus{
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:from-primary-950:focus{
  --tw-gradient-from: #450a0a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
}

.focus\:from-primary:focus{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:from-secondary-50:focus{
  --tw-gradient-from: #f8fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.focus\:from-secondary-100:focus{
  --tw-gradient-from: #f1f5f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.focus\:from-secondary-200:focus{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:from-secondary-300:focus{
  --tw-gradient-from: #cbd5e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.focus\:from-secondary-400:focus{
  --tw-gradient-from: #94a3b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.focus\:from-secondary-500:focus{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.focus\:from-secondary-600:focus{
  --tw-gradient-from: #475569 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.focus\:from-secondary-700:focus{
  --tw-gradient-from: #334155 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.focus\:from-secondary-800:focus{
  --tw-gradient-from: #1e293b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.focus\:from-secondary-900:focus{
  --tw-gradient-from: #0f172a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.focus\:from-secondary-950:focus{
  --tw-gradient-from: #020617 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
}

.focus\:from-secondary:focus{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.focus\:from-blackLight:focus{
  --tw-gradient-from: rgba(42,44,49,0.3) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
}

.focus\:from-redDark:focus{
  --tw-gradient-from: #E60A0A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
}

.focus\:from-gray400:focus{
  --tw-gradient-from: #F7F9F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
}

.focus\:from-ghostWhite:focus{
  --tw-gradient-from: #F2F2F6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
}

.focus\:from-black500:focus{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white200:focus{
  --tw-gradient-from: #f6f9f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
}

.focus\:from-gray100:focus{
  --tw-gradient-from: #e1e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
}

.focus\:from-none:focus{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-orange:focus{
  --tw-gradient-from: #FF626B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
}

.focus\:from-pink:focus{
  --tw-gradient-from: #FD6EB0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
}

.focus\:from-pink100:focus{
  --tw-gradient-from: #DA2587 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
}

.focus\:from-purple:focus{
  --tw-gradient-from: #E8E5FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
}

.focus\:from-blue-50:focus{
  --tw-gradient-from: #2A2B3B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.focus\:from-blue-100:focus{
  --tw-gradient-from: #22232f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.focus\:from-blue-150:focus{
  --tw-gradient-from: #EFF5FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
}

.focus\:from-blue-200:focus{
  --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.focus\:from-blue-250:focus{
  --tw-gradient-from: #F3F9FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
}

.focus\:from-blue-300:focus{
  --tw-gradient-from: #564CFF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
}

.focus\:from-blue-350:focus{
  --tw-gradient-from: #2A2B3A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
}

.focus\:from-blue-400:focus{
  --tw-gradient-from: #4C55FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
}

.focus\:from-blue-500:focus{
  --tw-gradient-from: #0099FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.focus\:from-blue-600:focus{
  --tw-gradient-from: #7B61FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
}

.focus\:from-blue-700:focus{
  --tw-gradient-from: #454AE7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
}

.focus\:from-blue-750:focus{
  --tw-gradient-from: #1784B2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
}

.focus\:from-blue-800:focus{
  --tw-gradient-from: rgba(98,218,251,0.10) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.focus\:from-blue-850:focus{
  --tw-gradient-from: #F9F9FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
}

.focus\:from-blue-900:focus{
  --tw-gradient-from: #5875DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
}

.focus\:from-blue-950:focus{
  --tw-gradient-from: #F3F4FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
}

.focus\:from-blue:focus{
  --tw-gradient-from: #0099FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.focus\:from-black-40:focus{
  --tw-gradient-from: rgba(0,0,0,0.4) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-50:focus{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:from-black-100:focus{
  --tw-gradient-from: #f5f5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.focus\:from-black-150:focus{
  --tw-gradient-from: #e5e5e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
}

.focus\:from-black-200:focus{
  --tw-gradient-from: #d4d4d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
}

.focus\:from-black-250:focus{
  --tw-gradient-from: #a3a3a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
}

.focus\:from-black-300:focus{
  --tw-gradient-from: #737373 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
}

.focus\:from-black-350:focus{
  --tw-gradient-from: #525252 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.focus\:from-black-400:focus{
  --tw-gradient-from: #404040 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
}

.focus\:from-black-450:focus{
  --tw-gradient-from: #262626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.focus\:from-black-500:focus{
  --tw-gradient-from: #333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:from-black-550:focus{
  --tw-gradient-from: #0a0a0a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
}

.focus\:from-black-600:focus{
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-650:focus{
  --tw-gradient-from: #00000040 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-700:focus{
  --tw-gradient-from: #00000066 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-750:focus{
  --tw-gradient-from: #00000080 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-800:focus{
  --tw-gradient-from: #00000099 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-850:focus{
  --tw-gradient-from: #000000B3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-900:focus{
  --tw-gradient-from: #000000CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-950:focus{
  --tw-gradient-from: #000000E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black:focus{
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-red-50:focus{
  --tw-gradient-from: #f7e9e8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
}

.focus\:from-red-100:focus{
  --tw-gradient-from: #7b2a2b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
}

.focus\:from-red-200:focus{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:from-red-300:focus{
  --tw-gradient-from: #F9597C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
}

.focus\:from-red-400:focus{
  --tw-gradient-from: #FBEAE3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
}

.focus\:from-red-500:focus{
  --tw-gradient-from: #FFF2F3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
}

.focus\:from-red-550:focus{
  --tw-gradient-from: #FFF5F6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
}

.focus\:from-red-600:focus{
  --tw-gradient-from: #FEFAFA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
}

.focus\:from-red-650:focus{
  --tw-gradient-from: #FFE9EA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
}

.focus\:from-red-700:focus{
  --tw-gradient-from: #B92823 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
}

.focus\:from-red-800:focus{
  --tw-gradient-from: #f9f2f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
}

.focus\:from-red:focus{
  --tw-gradient-from: #CA0515 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:from-white-50:focus{
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-white-100:focus{
  --tw-gradient-from: #fefefe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
}

.focus\:from-white-150:focus{
  --tw-gradient-from: #fdfdfd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
}

.focus\:from-white-200:focus{
  --tw-gradient-from: #fcfcfc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
}

.focus\:from-white-250:focus{
  --tw-gradient-from: #fbfbfb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
}

.focus\:from-white-300:focus{
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:from-white-350:focus{
  --tw-gradient-from: #f9f9f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
}

.focus\:from-white-400:focus{
  --tw-gradient-from: #f8f8f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.focus\:from-white-450:focus{
  --tw-gradient-from: #f7f7f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
}

.focus\:from-white-500:focus{
  --tw-gradient-from: #f6f6f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
}

.focus\:from-white-550:focus{
  --tw-gradient-from: #f5f5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.focus\:from-white-600:focus{
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.focus\:from-white-650:focus{
  --tw-gradient-from: #f3f3f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.focus\:from-white-700:focus{
  --tw-gradient-from: #f2f2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:from-white-750:focus{
  --tw-gradient-from: #f1f1f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
}

.focus\:from-white-800:focus{
  --tw-gradient-from: #f0f0f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
}

.focus\:from-white-850:focus{
  --tw-gradient-from: #efefef !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.focus\:from-white-900:focus{
  --tw-gradient-from: #eeeeee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.focus\:from-white-950:focus{
  --tw-gradient-from: #ededed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.focus\:from-white:focus{
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray-50:focus{
  --tw-gradient-from: #f9fafb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

.focus\:from-gray-100:focus{
  --tw-gradient-from: #f3f4f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

.focus\:from-gray-150:focus{
  --tw-gradient-from: #EAECF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
}

.focus\:from-gray-200:focus{
  --tw-gradient-from: #e5e7eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

.focus\:from-gray-250:focus{
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.focus\:from-gray-300:focus{
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.focus\:from-gray-350:focus{
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.focus\:from-gray-400:focus{
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.focus\:from-gray-450:focus{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.focus\:from-gray-500:focus{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.focus\:from-gray-550:focus{
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.focus\:from-gray-600:focus{
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.focus\:from-gray-650:focus{
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.focus\:from-gray-700:focus{
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.focus\:from-gray-750:focus{
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.focus\:from-gray-800:focus{
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.focus\:from-gray-850:focus{
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.focus\:from-gray-900:focus{
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.focus\:from-gray-950:focus{
  --tw-gradient-from: #030712 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
}

.focus\:from-gray:focus{
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.focus\:from-green:focus{
  --tw-gradient-from: #5acebe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
}

.focus\:from-redlight:focus{
  --tw-gradient-from: rgba(176,42,35,.6) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
}

.focus\:from-grayLight:focus{
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.focus\:from-grayDark:focus{
  --tw-gradient-from: #ddd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
}

.focus\:from-borderDark:focus{
  --tw-gradient-from: #C7C7C7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
}

.focus\:from-whiteLight:focus{
  --tw-gradient-from: rgba(255,255,255,0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-secondaryLight:focus{
  --tw-gradient-from: rgba(0,0,0,0.2) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-borderLight:focus{
  --tw-gradient-from: rgba(0,0,0,0.3) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-secondaryDark:focus{
  --tw-gradient-from: rgba(0,0,0,0.4) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-blackDark:focus{
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:from-gray200:focus{
  --tw-gradient-from: #eee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.focus\:from-black50:focus{
  --tw-gradient-from: #2A2C3B80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:from-borderGray:focus{
  --tw-gradient-from: #2A2C3B67 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:from-borderModal:focus{
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus\:from-modalbg:focus{
  --tw-gradient-from: rgba(0,0,0,.7) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black80:focus{
  --tw-gradient-from: rgba(0,0,0,0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black90:focus{
  --tw-gradient-from: rgba(0,0,0,0.9) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-warning:focus{
  --tw-gradient-from: #ffc107 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
}

.focus\:from-inputDark:focus{
  --tw-gradient-from: #2A2C3BCB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:from-black30:focus{
  --tw-gradient-from: #0000004D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-select:focus{
  --tw-gradient-from: #2A2C3B41 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:from-darkBlack:focus{
  --tw-gradient-from: #22232F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.focus\:from-borderBlack:focus{
  --tw-gradient-from: #181922 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
}

.focus\:from-black95:focus{
  --tw-gradient-from: #000000F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-blackLight25:focus{
  --tw-gradient-from: #2A2C3B40 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:from-bGraylight:focus{
  --tw-gradient-from: #70707027 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus\:from-lightGray:focus{
  --tw-gradient-from: #E4E4E4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.focus\:from-lightRed:focus{
  --tw-gradient-from: #f7eae9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
}

.focus\:from-maroon:focus{
  --tw-gradient-from: #b73a33 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
}

.focus\:from-footerDark:focus{
  --tw-gradient-from: #161617 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
}

.focus\:from-success:focus{
  --tw-gradient-from: #28a745 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
}

.focus\:from-info:focus{
  --tw-gradient-from: #17a2b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
}

.focus\:from-danger:focus{
  --tw-gradient-from: #dc3545 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.focus\:from-alert:focus{
  --tw-gradient-from: #dc3545 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.focus\:from-success-light:focus{
  --tw-gradient-from: #d4edda !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
}

.focus\:from-info-light:focus{
  --tw-gradient-from: #d1ecf1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
}

.focus\:from-warning-light:focus{
  --tw-gradient-from: #fff3cd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
}

.focus\:from-danger-light:focus{
  --tw-gradient-from: #f8d7da !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
}

.via-primary-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.via-primary-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.via-primary-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.via-primary-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.via-primary-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.via-primary-500{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.via-primary-600{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.via-primary-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.via-primary-800{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.via-primary-900{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.via-primary-950{
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
}

.via-primary{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.via-secondary-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.via-secondary-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.via-secondary-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.via-secondary-300{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.via-secondary-400{
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.via-secondary-500{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.via-secondary-600{
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.via-secondary-700{
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.via-secondary-800{
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.via-secondary-900{
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.via-secondary-950{
  --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
}

.via-secondary{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.via-blackLight{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
}

.via-redDark{
  --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
}

.via-gray400{
  --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
}

.via-ghostWhite{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
}

.via-black500{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-white200{
  --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
}

.via-gray100{
  --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
}

.via-none{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-orange{
  --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
}

.via-pink{
  --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
}

.via-pink100{
  --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
}

.via-purple{
  --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
}

.via-blue-50{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.via-blue-100{
  --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.via-blue-150{
  --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
}

.via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.via-blue-250{
  --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
}

.via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
}

.via-blue-350{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
}

.via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
}

.via-blue-500{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.via-blue-600{
  --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
}

.via-blue-700{
  --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
}

.via-blue-750{
  --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
}

.via-blue-800{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.via-blue-850{
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
}

.via-blue-900{
  --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
}

.via-blue-950{
  --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
}

.via-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.via-black-40{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.via-black-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.via-black-150{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
}

.via-black-200{
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
}

.via-black-250{
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
}

.via-black-300{
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
}

.via-black-350{
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.via-black-400{
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
}

.via-black-450{
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.via-black-500{
  --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.via-black-550{
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
}

.via-black-600{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-650{
  --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-700{
  --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-750{
  --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-800{
  --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-850{
  --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-900{
  --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black-950{
  --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-red-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
}

.via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
}

.via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
}

.via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
}

.via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
}

.via-red-550{
  --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
}

.via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
}

.via-red-650{
  --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
}

.via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
}

.via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
}

.via-red{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.via-white-50{
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-white-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
}

.via-white-150{
  --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
}

.via-white-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
}

.via-white-250{
  --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
}

.via-white-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.via-white-350{
  --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
}

.via-white-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.via-white-450{
  --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
}

.via-white-500{
  --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
}

.via-white-550{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.via-white-600{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.via-white-650{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.via-white-700{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.via-white-750{
  --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
}

.via-white-800{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
}

.via-white-850{
  --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.via-white-900{
  --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.via-white-950{
  --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-gray-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

.via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

.via-gray-150{
  --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
}

.via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

.via-gray-250{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.via-gray-350{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.via-gray-450{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.via-gray-550{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.via-gray-650{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.via-gray-750{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.via-gray-850{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.via-gray-950{
  --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
}

.via-gray{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.via-green{
  --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
}

.via-redlight{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
}

.via-grayLight{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.via-grayDark{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
}

.via-borderDark{
  --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
}

.via-whiteLight{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-secondaryLight{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-borderLight{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-secondaryDark{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-blackDark{
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.via-gray200{
  --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.via-black50{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.via-borderGray{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.via-borderModal{
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.via-modalbg{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black80{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-black90{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-warning{
  --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
}

.via-inputDark{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.via-black30{
  --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-select{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.via-darkBlack{
  --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.via-borderBlack{
  --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
}

.via-black95{
  --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-blackLight25{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.via-bGraylight{
  --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.via-lightGray{
  --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.via-lightRed{
  --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
}

.via-maroon{
  --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
}

.via-footerDark{
  --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
}

.via-success{
  --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
}

.via-info{
  --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
}

.via-danger{
  --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.via-alert{
  --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.via-success-light{
  --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
}

.via-info-light{
  --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
}

.via-warning-light{
  --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
}

.via-danger-light{
  --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
}

.hover\:via-primary-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:via-primary-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:via-primary-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:via-primary-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:via-primary-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:via-primary-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:via-primary-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:via-primary-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:via-primary-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:via-primary-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:via-primary-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
}

.hover\:via-primary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:via-secondary-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.hover\:via-secondary-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.hover\:via-secondary-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:via-secondary-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.hover\:via-secondary-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.hover\:via-secondary-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.hover\:via-secondary-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.hover\:via-secondary-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.hover\:via-secondary-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.hover\:via-secondary-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.hover\:via-secondary-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
}

.hover\:via-secondary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.hover\:via-blackLight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
}

.hover\:via-redDark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
}

.hover\:via-gray400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
}

.hover\:via-ghostWhite:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
}

.hover\:via-black500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
}

.hover\:via-gray100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
}

.hover\:via-none:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
}

.hover\:via-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
}

.hover\:via-pink100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
}

.hover\:via-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
}

.hover\:via-blue-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.hover\:via-blue-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.hover\:via-blue-150:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
}

.hover\:via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.hover\:via-blue-250:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
}

.hover\:via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
}

.hover\:via-blue-350:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
}

.hover\:via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
}

.hover\:via-blue-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.hover\:via-blue-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
}

.hover\:via-blue-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
}

.hover\:via-blue-750:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
}

.hover\:via-blue-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.hover\:via-blue-850:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
}

.hover\:via-blue-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
}

.hover\:via-blue-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
}

.hover\:via-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.hover\:via-black-40:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:via-black-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.hover\:via-black-150:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
}

.hover\:via-black-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
}

.hover\:via-black-250:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
}

.hover\:via-black-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
}

.hover\:via-black-350:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.hover\:via-black-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
}

.hover\:via-black-450:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.hover\:via-black-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:via-black-550:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
}

.hover\:via-black-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-650:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-750:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-850:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-red-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
}

.hover\:via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
}

.hover\:via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
}

.hover\:via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
}

.hover\:via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
}

.hover\:via-red-550:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
}

.hover\:via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
}

.hover\:via-red-650:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
}

.hover\:via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
}

.hover\:via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
}

.hover\:via-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.hover\:via-white-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-white-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
}

.hover\:via-white-150:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
}

.hover\:via-white-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
}

.hover\:via-white-250:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
}

.hover\:via-white-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:via-white-350:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
}

.hover\:via-white-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.hover\:via-white-450:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
}

.hover\:via-white-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
}

.hover\:via-white-550:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.hover\:via-white-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.hover\:via-white-650:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.hover\:via-white-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:via-white-750:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
}

.hover\:via-white-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
}

.hover\:via-white-850:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.hover\:via-white-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.hover\:via-white-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

.hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

.hover\:via-gray-150:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

.hover\:via-gray-250:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.hover\:via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.hover\:via-gray-350:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.hover\:via-gray-450:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.hover\:via-gray-550:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.hover\:via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.hover\:via-gray-650:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.hover\:via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.hover\:via-gray-750:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.hover\:via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.hover\:via-gray-850:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.hover\:via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.hover\:via-gray-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
}

.hover\:via-gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.hover\:via-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
}

.hover\:via-redlight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
}

.hover\:via-grayLight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.hover\:via-grayDark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
}

.hover\:via-borderDark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
}

.hover\:via-whiteLight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-secondaryLight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-borderLight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-secondaryDark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-blackDark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:via-gray200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.hover\:via-black50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:via-borderGray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:via-borderModal:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover\:via-modalbg:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black80:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black90:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-warning:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
}

.hover\:via-inputDark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:via-black30:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-select:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:via-darkBlack:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.hover\:via-borderBlack:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
}

.hover\:via-black95:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-blackLight25:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.hover\:via-bGraylight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover\:via-lightGray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.hover\:via-lightRed:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
}

.hover\:via-maroon:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
}

.hover\:via-footerDark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
}

.hover\:via-success:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
}

.hover\:via-info:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
}

.hover\:via-danger:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.hover\:via-alert:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.hover\:via-success-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
}

.hover\:via-info-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
}

.hover\:via-warning-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
}

.hover\:via-danger-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
}

.focus\:via-primary-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:via-primary-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:via-primary-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:via-primary-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:via-primary-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:via-primary-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:via-primary-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:via-primary-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:via-primary-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:via-primary-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:via-primary-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
}

.focus\:via-primary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:via-secondary-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.focus\:via-secondary-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.focus\:via-secondary-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:via-secondary-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.focus\:via-secondary-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.focus\:via-secondary-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.focus\:via-secondary-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.focus\:via-secondary-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.focus\:via-secondary-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.focus\:via-secondary-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.focus\:via-secondary-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
}

.focus\:via-secondary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.focus\:via-blackLight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
}

.focus\:via-redDark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
}

.focus\:via-gray400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
}

.focus\:via-ghostWhite:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
}

.focus\:via-black500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
}

.focus\:via-gray100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
}

.focus\:via-none:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
}

.focus\:via-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
}

.focus\:via-pink100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
}

.focus\:via-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
}

.focus\:via-blue-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
}

.focus\:via-blue-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.focus\:via-blue-150:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
}

.focus\:via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.focus\:via-blue-250:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
}

.focus\:via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
}

.focus\:via-blue-350:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
}

.focus\:via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
}

.focus\:via-blue-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.focus\:via-blue-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
}

.focus\:via-blue-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
}

.focus\:via-blue-750:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
}

.focus\:via-blue-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
}

.focus\:via-blue-850:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
}

.focus\:via-blue-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
}

.focus\:via-blue-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
}

.focus\:via-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
}

.focus\:via-black-40:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:via-black-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.focus\:via-black-150:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
}

.focus\:via-black-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
}

.focus\:via-black-250:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
}

.focus\:via-black-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
}

.focus\:via-black-350:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.focus\:via-black-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
}

.focus\:via-black-450:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.focus\:via-black-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:via-black-550:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
}

.focus\:via-black-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-650:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-750:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-850:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-red-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
}

.focus\:via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
}

.focus\:via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
}

.focus\:via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
}

.focus\:via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
}

.focus\:via-red-550:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
}

.focus\:via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
}

.focus\:via-red-650:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
}

.focus\:via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
}

.focus\:via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
}

.focus\:via-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
}

.focus\:via-white-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-white-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
}

.focus\:via-white-150:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
}

.focus\:via-white-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
}

.focus\:via-white-250:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
}

.focus\:via-white-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:via-white-350:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
}

.focus\:via-white-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.focus\:via-white-450:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
}

.focus\:via-white-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
}

.focus\:via-white-550:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.focus\:via-white-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.focus\:via-white-650:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.focus\:via-white-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:via-white-750:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
}

.focus\:via-white-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
}

.focus\:via-white-850:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.focus\:via-white-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.focus\:via-white-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

.focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

.focus\:via-gray-150:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

.focus\:via-gray-250:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.focus\:via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

.focus\:via-gray-350:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

.focus\:via-gray-450:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.focus\:via-gray-550:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.focus\:via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.focus\:via-gray-650:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.focus\:via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

.focus\:via-gray-750:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.focus\:via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

.focus\:via-gray-850:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.focus\:via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

.focus\:via-gray-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
}

.focus\:via-gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

.focus\:via-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
}

.focus\:via-redlight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
}

.focus\:via-grayLight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.focus\:via-grayDark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
}

.focus\:via-borderDark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
}

.focus\:via-whiteLight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-secondaryLight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-borderLight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-secondaryDark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-blackDark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:via-gray200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.focus\:via-black50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:via-borderGray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:via-borderModal:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus\:via-modalbg:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black80:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black90:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-warning:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
}

.focus\:via-inputDark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:via-black30:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-select:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:via-darkBlack:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
}

.focus\:via-borderBlack:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
}

.focus\:via-black95:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-blackLight25:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
}

.focus\:via-bGraylight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus\:via-lightGray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.focus\:via-lightRed:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
}

.focus\:via-maroon:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
}

.focus\:via-footerDark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
}

.focus\:via-success:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
}

.focus\:via-info:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
}

.focus\:via-danger:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.focus\:via-alert:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
}

.focus\:via-success-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
}

.focus\:via-info-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
}

.focus\:via-warning-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
}

.focus\:via-danger-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
}

.to-primary-50{
  --tw-gradient-to: #fef2f2 !important;
}

.to-primary-100{
  --tw-gradient-to: #fee2e2 !important;
}

.to-primary-200{
  --tw-gradient-to: #fecaca !important;
}

.to-primary-300{
  --tw-gradient-to: #fca5a5 !important;
}

.to-primary-400{
  --tw-gradient-to: #f87171 !important;
}

.to-primary-500{
  --tw-gradient-to: #CA0515 !important;
}

.to-primary-600{
  --tw-gradient-to: #dc2626 !important;
}

.to-primary-700{
  --tw-gradient-to: #b91c1c !important;
}

.to-primary-800{
  --tw-gradient-to: #991b1b !important;
}

.to-primary-900{
  --tw-gradient-to: #7f1d1d !important;
}

.to-primary-950{
  --tw-gradient-to: #450a0a !important;
}

.to-primary{
  --tw-gradient-to: #CA0515 !important;
}

.to-secondary-50{
  --tw-gradient-to: #f8fafc !important;
}

.to-secondary-100{
  --tw-gradient-to: #f1f5f9 !important;
}

.to-secondary-200{
  --tw-gradient-to: #e2e8f0 !important;
}

.to-secondary-300{
  --tw-gradient-to: #cbd5e1 !important;
}

.to-secondary-400{
  --tw-gradient-to: #94a3b8 !important;
}

.to-secondary-500{
  --tw-gradient-to: #2A2B3B !important;
}

.to-secondary-600{
  --tw-gradient-to: #475569 !important;
}

.to-secondary-700{
  --tw-gradient-to: #334155 !important;
}

.to-secondary-800{
  --tw-gradient-to: #1e293b !important;
}

.to-secondary-900{
  --tw-gradient-to: #0f172a !important;
}

.to-secondary-950{
  --tw-gradient-to: #020617 !important;
}

.to-secondary{
  --tw-gradient-to: #2A2B3B !important;
}

.to-blackLight{
  --tw-gradient-to: rgba(42,44,49,0.3) !important;
}

.to-redDark{
  --tw-gradient-to: #E60A0A !important;
}

.to-gray400{
  --tw-gradient-to: #F7F9F9 !important;
}

.to-ghostWhite{
  --tw-gradient-to: #F2F2F6 !important;
}

.to-black500{
  --tw-gradient-to: #000 !important;
}

.to-white200{
  --tw-gradient-to: #f6f9f9 !important;
}

.to-gray100{
  --tw-gradient-to: #e1e4e4 !important;
}

.to-none{
  --tw-gradient-to: transparent !important;
}

.to-orange{
  --tw-gradient-to: #FF626B !important;
}

.to-pink{
  --tw-gradient-to: #FD6EB0 !important;
}

.to-pink100{
  --tw-gradient-to: #DA2587 !important;
}

.to-purple{
  --tw-gradient-to: #E8E5FF !important;
}

.to-blue-50{
  --tw-gradient-to: #2A2B3B !important;
}

.to-blue-100{
  --tw-gradient-to: #22232f !important;
}

.to-blue-150{
  --tw-gradient-to: #EFF5FC !important;
}

.to-blue-200{
  --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
}

.to-blue-250{
  --tw-gradient-to: #F3F9FF !important;
}

.to-blue-300{
  --tw-gradient-to: #564CFF !important;
}

.to-blue-350{
  --tw-gradient-to: #2A2B3A !important;
}

.to-blue-400{
  --tw-gradient-to: #4C55FF !important;
}

.to-blue-500{
  --tw-gradient-to: #0099FF !important;
}

.to-blue-600{
  --tw-gradient-to: #7B61FF !important;
}

.to-blue-700{
  --tw-gradient-to: #454AE7 !important;
}

.to-blue-750{
  --tw-gradient-to: #1784B2 !important;
}

.to-blue-800{
  --tw-gradient-to: rgba(98,218,251,0.10) !important;
}

.to-blue-850{
  --tw-gradient-to: #F9F9FF !important;
}

.to-blue-900{
  --tw-gradient-to: #5875DC !important;
}

.to-blue-950{
  --tw-gradient-to: #F3F4FC !important;
}

.to-blue{
  --tw-gradient-to: #0099FF !important;
}

.to-black-40{
  --tw-gradient-to: rgba(0,0,0,0.4) !important;
}

.to-black-50{
  --tw-gradient-to: #fafafa !important;
}

.to-black-100{
  --tw-gradient-to: #f5f5f5 !important;
}

.to-black-150{
  --tw-gradient-to: #e5e5e5 !important;
}

.to-black-200{
  --tw-gradient-to: #d4d4d4 !important;
}

.to-black-250{
  --tw-gradient-to: #a3a3a3 !important;
}

.to-black-300{
  --tw-gradient-to: #737373 !important;
}

.to-black-350{
  --tw-gradient-to: #525252 !important;
}

.to-black-400{
  --tw-gradient-to: #404040 !important;
}

.to-black-450{
  --tw-gradient-to: #262626 !important;
}

.to-black-500{
  --tw-gradient-to: #333 !important;
}

.to-black-550{
  --tw-gradient-to: #0a0a0a !important;
}

.to-black-600{
  --tw-gradient-to: #000000 !important;
}

.to-black-650{
  --tw-gradient-to: #00000040 !important;
}

.to-black-700{
  --tw-gradient-to: #00000066 !important;
}

.to-black-750{
  --tw-gradient-to: #00000080 !important;
}

.to-black-800{
  --tw-gradient-to: #00000099 !important;
}

.to-black-850{
  --tw-gradient-to: #000000B3 !important;
}

.to-black-900{
  --tw-gradient-to: #000000CC !important;
}

.to-black-950{
  --tw-gradient-to: #000000E6 !important;
}

.to-black{
  --tw-gradient-to: #000000 !important;
}

.to-red-50{
  --tw-gradient-to: #f7e9e8 !important;
}

.to-red-100{
  --tw-gradient-to: #7b2a2b !important;
}

.to-red-200{
  --tw-gradient-to: #CA0515 !important;
}

.to-red-300{
  --tw-gradient-to: #F9597C !important;
}

.to-red-400{
  --tw-gradient-to: #FBEAE3 !important;
}

.to-red-500{
  --tw-gradient-to: #FFF2F3 !important;
}

.to-red-550{
  --tw-gradient-to: #FFF5F6 !important;
}

.to-red-600{
  --tw-gradient-to: #FEFAFA !important;
}

.to-red-650{
  --tw-gradient-to: #FFE9EA !important;
}

.to-red-700{
  --tw-gradient-to: #B92823 !important;
}

.to-red-800{
  --tw-gradient-to: #f9f2f4 !important;
}

.to-red{
  --tw-gradient-to: #CA0515 !important;
}

.to-white-50{
  --tw-gradient-to: #ffffff !important;
}

.to-white-100{
  --tw-gradient-to: #fefefe !important;
}

.to-white-150{
  --tw-gradient-to: #fdfdfd !important;
}

.to-white-200{
  --tw-gradient-to: #fcfcfc !important;
}

.to-white-250{
  --tw-gradient-to: #fbfbfb !important;
}

.to-white-300{
  --tw-gradient-to: #fafafa !important;
}

.to-white-350{
  --tw-gradient-to: #f9f9f9 !important;
}

.to-white-400{
  --tw-gradient-to: #f8f8f8 !important;
}

.to-white-450{
  --tw-gradient-to: #f7f7f7 !important;
}

.to-white-500{
  --tw-gradient-to: #f6f6f6 !important;
}

.to-white-550{
  --tw-gradient-to: #f5f5f5 !important;
}

.to-white-600{
  --tw-gradient-to: #f4f4f4 !important;
}

.to-white-650{
  --tw-gradient-to: #f3f3f3 !important;
}

.to-white-700{
  --tw-gradient-to: #f2f2f2 !important;
}

.to-white-750{
  --tw-gradient-to: #f1f1f1 !important;
}

.to-white-800{
  --tw-gradient-to: #f0f0f0 !important;
}

.to-white-850{
  --tw-gradient-to: #efefef !important;
}

.to-white-900{
  --tw-gradient-to: #eeeeee !important;
}

.to-white-950{
  --tw-gradient-to: #ededed !important;
}

.to-white{
  --tw-gradient-to: #ffffff !important;
}

.to-gray-50{
  --tw-gradient-to: #f9fafb !important;
}

.to-gray-100{
  --tw-gradient-to: #f3f4f6 !important;
}

.to-gray-150{
  --tw-gradient-to: #EAECF2 !important;
}

.to-gray-200{
  --tw-gradient-to: #e5e7eb !important;
}

.to-gray-250{
  --tw-gradient-to: #d1d5db !important;
}

.to-gray-300{
  --tw-gradient-to: #d1d5db !important;
}

.to-gray-350{
  --tw-gradient-to: #9ca3af !important;
}

.to-gray-400{
  --tw-gradient-to: #9ca3af !important;
}

.to-gray-450{
  --tw-gradient-to: #6b7280 !important;
}

.to-gray-500{
  --tw-gradient-to: #6b7280 !important;
}

.to-gray-550{
  --tw-gradient-to: #4b5563 !important;
}

.to-gray-600{
  --tw-gradient-to: #4b5563 !important;
}

.to-gray-650{
  --tw-gradient-to: #374151 !important;
}

.to-gray-700{
  --tw-gradient-to: #374151 !important;
}

.to-gray-750{
  --tw-gradient-to: #1f2937 !important;
}

.to-gray-800{
  --tw-gradient-to: #1f2937 !important;
}

.to-gray-850{
  --tw-gradient-to: #111827 !important;
}

.to-gray-900{
  --tw-gradient-to: #111827 !important;
}

.to-gray-950{
  --tw-gradient-to: #030712 !important;
}

.to-gray{
  --tw-gradient-to: #6b7280 !important;
}

.to-green{
  --tw-gradient-to: #5acebe !important;
}

.to-redlight{
  --tw-gradient-to: rgba(176,42,35,.6) !important;
}

.to-grayLight{
  --tw-gradient-to: #f4f4f4 !important;
}

.to-grayDark{
  --tw-gradient-to: #ddd !important;
}

.to-borderDark{
  --tw-gradient-to: #C7C7C7 !important;
}

.to-whiteLight{
  --tw-gradient-to: rgba(255,255,255,0.8) !important;
}

.to-secondaryLight{
  --tw-gradient-to: rgba(0,0,0,0.2) !important;
}

.to-borderLight{
  --tw-gradient-to: rgba(0,0,0,0.3) !important;
}

.to-secondaryDark{
  --tw-gradient-to: rgba(0,0,0,0.4) !important;
}

.to-blackDark{
  --tw-gradient-to: #333333 !important;
}

.to-gray200{
  --tw-gradient-to: #eee !important;
}

.to-black50{
  --tw-gradient-to: #2A2C3B80 !important;
}

.to-borderGray{
  --tw-gradient-to: #2A2C3B67 !important;
}

.to-borderModal{
  --tw-gradient-to: #707070 !important;
}

.to-modalbg{
  --tw-gradient-to: rgba(0,0,0,.7) !important;
}

.to-black80{
  --tw-gradient-to: rgba(0,0,0,0.8) !important;
}

.to-black90{
  --tw-gradient-to: rgba(0,0,0,0.9) !important;
}

.to-warning{
  --tw-gradient-to: #ffc107 !important;
}

.to-inputDark{
  --tw-gradient-to: #2A2C3BCB !important;
}

.to-black30{
  --tw-gradient-to: #0000004D !important;
}

.to-select{
  --tw-gradient-to: #2A2C3B41 !important;
}

.to-darkBlack{
  --tw-gradient-to: #22232F !important;
}

.to-borderBlack{
  --tw-gradient-to: #181922 !important;
}

.to-black95{
  --tw-gradient-to: #000000F2 !important;
}

.to-blackLight25{
  --tw-gradient-to: #2A2C3B40 !important;
}

.to-bGraylight{
  --tw-gradient-to: #70707027 !important;
}

.to-lightGray{
  --tw-gradient-to: #E4E4E4 !important;
}

.to-lightRed{
  --tw-gradient-to: #f7eae9 !important;
}

.to-maroon{
  --tw-gradient-to: #b73a33 !important;
}

.to-footerDark{
  --tw-gradient-to: #161617 !important;
}

.to-success{
  --tw-gradient-to: #28a745 !important;
}

.to-info{
  --tw-gradient-to: #17a2b8 !important;
}

.to-danger{
  --tw-gradient-to: #dc3545 !important;
}

.to-alert{
  --tw-gradient-to: #dc3545 !important;
}

.to-success-light{
  --tw-gradient-to: #d4edda !important;
}

.to-info-light{
  --tw-gradient-to: #d1ecf1 !important;
}

.to-warning-light{
  --tw-gradient-to: #fff3cd !important;
}

.to-danger-light{
  --tw-gradient-to: #f8d7da !important;
}

.hover\:to-primary-50:hover{
  --tw-gradient-to: #fef2f2 !important;
}

.hover\:to-primary-100:hover{
  --tw-gradient-to: #fee2e2 !important;
}

.hover\:to-primary-200:hover{
  --tw-gradient-to: #fecaca !important;
}

.hover\:to-primary-300:hover{
  --tw-gradient-to: #fca5a5 !important;
}

.hover\:to-primary-400:hover{
  --tw-gradient-to: #f87171 !important;
}

.hover\:to-primary-500:hover{
  --tw-gradient-to: #CA0515 !important;
}

.hover\:to-primary-600:hover{
  --tw-gradient-to: #dc2626 !important;
}

.hover\:to-primary-700:hover{
  --tw-gradient-to: #b91c1c !important;
}

.hover\:to-primary-800:hover{
  --tw-gradient-to: #991b1b !important;
}

.hover\:to-primary-900:hover{
  --tw-gradient-to: #7f1d1d !important;
}

.hover\:to-primary-950:hover{
  --tw-gradient-to: #450a0a !important;
}

.hover\:to-primary:hover{
  --tw-gradient-to: #CA0515 !important;
}

.hover\:to-secondary-50:hover{
  --tw-gradient-to: #f8fafc !important;
}

.hover\:to-secondary-100:hover{
  --tw-gradient-to: #f1f5f9 !important;
}

.hover\:to-secondary-200:hover{
  --tw-gradient-to: #e2e8f0 !important;
}

.hover\:to-secondary-300:hover{
  --tw-gradient-to: #cbd5e1 !important;
}

.hover\:to-secondary-400:hover{
  --tw-gradient-to: #94a3b8 !important;
}

.hover\:to-secondary-500:hover{
  --tw-gradient-to: #2A2B3B !important;
}

.hover\:to-secondary-600:hover{
  --tw-gradient-to: #475569 !important;
}

.hover\:to-secondary-700:hover{
  --tw-gradient-to: #334155 !important;
}

.hover\:to-secondary-800:hover{
  --tw-gradient-to: #1e293b !important;
}

.hover\:to-secondary-900:hover{
  --tw-gradient-to: #0f172a !important;
}

.hover\:to-secondary-950:hover{
  --tw-gradient-to: #020617 !important;
}

.hover\:to-secondary:hover{
  --tw-gradient-to: #2A2B3B !important;
}

.hover\:to-blackLight:hover{
  --tw-gradient-to: rgba(42,44,49,0.3) !important;
}

.hover\:to-redDark:hover{
  --tw-gradient-to: #E60A0A !important;
}

.hover\:to-gray400:hover{
  --tw-gradient-to: #F7F9F9 !important;
}

.hover\:to-ghostWhite:hover{
  --tw-gradient-to: #F2F2F6 !important;
}

.hover\:to-black500:hover{
  --tw-gradient-to: #000 !important;
}

.hover\:to-white200:hover{
  --tw-gradient-to: #f6f9f9 !important;
}

.hover\:to-gray100:hover{
  --tw-gradient-to: #e1e4e4 !important;
}

.hover\:to-none:hover{
  --tw-gradient-to: transparent !important;
}

.hover\:to-orange:hover{
  --tw-gradient-to: #FF626B !important;
}

.hover\:to-pink:hover{
  --tw-gradient-to: #FD6EB0 !important;
}

.hover\:to-pink100:hover{
  --tw-gradient-to: #DA2587 !important;
}

.hover\:to-purple:hover{
  --tw-gradient-to: #E8E5FF !important;
}

.hover\:to-blue-50:hover{
  --tw-gradient-to: #2A2B3B !important;
}

.hover\:to-blue-100:hover{
  --tw-gradient-to: #22232f !important;
}

.hover\:to-blue-150:hover{
  --tw-gradient-to: #EFF5FC !important;
}

.hover\:to-blue-200:hover{
  --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
}

.hover\:to-blue-250:hover{
  --tw-gradient-to: #F3F9FF !important;
}

.hover\:to-blue-300:hover{
  --tw-gradient-to: #564CFF !important;
}

.hover\:to-blue-350:hover{
  --tw-gradient-to: #2A2B3A !important;
}

.hover\:to-blue-400:hover{
  --tw-gradient-to: #4C55FF !important;
}

.hover\:to-blue-500:hover{
  --tw-gradient-to: #0099FF !important;
}

.hover\:to-blue-600:hover{
  --tw-gradient-to: #7B61FF !important;
}

.hover\:to-blue-700:hover{
  --tw-gradient-to: #454AE7 !important;
}

.hover\:to-blue-750:hover{
  --tw-gradient-to: #1784B2 !important;
}

.hover\:to-blue-800:hover{
  --tw-gradient-to: rgba(98,218,251,0.10) !important;
}

.hover\:to-blue-850:hover{
  --tw-gradient-to: #F9F9FF !important;
}

.hover\:to-blue-900:hover{
  --tw-gradient-to: #5875DC !important;
}

.hover\:to-blue-950:hover{
  --tw-gradient-to: #F3F4FC !important;
}

.hover\:to-blue:hover{
  --tw-gradient-to: #0099FF !important;
}

.hover\:to-black-40:hover{
  --tw-gradient-to: rgba(0,0,0,0.4) !important;
}

.hover\:to-black-50:hover{
  --tw-gradient-to: #fafafa !important;
}

.hover\:to-black-100:hover{
  --tw-gradient-to: #f5f5f5 !important;
}

.hover\:to-black-150:hover{
  --tw-gradient-to: #e5e5e5 !important;
}

.hover\:to-black-200:hover{
  --tw-gradient-to: #d4d4d4 !important;
}

.hover\:to-black-250:hover{
  --tw-gradient-to: #a3a3a3 !important;
}

.hover\:to-black-300:hover{
  --tw-gradient-to: #737373 !important;
}

.hover\:to-black-350:hover{
  --tw-gradient-to: #525252 !important;
}

.hover\:to-black-400:hover{
  --tw-gradient-to: #404040 !important;
}

.hover\:to-black-450:hover{
  --tw-gradient-to: #262626 !important;
}

.hover\:to-black-500:hover{
  --tw-gradient-to: #333 !important;
}

.hover\:to-black-550:hover{
  --tw-gradient-to: #0a0a0a !important;
}

.hover\:to-black-600:hover{
  --tw-gradient-to: #000000 !important;
}

.hover\:to-black-650:hover{
  --tw-gradient-to: #00000040 !important;
}

.hover\:to-black-700:hover{
  --tw-gradient-to: #00000066 !important;
}

.hover\:to-black-750:hover{
  --tw-gradient-to: #00000080 !important;
}

.hover\:to-black-800:hover{
  --tw-gradient-to: #00000099 !important;
}

.hover\:to-black-850:hover{
  --tw-gradient-to: #000000B3 !important;
}

.hover\:to-black-900:hover{
  --tw-gradient-to: #000000CC !important;
}

.hover\:to-black-950:hover{
  --tw-gradient-to: #000000E6 !important;
}

.hover\:to-black:hover{
  --tw-gradient-to: #000000 !important;
}

.hover\:to-red-50:hover{
  --tw-gradient-to: #f7e9e8 !important;
}

.hover\:to-red-100:hover{
  --tw-gradient-to: #7b2a2b !important;
}

.hover\:to-red-200:hover{
  --tw-gradient-to: #CA0515 !important;
}

.hover\:to-red-300:hover{
  --tw-gradient-to: #F9597C !important;
}

.hover\:to-red-400:hover{
  --tw-gradient-to: #FBEAE3 !important;
}

.hover\:to-red-500:hover{
  --tw-gradient-to: #FFF2F3 !important;
}

.hover\:to-red-550:hover{
  --tw-gradient-to: #FFF5F6 !important;
}

.hover\:to-red-600:hover{
  --tw-gradient-to: #FEFAFA !important;
}

.hover\:to-red-650:hover{
  --tw-gradient-to: #FFE9EA !important;
}

.hover\:to-red-700:hover{
  --tw-gradient-to: #B92823 !important;
}

.hover\:to-red-800:hover{
  --tw-gradient-to: #f9f2f4 !important;
}

.hover\:to-red:hover{
  --tw-gradient-to: #CA0515 !important;
}

.hover\:to-white-50:hover{
  --tw-gradient-to: #ffffff !important;
}

.hover\:to-white-100:hover{
  --tw-gradient-to: #fefefe !important;
}

.hover\:to-white-150:hover{
  --tw-gradient-to: #fdfdfd !important;
}

.hover\:to-white-200:hover{
  --tw-gradient-to: #fcfcfc !important;
}

.hover\:to-white-250:hover{
  --tw-gradient-to: #fbfbfb !important;
}

.hover\:to-white-300:hover{
  --tw-gradient-to: #fafafa !important;
}

.hover\:to-white-350:hover{
  --tw-gradient-to: #f9f9f9 !important;
}

.hover\:to-white-400:hover{
  --tw-gradient-to: #f8f8f8 !important;
}

.hover\:to-white-450:hover{
  --tw-gradient-to: #f7f7f7 !important;
}

.hover\:to-white-500:hover{
  --tw-gradient-to: #f6f6f6 !important;
}

.hover\:to-white-550:hover{
  --tw-gradient-to: #f5f5f5 !important;
}

.hover\:to-white-600:hover{
  --tw-gradient-to: #f4f4f4 !important;
}

.hover\:to-white-650:hover{
  --tw-gradient-to: #f3f3f3 !important;
}

.hover\:to-white-700:hover{
  --tw-gradient-to: #f2f2f2 !important;
}

.hover\:to-white-750:hover{
  --tw-gradient-to: #f1f1f1 !important;
}

.hover\:to-white-800:hover{
  --tw-gradient-to: #f0f0f0 !important;
}

.hover\:to-white-850:hover{
  --tw-gradient-to: #efefef !important;
}

.hover\:to-white-900:hover{
  --tw-gradient-to: #eeeeee !important;
}

.hover\:to-white-950:hover{
  --tw-gradient-to: #ededed !important;
}

.hover\:to-white:hover{
  --tw-gradient-to: #ffffff !important;
}

.hover\:to-gray-50:hover{
  --tw-gradient-to: #f9fafb !important;
}

.hover\:to-gray-100:hover{
  --tw-gradient-to: #f3f4f6 !important;
}

.hover\:to-gray-150:hover{
  --tw-gradient-to: #EAECF2 !important;
}

.hover\:to-gray-200:hover{
  --tw-gradient-to: #e5e7eb !important;
}

.hover\:to-gray-250:hover{
  --tw-gradient-to: #d1d5db !important;
}

.hover\:to-gray-300:hover{
  --tw-gradient-to: #d1d5db !important;
}

.hover\:to-gray-350:hover{
  --tw-gradient-to: #9ca3af !important;
}

.hover\:to-gray-400:hover{
  --tw-gradient-to: #9ca3af !important;
}

.hover\:to-gray-450:hover{
  --tw-gradient-to: #6b7280 !important;
}

.hover\:to-gray-500:hover{
  --tw-gradient-to: #6b7280 !important;
}

.hover\:to-gray-550:hover{
  --tw-gradient-to: #4b5563 !important;
}

.hover\:to-gray-600:hover{
  --tw-gradient-to: #4b5563 !important;
}

.hover\:to-gray-650:hover{
  --tw-gradient-to: #374151 !important;
}

.hover\:to-gray-700:hover{
  --tw-gradient-to: #374151 !important;
}

.hover\:to-gray-750:hover{
  --tw-gradient-to: #1f2937 !important;
}

.hover\:to-gray-800:hover{
  --tw-gradient-to: #1f2937 !important;
}

.hover\:to-gray-850:hover{
  --tw-gradient-to: #111827 !important;
}

.hover\:to-gray-900:hover{
  --tw-gradient-to: #111827 !important;
}

.hover\:to-gray-950:hover{
  --tw-gradient-to: #030712 !important;
}

.hover\:to-gray:hover{
  --tw-gradient-to: #6b7280 !important;
}

.hover\:to-green:hover{
  --tw-gradient-to: #5acebe !important;
}

.hover\:to-redlight:hover{
  --tw-gradient-to: rgba(176,42,35,.6) !important;
}

.hover\:to-grayLight:hover{
  --tw-gradient-to: #f4f4f4 !important;
}

.hover\:to-grayDark:hover{
  --tw-gradient-to: #ddd !important;
}

.hover\:to-borderDark:hover{
  --tw-gradient-to: #C7C7C7 !important;
}

.hover\:to-whiteLight:hover{
  --tw-gradient-to: rgba(255,255,255,0.8) !important;
}

.hover\:to-secondaryLight:hover{
  --tw-gradient-to: rgba(0,0,0,0.2) !important;
}

.hover\:to-borderLight:hover{
  --tw-gradient-to: rgba(0,0,0,0.3) !important;
}

.hover\:to-secondaryDark:hover{
  --tw-gradient-to: rgba(0,0,0,0.4) !important;
}

.hover\:to-blackDark:hover{
  --tw-gradient-to: #333333 !important;
}

.hover\:to-gray200:hover{
  --tw-gradient-to: #eee !important;
}

.hover\:to-black50:hover{
  --tw-gradient-to: #2A2C3B80 !important;
}

.hover\:to-borderGray:hover{
  --tw-gradient-to: #2A2C3B67 !important;
}

.hover\:to-borderModal:hover{
  --tw-gradient-to: #707070 !important;
}

.hover\:to-modalbg:hover{
  --tw-gradient-to: rgba(0,0,0,.7) !important;
}

.hover\:to-black80:hover{
  --tw-gradient-to: rgba(0,0,0,0.8) !important;
}

.hover\:to-black90:hover{
  --tw-gradient-to: rgba(0,0,0,0.9) !important;
}

.hover\:to-warning:hover{
  --tw-gradient-to: #ffc107 !important;
}

.hover\:to-inputDark:hover{
  --tw-gradient-to: #2A2C3BCB !important;
}

.hover\:to-black30:hover{
  --tw-gradient-to: #0000004D !important;
}

.hover\:to-select:hover{
  --tw-gradient-to: #2A2C3B41 !important;
}

.hover\:to-darkBlack:hover{
  --tw-gradient-to: #22232F !important;
}

.hover\:to-borderBlack:hover{
  --tw-gradient-to: #181922 !important;
}

.hover\:to-black95:hover{
  --tw-gradient-to: #000000F2 !important;
}

.hover\:to-blackLight25:hover{
  --tw-gradient-to: #2A2C3B40 !important;
}

.hover\:to-bGraylight:hover{
  --tw-gradient-to: #70707027 !important;
}

.hover\:to-lightGray:hover{
  --tw-gradient-to: #E4E4E4 !important;
}

.hover\:to-lightRed:hover{
  --tw-gradient-to: #f7eae9 !important;
}

.hover\:to-maroon:hover{
  --tw-gradient-to: #b73a33 !important;
}

.hover\:to-footerDark:hover{
  --tw-gradient-to: #161617 !important;
}

.hover\:to-success:hover{
  --tw-gradient-to: #28a745 !important;
}

.hover\:to-info:hover{
  --tw-gradient-to: #17a2b8 !important;
}

.hover\:to-danger:hover{
  --tw-gradient-to: #dc3545 !important;
}

.hover\:to-alert:hover{
  --tw-gradient-to: #dc3545 !important;
}

.hover\:to-success-light:hover{
  --tw-gradient-to: #d4edda !important;
}

.hover\:to-info-light:hover{
  --tw-gradient-to: #d1ecf1 !important;
}

.hover\:to-warning-light:hover{
  --tw-gradient-to: #fff3cd !important;
}

.hover\:to-danger-light:hover{
  --tw-gradient-to: #f8d7da !important;
}

.focus\:to-primary-50:focus{
  --tw-gradient-to: #fef2f2 !important;
}

.focus\:to-primary-100:focus{
  --tw-gradient-to: #fee2e2 !important;
}

.focus\:to-primary-200:focus{
  --tw-gradient-to: #fecaca !important;
}

.focus\:to-primary-300:focus{
  --tw-gradient-to: #fca5a5 !important;
}

.focus\:to-primary-400:focus{
  --tw-gradient-to: #f87171 !important;
}

.focus\:to-primary-500:focus{
  --tw-gradient-to: #CA0515 !important;
}

.focus\:to-primary-600:focus{
  --tw-gradient-to: #dc2626 !important;
}

.focus\:to-primary-700:focus{
  --tw-gradient-to: #b91c1c !important;
}

.focus\:to-primary-800:focus{
  --tw-gradient-to: #991b1b !important;
}

.focus\:to-primary-900:focus{
  --tw-gradient-to: #7f1d1d !important;
}

.focus\:to-primary-950:focus{
  --tw-gradient-to: #450a0a !important;
}

.focus\:to-primary:focus{
  --tw-gradient-to: #CA0515 !important;
}

.focus\:to-secondary-50:focus{
  --tw-gradient-to: #f8fafc !important;
}

.focus\:to-secondary-100:focus{
  --tw-gradient-to: #f1f5f9 !important;
}

.focus\:to-secondary-200:focus{
  --tw-gradient-to: #e2e8f0 !important;
}

.focus\:to-secondary-300:focus{
  --tw-gradient-to: #cbd5e1 !important;
}

.focus\:to-secondary-400:focus{
  --tw-gradient-to: #94a3b8 !important;
}

.focus\:to-secondary-500:focus{
  --tw-gradient-to: #2A2B3B !important;
}

.focus\:to-secondary-600:focus{
  --tw-gradient-to: #475569 !important;
}

.focus\:to-secondary-700:focus{
  --tw-gradient-to: #334155 !important;
}

.focus\:to-secondary-800:focus{
  --tw-gradient-to: #1e293b !important;
}

.focus\:to-secondary-900:focus{
  --tw-gradient-to: #0f172a !important;
}

.focus\:to-secondary-950:focus{
  --tw-gradient-to: #020617 !important;
}

.focus\:to-secondary:focus{
  --tw-gradient-to: #2A2B3B !important;
}

.focus\:to-blackLight:focus{
  --tw-gradient-to: rgba(42,44,49,0.3) !important;
}

.focus\:to-redDark:focus{
  --tw-gradient-to: #E60A0A !important;
}

.focus\:to-gray400:focus{
  --tw-gradient-to: #F7F9F9 !important;
}

.focus\:to-ghostWhite:focus{
  --tw-gradient-to: #F2F2F6 !important;
}

.focus\:to-black500:focus{
  --tw-gradient-to: #000 !important;
}

.focus\:to-white200:focus{
  --tw-gradient-to: #f6f9f9 !important;
}

.focus\:to-gray100:focus{
  --tw-gradient-to: #e1e4e4 !important;
}

.focus\:to-none:focus{
  --tw-gradient-to: transparent !important;
}

.focus\:to-orange:focus{
  --tw-gradient-to: #FF626B !important;
}

.focus\:to-pink:focus{
  --tw-gradient-to: #FD6EB0 !important;
}

.focus\:to-pink100:focus{
  --tw-gradient-to: #DA2587 !important;
}

.focus\:to-purple:focus{
  --tw-gradient-to: #E8E5FF !important;
}

.focus\:to-blue-50:focus{
  --tw-gradient-to: #2A2B3B !important;
}

.focus\:to-blue-100:focus{
  --tw-gradient-to: #22232f !important;
}

.focus\:to-blue-150:focus{
  --tw-gradient-to: #EFF5FC !important;
}

.focus\:to-blue-200:focus{
  --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
}

.focus\:to-blue-250:focus{
  --tw-gradient-to: #F3F9FF !important;
}

.focus\:to-blue-300:focus{
  --tw-gradient-to: #564CFF !important;
}

.focus\:to-blue-350:focus{
  --tw-gradient-to: #2A2B3A !important;
}

.focus\:to-blue-400:focus{
  --tw-gradient-to: #4C55FF !important;
}

.focus\:to-blue-500:focus{
  --tw-gradient-to: #0099FF !important;
}

.focus\:to-blue-600:focus{
  --tw-gradient-to: #7B61FF !important;
}

.focus\:to-blue-700:focus{
  --tw-gradient-to: #454AE7 !important;
}

.focus\:to-blue-750:focus{
  --tw-gradient-to: #1784B2 !important;
}

.focus\:to-blue-800:focus{
  --tw-gradient-to: rgba(98,218,251,0.10) !important;
}

.focus\:to-blue-850:focus{
  --tw-gradient-to: #F9F9FF !important;
}

.focus\:to-blue-900:focus{
  --tw-gradient-to: #5875DC !important;
}

.focus\:to-blue-950:focus{
  --tw-gradient-to: #F3F4FC !important;
}

.focus\:to-blue:focus{
  --tw-gradient-to: #0099FF !important;
}

.focus\:to-black-40:focus{
  --tw-gradient-to: rgba(0,0,0,0.4) !important;
}

.focus\:to-black-50:focus{
  --tw-gradient-to: #fafafa !important;
}

.focus\:to-black-100:focus{
  --tw-gradient-to: #f5f5f5 !important;
}

.focus\:to-black-150:focus{
  --tw-gradient-to: #e5e5e5 !important;
}

.focus\:to-black-200:focus{
  --tw-gradient-to: #d4d4d4 !important;
}

.focus\:to-black-250:focus{
  --tw-gradient-to: #a3a3a3 !important;
}

.focus\:to-black-300:focus{
  --tw-gradient-to: #737373 !important;
}

.focus\:to-black-350:focus{
  --tw-gradient-to: #525252 !important;
}

.focus\:to-black-400:focus{
  --tw-gradient-to: #404040 !important;
}

.focus\:to-black-450:focus{
  --tw-gradient-to: #262626 !important;
}

.focus\:to-black-500:focus{
  --tw-gradient-to: #333 !important;
}

.focus\:to-black-550:focus{
  --tw-gradient-to: #0a0a0a !important;
}

.focus\:to-black-600:focus{
  --tw-gradient-to: #000000 !important;
}

.focus\:to-black-650:focus{
  --tw-gradient-to: #00000040 !important;
}

.focus\:to-black-700:focus{
  --tw-gradient-to: #00000066 !important;
}

.focus\:to-black-750:focus{
  --tw-gradient-to: #00000080 !important;
}

.focus\:to-black-800:focus{
  --tw-gradient-to: #00000099 !important;
}

.focus\:to-black-850:focus{
  --tw-gradient-to: #000000B3 !important;
}

.focus\:to-black-900:focus{
  --tw-gradient-to: #000000CC !important;
}

.focus\:to-black-950:focus{
  --tw-gradient-to: #000000E6 !important;
}

.focus\:to-black:focus{
  --tw-gradient-to: #000000 !important;
}

.focus\:to-red-50:focus{
  --tw-gradient-to: #f7e9e8 !important;
}

.focus\:to-red-100:focus{
  --tw-gradient-to: #7b2a2b !important;
}

.focus\:to-red-200:focus{
  --tw-gradient-to: #CA0515 !important;
}

.focus\:to-red-300:focus{
  --tw-gradient-to: #F9597C !important;
}

.focus\:to-red-400:focus{
  --tw-gradient-to: #FBEAE3 !important;
}

.focus\:to-red-500:focus{
  --tw-gradient-to: #FFF2F3 !important;
}

.focus\:to-red-550:focus{
  --tw-gradient-to: #FFF5F6 !important;
}

.focus\:to-red-600:focus{
  --tw-gradient-to: #FEFAFA !important;
}

.focus\:to-red-650:focus{
  --tw-gradient-to: #FFE9EA !important;
}

.focus\:to-red-700:focus{
  --tw-gradient-to: #B92823 !important;
}

.focus\:to-red-800:focus{
  --tw-gradient-to: #f9f2f4 !important;
}

.focus\:to-red:focus{
  --tw-gradient-to: #CA0515 !important;
}

.focus\:to-white-50:focus{
  --tw-gradient-to: #ffffff !important;
}

.focus\:to-white-100:focus{
  --tw-gradient-to: #fefefe !important;
}

.focus\:to-white-150:focus{
  --tw-gradient-to: #fdfdfd !important;
}

.focus\:to-white-200:focus{
  --tw-gradient-to: #fcfcfc !important;
}

.focus\:to-white-250:focus{
  --tw-gradient-to: #fbfbfb !important;
}

.focus\:to-white-300:focus{
  --tw-gradient-to: #fafafa !important;
}

.focus\:to-white-350:focus{
  --tw-gradient-to: #f9f9f9 !important;
}

.focus\:to-white-400:focus{
  --tw-gradient-to: #f8f8f8 !important;
}

.focus\:to-white-450:focus{
  --tw-gradient-to: #f7f7f7 !important;
}

.focus\:to-white-500:focus{
  --tw-gradient-to: #f6f6f6 !important;
}

.focus\:to-white-550:focus{
  --tw-gradient-to: #f5f5f5 !important;
}

.focus\:to-white-600:focus{
  --tw-gradient-to: #f4f4f4 !important;
}

.focus\:to-white-650:focus{
  --tw-gradient-to: #f3f3f3 !important;
}

.focus\:to-white-700:focus{
  --tw-gradient-to: #f2f2f2 !important;
}

.focus\:to-white-750:focus{
  --tw-gradient-to: #f1f1f1 !important;
}

.focus\:to-white-800:focus{
  --tw-gradient-to: #f0f0f0 !important;
}

.focus\:to-white-850:focus{
  --tw-gradient-to: #efefef !important;
}

.focus\:to-white-900:focus{
  --tw-gradient-to: #eeeeee !important;
}

.focus\:to-white-950:focus{
  --tw-gradient-to: #ededed !important;
}

.focus\:to-white:focus{
  --tw-gradient-to: #ffffff !important;
}

.focus\:to-gray-50:focus{
  --tw-gradient-to: #f9fafb !important;
}

.focus\:to-gray-100:focus{
  --tw-gradient-to: #f3f4f6 !important;
}

.focus\:to-gray-150:focus{
  --tw-gradient-to: #EAECF2 !important;
}

.focus\:to-gray-200:focus{
  --tw-gradient-to: #e5e7eb !important;
}

.focus\:to-gray-250:focus{
  --tw-gradient-to: #d1d5db !important;
}

.focus\:to-gray-300:focus{
  --tw-gradient-to: #d1d5db !important;
}

.focus\:to-gray-350:focus{
  --tw-gradient-to: #9ca3af !important;
}

.focus\:to-gray-400:focus{
  --tw-gradient-to: #9ca3af !important;
}

.focus\:to-gray-450:focus{
  --tw-gradient-to: #6b7280 !important;
}

.focus\:to-gray-500:focus{
  --tw-gradient-to: #6b7280 !important;
}

.focus\:to-gray-550:focus{
  --tw-gradient-to: #4b5563 !important;
}

.focus\:to-gray-600:focus{
  --tw-gradient-to: #4b5563 !important;
}

.focus\:to-gray-650:focus{
  --tw-gradient-to: #374151 !important;
}

.focus\:to-gray-700:focus{
  --tw-gradient-to: #374151 !important;
}

.focus\:to-gray-750:focus{
  --tw-gradient-to: #1f2937 !important;
}

.focus\:to-gray-800:focus{
  --tw-gradient-to: #1f2937 !important;
}

.focus\:to-gray-850:focus{
  --tw-gradient-to: #111827 !important;
}

.focus\:to-gray-900:focus{
  --tw-gradient-to: #111827 !important;
}

.focus\:to-gray-950:focus{
  --tw-gradient-to: #030712 !important;
}

.focus\:to-gray:focus{
  --tw-gradient-to: #6b7280 !important;
}

.focus\:to-green:focus{
  --tw-gradient-to: #5acebe !important;
}

.focus\:to-redlight:focus{
  --tw-gradient-to: rgba(176,42,35,.6) !important;
}

.focus\:to-grayLight:focus{
  --tw-gradient-to: #f4f4f4 !important;
}

.focus\:to-grayDark:focus{
  --tw-gradient-to: #ddd !important;
}

.focus\:to-borderDark:focus{
  --tw-gradient-to: #C7C7C7 !important;
}

.focus\:to-whiteLight:focus{
  --tw-gradient-to: rgba(255,255,255,0.8) !important;
}

.focus\:to-secondaryLight:focus{
  --tw-gradient-to: rgba(0,0,0,0.2) !important;
}

.focus\:to-borderLight:focus{
  --tw-gradient-to: rgba(0,0,0,0.3) !important;
}

.focus\:to-secondaryDark:focus{
  --tw-gradient-to: rgba(0,0,0,0.4) !important;
}

.focus\:to-blackDark:focus{
  --tw-gradient-to: #333333 !important;
}

.focus\:to-gray200:focus{
  --tw-gradient-to: #eee !important;
}

.focus\:to-black50:focus{
  --tw-gradient-to: #2A2C3B80 !important;
}

.focus\:to-borderGray:focus{
  --tw-gradient-to: #2A2C3B67 !important;
}

.focus\:to-borderModal:focus{
  --tw-gradient-to: #707070 !important;
}

.focus\:to-modalbg:focus{
  --tw-gradient-to: rgba(0,0,0,.7) !important;
}

.focus\:to-black80:focus{
  --tw-gradient-to: rgba(0,0,0,0.8) !important;
}

.focus\:to-black90:focus{
  --tw-gradient-to: rgba(0,0,0,0.9) !important;
}

.focus\:to-warning:focus{
  --tw-gradient-to: #ffc107 !important;
}

.focus\:to-inputDark:focus{
  --tw-gradient-to: #2A2C3BCB !important;
}

.focus\:to-black30:focus{
  --tw-gradient-to: #0000004D !important;
}

.focus\:to-select:focus{
  --tw-gradient-to: #2A2C3B41 !important;
}

.focus\:to-darkBlack:focus{
  --tw-gradient-to: #22232F !important;
}

.focus\:to-borderBlack:focus{
  --tw-gradient-to: #181922 !important;
}

.focus\:to-black95:focus{
  --tw-gradient-to: #000000F2 !important;
}

.focus\:to-blackLight25:focus{
  --tw-gradient-to: #2A2C3B40 !important;
}

.focus\:to-bGraylight:focus{
  --tw-gradient-to: #70707027 !important;
}

.focus\:to-lightGray:focus{
  --tw-gradient-to: #E4E4E4 !important;
}

.focus\:to-lightRed:focus{
  --tw-gradient-to: #f7eae9 !important;
}

.focus\:to-maroon:focus{
  --tw-gradient-to: #b73a33 !important;
}

.focus\:to-footerDark:focus{
  --tw-gradient-to: #161617 !important;
}

.focus\:to-success:focus{
  --tw-gradient-to: #28a745 !important;
}

.focus\:to-info:focus{
  --tw-gradient-to: #17a2b8 !important;
}

.focus\:to-danger:focus{
  --tw-gradient-to: #dc3545 !important;
}

.focus\:to-alert:focus{
  --tw-gradient-to: #dc3545 !important;
}

.focus\:to-success-light:focus{
  --tw-gradient-to: #d4edda !important;
}

.focus\:to-info-light:focus{
  --tw-gradient-to: #d1ecf1 !important;
}

.focus\:to-warning-light:focus{
  --tw-gradient-to: #fff3cd !important;
}

.focus\:to-danger-light:focus{
  --tw-gradient-to: #f8d7da !important;
}

.decoration-slice{
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone{
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-50{
  background-size: 50% !important;
}

.bg-55{
  background-size: 55% !important;
}

.bg-75{
  background-size: 75% !important;
}

.bg-auto{
  background-size: auto !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-fixed{
  background-attachment: fixed !important;
}

.bg-local{
  background-attachment: local !important;
}

.bg-scroll{
  background-attachment: scroll !important;
}

.bg-clip-border{
  background-clip: border-box !important;
}

.bg-clip-padding{
  background-clip: padding-box !important;
}

.bg-clip-content{
  background-clip: content-box !important;
}

.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-bottom{
  background-position: bottom !important;
}

.bg-center{
  background-position: center !important;
}

.bg-left{
  background-position: left !important;
}

.bg-left-bottom{
  background-position: left bottom !important;
}

.bg-left-top{
  background-position: left top !important;
}

.bg-right{
  background-position: right !important;
}

.bg-right-bottom{
  background-position: right bottom !important;
}

.bg-right-top{
  background-position: right top !important;
}

.bg-top{
  background-position: top !important;
}

.bg-repeat{
  background-repeat: repeat !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-repeat-x{
  background-repeat: repeat-x !important;
}

.bg-repeat-y{
  background-repeat: repeat-y !important;
}

.bg-repeat-round{
  background-repeat: round !important;
}

.bg-repeat-space{
  background-repeat: space !important;
}

.bg-origin-border{
  background-origin: border-box !important;
}

.bg-origin-padding{
  background-origin: padding-box !important;
}

.bg-origin-content{
  background-origin: content-box !important;
}

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.stroke-0{
  stroke-width: 0 !important;
}

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-3{
  padding: 0.75rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-5{
  padding: 1.25rem !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-7{
  padding: 1.75rem !important;
}

.p-8{
  padding: 2rem !important;
}

.p-9{
  padding: 2.25rem !important;
}

.p-10{
  padding: 2.5rem !important;
}

.p-11{
  padding: 2.75rem !important;
}

.p-12{
  padding: 3rem !important;
}

.p-14{
  padding: 3.5rem !important;
}

.p-16{
  padding: 4rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-24{
  padding: 6rem !important;
}

.p-28{
  padding: 7rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-36{
  padding: 9rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-44{
  padding: 11rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-52{
  padding: 13rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-60{
  padding: 15rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-72{
  padding: 18rem !important;
}

.p-80{
  padding: 20rem !important;
}

.p-96{
  padding: 24rem !important;
}

.p-px{
  padding: 1px !important;
}

.p-0\.5{
  padding: 0.125rem !important;
}

.p-1\.5{
  padding: 0.375rem !important;
}

.p-2\.5{
  padding: 0.625rem !important;
}

.p-3\.5{
  padding: 0.875rem !important;
}

.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-36{
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-52{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-72{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.px-96{
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-0\.5{
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-36{
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-52{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-72{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-96{
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.pt-0{
  padding-top: 0px !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-3{
  padding-top: 0.75rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

.pt-5{
  padding-top: 1.25rem !important;
}

.pt-6{
  padding-top: 1.5rem !important;
}

.pt-7{
  padding-top: 1.75rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pt-9{
  padding-top: 2.25rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pt-11{
  padding-top: 2.75rem !important;
}

.pt-12{
  padding-top: 3rem !important;
}

.pt-14{
  padding-top: 3.5rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pt-20{
  padding-top: 5rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pt-28{
  padding-top: 7rem !important;
}

.pt-32{
  padding-top: 8rem !important;
}

.pt-36{
  padding-top: 9rem !important;
}

.pt-40{
  padding-top: 10rem !important;
}

.pt-44{
  padding-top: 11rem !important;
}

.pt-48{
  padding-top: 12rem !important;
}

.pt-52{
  padding-top: 13rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pt-60{
  padding-top: 15rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pt-72{
  padding-top: 18rem !important;
}

.pt-80{
  padding-top: 20rem !important;
}

.pt-96{
  padding-top: 24rem !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pt-0\.5{
  padding-top: 0.125rem !important;
}

.pt-1\.5{
  padding-top: 0.375rem !important;
}

.pt-2\.5{
  padding-top: 0.625rem !important;
}

.pt-3\.5{
  padding-top: 0.875rem !important;
}

.pr-0{
  padding-right: 0px !important;
}

.pr-1{
  padding-right: 0.25rem !important;
}

.pr-2{
  padding-right: 0.5rem !important;
}

.pr-3{
  padding-right: 0.75rem !important;
}

.pr-4{
  padding-right: 1rem !important;
}

.pr-5{
  padding-right: 1.25rem !important;
}

.pr-6{
  padding-right: 1.5rem !important;
}

.pr-7{
  padding-right: 1.75rem !important;
}

.pr-8{
  padding-right: 2rem !important;
}

.pr-9{
  padding-right: 2.25rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pr-11{
  padding-right: 2.75rem !important;
}

.pr-12{
  padding-right: 3rem !important;
}

.pr-14{
  padding-right: 3.5rem !important;
}

.pr-16{
  padding-right: 4rem !important;
}

.pr-20{
  padding-right: 5rem !important;
}

.pr-24{
  padding-right: 6rem !important;
}

.pr-28{
  padding-right: 7rem !important;
}

.pr-32{
  padding-right: 8rem !important;
}

.pr-36{
  padding-right: 9rem !important;
}

.pr-40{
  padding-right: 10rem !important;
}

.pr-44{
  padding-right: 11rem !important;
}

.pr-48{
  padding-right: 12rem !important;
}

.pr-52{
  padding-right: 13rem !important;
}

.pr-56{
  padding-right: 14rem !important;
}

.pr-60{
  padding-right: 15rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

.pr-72{
  padding-right: 18rem !important;
}

.pr-80{
  padding-right: 20rem !important;
}

.pr-96{
  padding-right: 24rem !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pr-0\.5{
  padding-right: 0.125rem !important;
}

.pr-1\.5{
  padding-right: 0.375rem !important;
}

.pr-2\.5{
  padding-right: 0.625rem !important;
}

.pr-3\.5{
  padding-right: 0.875rem !important;
}

.pb-0{
  padding-bottom: 0px !important;
}

.pb-1{
  padding-bottom: 0.25rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pb-3{
  padding-bottom: 0.75rem !important;
}

.pb-4{
  padding-bottom: 1rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pb-6{
  padding-bottom: 1.5rem !important;
}

.pb-7{
  padding-bottom: 1.75rem !important;
}

.pb-8{
  padding-bottom: 2rem !important;
}

.pb-9{
  padding-bottom: 2.25rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-11{
  padding-bottom: 2.75rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

.pb-14{
  padding-bottom: 3.5rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pb-24{
  padding-bottom: 6rem !important;
}

.pb-28{
  padding-bottom: 7rem !important;
}

.pb-32{
  padding-bottom: 8rem !important;
}

.pb-36{
  padding-bottom: 9rem !important;
}

.pb-40{
  padding-bottom: 10rem !important;
}

.pb-44{
  padding-bottom: 11rem !important;
}

.pb-48{
  padding-bottom: 12rem !important;
}

.pb-52{
  padding-bottom: 13rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

.pb-60{
  padding-bottom: 15rem !important;
}

.pb-64{
  padding-bottom: 16rem !important;
}

.pb-72{
  padding-bottom: 18rem !important;
}

.pb-80{
  padding-bottom: 20rem !important;
}

.pb-96{
  padding-bottom: 24rem !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pb-0\.5{
  padding-bottom: 0.125rem !important;
}

.pb-1\.5{
  padding-bottom: 0.375rem !important;
}

.pb-2\.5{
  padding-bottom: 0.625rem !important;
}

.pb-3\.5{
  padding-bottom: 0.875rem !important;
}

.pl-0{
  padding-left: 0px !important;
}

.pl-1{
  padding-left: 0.25rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

.pl-4{
  padding-left: 1rem !important;
}

.pl-5{
  padding-left: 1.25rem !important;
}

.pl-6{
  padding-left: 1.5rem !important;
}

.pl-7{
  padding-left: 1.75rem !important;
}

.pl-8{
  padding-left: 2rem !important;
}

.pl-9{
  padding-left: 2.25rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pl-11{
  padding-left: 2.75rem !important;
}

.pl-12{
  padding-left: 3rem !important;
}

.pl-14{
  padding-left: 3.5rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pl-20{
  padding-left: 5rem !important;
}

.pl-24{
  padding-left: 6rem !important;
}

.pl-28{
  padding-left: 7rem !important;
}

.pl-32{
  padding-left: 8rem !important;
}

.pl-36{
  padding-left: 9rem !important;
}

.pl-40{
  padding-left: 10rem !important;
}

.pl-44{
  padding-left: 11rem !important;
}

.pl-48{
  padding-left: 12rem !important;
}

.pl-52{
  padding-left: 13rem !important;
}

.pl-56{
  padding-left: 14rem !important;
}

.pl-60{
  padding-left: 15rem !important;
}

.pl-64{
  padding-left: 16rem !important;
}

.pl-72{
  padding-left: 18rem !important;
}

.pl-80{
  padding-left: 20rem !important;
}

.pl-96{
  padding-left: 24rem !important;
}

.pl-px{
  padding-left: 1px !important;
}

.pl-0\.5{
  padding-left: 0.125rem !important;
}

.pl-1\.5{
  padding-left: 0.375rem !important;
}

.pl-2\.5{
  padding-left: 0.625rem !important;
}

.pl-3\.5{
  padding-left: 0.875rem !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.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-top{
  vertical-align: text-top !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.font-body{
  font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
}

.font-displayRegular{
  font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
}

.font-display{
  font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
}

.font-displayHead{
  font-family: Conv_FontsFree-Net-SFProDisplay-Bold, sans-serif !important;
}

.font-displayHeavy{
  font-family: Conv_FontsFree-Net-SFProDisplay-Heavy, sans-serif !important;
}

.font-displaySemibold{
  font-family: Conv_FontsFree-Net-SFProDisplay-Semibold, sans-serif !important;
}

.font-displayLight{
  font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
}

.font-displayBlack{
  font-family: SFProDisplay-Black, sans-serif !important;
}

.font-displayItalic{
  font-family: Conv_FontsFree-Net-SFProDisplay-BoldItalic, sans-serif !important;
}

.font-displayMedium{
  font-family: display-Medium, sans-serif !important;
}

.font-pacifico{
  font-family: Pacifico, cursive !important;
}

.font-Lora{
  font-family: Lora, serif !important;
}

.font-freightMedium{
  font-family: freight-medium, serif !important;
}

.text-xxs{
  font-size: 12px !important;
  line-height: 1.5em !important;
}

.text-h2{
  font-size: 60px !important;
  line-height: 1.5em !important;
}

.text-h3{
  font-size: 40px !important;
  line-height: 1.2em !important;
}

.text-h4{
  font-size: 28px !important;
  line-height: 1.5em !important;
}

.text-h1{
  font-size: 52px !important;
  line-height: 1.5em !important;
}

.text-h5{
  font-size: 24px !important;
  line-height: 1.2em !important;
}

.text-xs{
  font-size: 12px !important;
  line-height: 1.5em !important;
}

.text-sm{
  font-size: 14px !important;
  line-height: 1.5em !important;
}

.text-md{
  font-size: 16px !important;
  line-height: 1.5em !important;
}

.text-base{
  font-size: 18px !important;
  line-height: 1.5em !important;
}

.text-lg{
  font-size: 20px !important;
  line-height: 1.5em !important;
}

.text-xl{
  font-size: 22px !important;
  line-height: 1.5em !important;
}

.text-2xl{
  font-size: 24px !important;
  line-height: 1.5em !important;
}

.text-3xl{
  font-size: 28px !important;
  line-height: 1.5em !important;
}

.text-4xl{
  font-size: 34px !important;
  line-height: 1.5em !important;
}

.text-5xl{
  font-size: 40px !important;
  line-height: 1.2em !important;
}

.text-6xl{
  font-size: 48px !important;
  line-height: 1.2em !important;
}

.text-7xl{
  font-size: 52px !important;
  line-height: 1.5em !important;
}

.text-8xl{
  font-size: 60px !important;
  line-height: 1.5em !important;
}

.font-thin{
  font-weight: 100 !important;
}

.font-extralight{
  font-weight: 200 !important;
}

.font-light{
  font-weight: 300 !important;
}

.font-normal{
  font-weight: 400 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700 !important;
}

.font-extrabold{
  font-weight: 800 !important;
}

.font-black{
  font-weight: 900 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

.italic{
  font-style: italic !important;
}

.not-italic{
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-3{
  line-height: .75rem !important;
}

.leading-4{
  line-height: 1rem !important;
}

.leading-5{
  line-height: 1.25rem !important;
}

.leading-6{
  line-height: 1.5rem !important;
}

.leading-7{
  line-height: 1.75rem !important;
}

.leading-8{
  line-height: 2rem !important;
}

.leading-9{
  line-height: 2.25rem !important;
}

.leading-10{
  line-height: 2.5rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-tight{
  line-height: 1.25 !important;
}

.leading-snug{
  line-height: 1.375 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.625 !important;
}

.leading-loose{
  line-height: 2 !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0em !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.text-blackDarker{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.text-purple{
  --tw-text-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
}

.text-redlight{
  color: rgba(176,42,35,.6) !important;
}

.text-grayLight{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.text-grayDark{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.text-borderDark{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
}

.text-whiteLight{
  color: rgba(255,255,255,0.8) !important;
}

.text-secondaryLight{
  color: rgba(0,0,0,0.2) !important;
}

.text-borderLight{
  color: rgba(0,0,0,0.3) !important;
}

.text-secondaryDark{
  color: rgba(0,0,0,0.4) !important;
}

.text-blackDark{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.text-gray200{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.text-black50{
  color: #2A2C3B80 !important;
}

.text-borderGray{
  color: #2A2C3B67 !important;
}

.text-borderModal{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.text-modalbg{
  color: rgba(0,0,0,.7) !important;
}

.text-black80{
  color: rgba(0,0,0,0.8) !important;
}

.text-black90{
  color: rgba(0,0,0,0.9) !important;
}

.text-warning{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
}

.text-inputDark{
  color: #2A2C3BCB !important;
}

.text-black30{
  color: #0000004D !important;
}

.text-select{
  color: #2A2C3B41 !important;
}

.text-orange{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
}

.text-green-50{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.text-green-950{
  --tw-text-opacity: 1 !important;
  color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
}

.text-green{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.text-darkBlack{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
}

.text-borderBlack{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
}

.text-black95{
  color: #000000F2 !important;
}

.text-blackLight25{
  color: #2A2C3B40 !important;
}

.text-bGraylight{
  color: #70707027 !important;
}

.text-lightGray{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.text-lightRed{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
}

.text-maroon{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
}

.text-footerDark{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
}

.text-success{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
}

.text-info{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
}

.text-danger{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.text-alert{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.text-success-light{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
}

.text-info-light{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
}

.text-warning-light{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
}

.text-danger-light{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
}

.text-blackLight{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
}

.text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
}

.text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
}

.text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
}

.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
}

.text-red-550{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
}

.text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
}

.text-red-650{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
}

.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
}

.text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.text-red{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.text-white-50{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-white-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
}

.text-white-150{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
}

.text-white-200{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
}

.text-white-250{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
}

.text-white-300{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.text-white-350{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
}

.text-white-400{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.text-white-450{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
}

.text-white-500{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
}

.text-white-550{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.text-white-600{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.text-white-650{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.text-white-700{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.text-white-750{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.text-white-800{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
}

.text-white-850{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
}

.text-white-900{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.text-white-950{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-black-40{
  color: rgba(0,0,0,0.4) !important;
}

.text-black-50{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.text-black-100{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.text-black-150{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
}

.text-black-200{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
}

.text-black-250{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
}

.text-black-300{
  --tw-text-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
}

.text-black-350{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.text-black-400{
  --tw-text-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
}

.text-black-450{
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.text-black-500{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.text-black-550{
  --tw-text-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
}

.text-black-600{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-black-650{
  color: #00000040 !important;
}

.text-black-700{
  color: #00000066 !important;
}

.text-black-750{
  color: #00000080 !important;
}

.text-black-800{
  color: #00000099 !important;
}

.text-black-850{
  color: #000000B3 !important;
}

.text-black-900{
  color: #000000CC !important;
}

.text-black-950{
  color: #000000E6 !important;
}

.text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

.text-gray-150{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
}

.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

.text-gray-250{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.text-gray-350{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.text-gray-450{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.text-gray-550{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.text-gray-650{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.text-gray-750{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.text-gray-850{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.text-gray-950{
  --tw-text-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
}

.text-gray{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.text-primary-50{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.text-primary-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.text-primary-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.text-primary-300{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.text-primary-400{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.text-primary-500{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.text-primary-600{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.text-primary-700{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.text-primary-800{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.text-primary-900{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.text-primary-950{
  --tw-text-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
}

.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.text-secondary-50{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.text-secondary-100{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.text-secondary-200{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.text-secondary-300{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.text-secondary-400{
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.text-secondary-500{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.text-secondary-600{
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.text-secondary-700{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.text-secondary-800{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.text-secondary-900{
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.text-secondary-950{
  --tw-text-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
}

.text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blackDarker{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple{
  --tw-text-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-redlight{
  color: rgba(176,42,35,.6) !important;
}

.group:hover .group-hover\:text-grayLight{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grayDark{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-borderDark{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-whiteLight{
  color: rgba(255,255,255,0.8) !important;
}

.group:hover .group-hover\:text-secondaryLight{
  color: rgba(0,0,0,0.2) !important;
}

.group:hover .group-hover\:text-borderLight{
  color: rgba(0,0,0,0.3) !important;
}

.group:hover .group-hover\:text-secondaryDark{
  color: rgba(0,0,0,0.4) !important;
}

.group:hover .group-hover\:text-blackDark{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray200{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black50{
  color: #2A2C3B80 !important;
}

.group:hover .group-hover\:text-borderGray{
  color: #2A2C3B67 !important;
}

.group:hover .group-hover\:text-borderModal{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-modalbg{
  color: rgba(0,0,0,.7) !important;
}

.group:hover .group-hover\:text-black80{
  color: rgba(0,0,0,0.8) !important;
}

.group:hover .group-hover\:text-black90{
  color: rgba(0,0,0,0.9) !important;
}

.group:hover .group-hover\:text-warning{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-inputDark{
  color: #2A2C3BCB !important;
}

.group:hover .group-hover\:text-black30{
  color: #0000004D !important;
}

.group:hover .group-hover\:text-select{
  color: #2A2C3B41 !important;
}

.group:hover .group-hover\:text-orange{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-50{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-950{
  --tw-text-opacity: 1 !important;
  color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-darkBlack{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-borderBlack{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black95{
  color: #000000F2 !important;
}

.group:hover .group-hover\:text-blackLight25{
  color: #2A2C3B40 !important;
}

.group:hover .group-hover\:text-bGraylight{
  color: #70707027 !important;
}

.group:hover .group-hover\:text-lightGray{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lightRed{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-maroon{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-footerDark{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-alert{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-light{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-light{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-light{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-light{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blackLight{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-550{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-650{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-50{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-150{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-200{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-250{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-300{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-350{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-400{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-450{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-500{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-550{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-600{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-650{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-700{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-750{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-800{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-850{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-900{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-950{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-40{
  color: rgba(0,0,0,0.4) !important;
}

.group:hover .group-hover\:text-black-50{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-100{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-150{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-200{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-250{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-300{
  --tw-text-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-350{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-400{
  --tw-text-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-450{
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-500{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-550{
  --tw-text-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-600{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black-650{
  color: #00000040 !important;
}

.group:hover .group-hover\:text-black-700{
  color: #00000066 !important;
}

.group:hover .group-hover\:text-black-750{
  color: #00000080 !important;
}

.group:hover .group-hover\:text-black-800{
  color: #00000099 !important;
}

.group:hover .group-hover\:text-black-850{
  color: #000000B3 !important;
}

.group:hover .group-hover\:text-black-900{
  color: #000000CC !important;
}

.group:hover .group-hover\:text-black-950{
  color: #000000E6 !important;
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-150{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-250{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-350{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-450{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-550{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-650{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-750{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-850{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-950{
  --tw-text-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-50{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-300{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-400{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-500{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-700{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-800{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-900{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-950{
  --tw-text-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-50{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-100{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-200{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-300{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-400{
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-500{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-600{
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-700{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-800{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-900{
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-950{
  --tw-text-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blackDarker:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-redlight:focus-within{
  color: rgba(176,42,35,.6) !important;
}

.focus-within\:text-grayLight:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grayDark:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.focus-within\:text-borderDark:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
}

.focus-within\:text-whiteLight:focus-within{
  color: rgba(255,255,255,0.8) !important;
}

.focus-within\:text-secondaryLight:focus-within{
  color: rgba(0,0,0,0.2) !important;
}

.focus-within\:text-borderLight:focus-within{
  color: rgba(0,0,0,0.3) !important;
}

.focus-within\:text-secondaryDark:focus-within{
  color: rgba(0,0,0,0.4) !important;
}

.focus-within\:text-blackDark:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black50:focus-within{
  color: #2A2C3B80 !important;
}

.focus-within\:text-borderGray:focus-within{
  color: #2A2C3B67 !important;
}

.focus-within\:text-borderModal:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.focus-within\:text-modalbg:focus-within{
  color: rgba(0,0,0,.7) !important;
}

.focus-within\:text-black80:focus-within{
  color: rgba(0,0,0,0.8) !important;
}

.focus-within\:text-black90:focus-within{
  color: rgba(0,0,0,0.9) !important;
}

.focus-within\:text-warning:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
}

.focus-within\:text-inputDark:focus-within{
  color: #2A2C3BCB !important;
}

.focus-within\:text-black30:focus-within{
  color: #0000004D !important;
}

.focus-within\:text-select:focus-within{
  color: #2A2C3B41 !important;
}

.focus-within\:text-orange:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-950:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.focus-within\:text-darkBlack:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
}

.focus-within\:text-borderBlack:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black95:focus-within{
  color: #000000F2 !important;
}

.focus-within\:text-blackLight25:focus-within{
  color: #2A2C3B40 !important;
}

.focus-within\:text-bGraylight:focus-within{
  color: #70707027 !important;
}

.focus-within\:text-lightGray:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lightRed:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
}

.focus-within\:text-maroon:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:text-footerDark:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.focus-within\:text-alert:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-light:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-light:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-light:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-light:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blackLight:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-550:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-650:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-150:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-250:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-350:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-450:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-550:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-650:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-750:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-850:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-950:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-40:focus-within{
  color: rgba(0,0,0,0.4) !important;
}

.focus-within\:text-black-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-150:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-250:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-350:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-450:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-550:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black-650:focus-within{
  color: #00000040 !important;
}

.focus-within\:text-black-700:focus-within{
  color: #00000066 !important;
}

.focus-within\:text-black-750:focus-within{
  color: #00000080 !important;
}

.focus-within\:text-black-800:focus-within{
  color: #00000099 !important;
}

.focus-within\:text-black-850:focus-within{
  color: #000000B3 !important;
}

.focus-within\:text-black-900:focus-within{
  color: #000000CC !important;
}

.focus-within\:text-black-950:focus-within{
  color: #000000E6 !important;
}

.focus-within\:text-black:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-150:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-250:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-350:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-450:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-550:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-650:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-750:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-850:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-950:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-950:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-50:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-100:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-200:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-300:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-400:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-500:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-600:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-700:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-800:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-900:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-950:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.hover\:text-blackDarker:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.hover\:text-purple:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-redlight:hover{
  color: rgba(176,42,35,.6) !important;
}

.hover\:text-grayLight:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-grayDark:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.hover\:text-borderDark:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
}

.hover\:text-whiteLight:hover{
  color: rgba(255,255,255,0.8) !important;
}

.hover\:text-secondaryLight:hover{
  color: rgba(0,0,0,0.2) !important;
}

.hover\:text-borderLight:hover{
  color: rgba(0,0,0,0.3) !important;
}

.hover\:text-secondaryDark:hover{
  color: rgba(0,0,0,0.4) !important;
}

.hover\:text-blackDark:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-gray200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.hover\:text-black50:hover{
  color: #2A2C3B80 !important;
}

.hover\:text-borderGray:hover{
  color: #2A2C3B67 !important;
}

.hover\:text-borderModal:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.hover\:text-modalbg:hover{
  color: rgba(0,0,0,.7) !important;
}

.hover\:text-black80:hover{
  color: rgba(0,0,0,0.8) !important;
}

.hover\:text-black90:hover{
  color: rgba(0,0,0,0.9) !important;
}

.hover\:text-warning:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
}

.hover\:text-inputDark:hover{
  color: #2A2C3BCB !important;
}

.hover\:text-black30:hover{
  color: #0000004D !important;
}

.hover\:text-select:hover{
  color: #2A2C3B41 !important;
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-green-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-green-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.hover\:text-green-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.hover\:text-green-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.hover\:text-green-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.hover\:text-green-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.hover\:text-green-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
}

.hover\:text-green:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.hover\:text-darkBlack:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
}

.hover\:text-borderBlack:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
}

.hover\:text-black95:hover{
  color: #000000F2 !important;
}

.hover\:text-blackLight25:hover{
  color: #2A2C3B40 !important;
}

.hover\:text-bGraylight:hover{
  color: #70707027 !important;
}

.hover\:text-lightGray:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.hover\:text-lightRed:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
}

.hover\:text-maroon:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-footerDark:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
}

.hover\:text-success:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
}

.hover\:text-info:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
}

.hover\:text-danger:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.hover\:text-alert:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.hover\:text-success-light:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
}

.hover\:text-info-light:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-light:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-light:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
}

.hover\:text-blackLight:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.hover\:text-red-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
}

.hover\:text-red-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
}

.hover\:text-red-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.hover\:text-red-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-red-550:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-red-650:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-red:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.hover\:text-white-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-white-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
}

.hover\:text-white-150:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
}

.hover\:text-white-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
}

.hover\:text-white-250:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
}

.hover\:text-white-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-white-350:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-white-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.hover\:text-white-450:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
}

.hover\:text-white-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
}

.hover\:text-white-550:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-white-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-white-650:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-white-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-white-750:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.hover\:text-white-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
}

.hover\:text-white-850:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
}

.hover\:text-white-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.hover\:text-white-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-black-40:hover{
  color: rgba(0,0,0,0.4) !important;
}

.hover\:text-black-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-black-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-black-150:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
}

.hover\:text-black-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
}

.hover\:text-black-250:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
}

.hover\:text-black-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
}

.hover\:text-black-350:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.hover\:text-black-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
}

.hover\:text-black-450:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.hover\:text-black-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-black-550:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
}

.hover\:text-black-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-black-650:hover{
  color: #00000040 !important;
}

.hover\:text-black-700:hover{
  color: #00000066 !important;
}

.hover\:text-black-750:hover{
  color: #00000080 !important;
}

.hover\:text-black-800:hover{
  color: #00000099 !important;
}

.hover\:text-black-850:hover{
  color: #000000B3 !important;
}

.hover\:text-black-900:hover{
  color: #000000CC !important;
}

.hover\:text-black-950:hover{
  color: #000000E6 !important;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-150:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-250:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-350:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-450:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-550:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-650:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-750:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-850:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
}

.hover\:text-gray:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.focus\:text-blackDarker:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.focus\:text-purple:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-redlight:focus{
  color: rgba(176,42,35,.6) !important;
}

.focus\:text-grayLight:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-grayDark:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.focus\:text-borderDark:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
}

.focus\:text-whiteLight:focus{
  color: rgba(255,255,255,0.8) !important;
}

.focus\:text-secondaryLight:focus{
  color: rgba(0,0,0,0.2) !important;
}

.focus\:text-borderLight:focus{
  color: rgba(0,0,0,0.3) !important;
}

.focus\:text-secondaryDark:focus{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:text-blackDark:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-gray200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.focus\:text-black50:focus{
  color: #2A2C3B80 !important;
}

.focus\:text-borderGray:focus{
  color: #2A2C3B67 !important;
}

.focus\:text-borderModal:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.focus\:text-modalbg:focus{
  color: rgba(0,0,0,.7) !important;
}

.focus\:text-black80:focus{
  color: rgba(0,0,0,0.8) !important;
}

.focus\:text-black90:focus{
  color: rgba(0,0,0,0.9) !important;
}

.focus\:text-warning:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
}

.focus\:text-inputDark:focus{
  color: #2A2C3BCB !important;
}

.focus\:text-black30:focus{
  color: #0000004D !important;
}

.focus\:text-select:focus{
  color: #2A2C3B41 !important;
}

.focus\:text-orange:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-green-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-green-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.focus\:text-green-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.focus\:text-green-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.focus\:text-green-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-green-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.focus\:text-green-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.focus\:text-green-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.focus\:text-green-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.focus\:text-green-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.focus\:text-green-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
}

.focus\:text-green:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.focus\:text-darkBlack:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
}

.focus\:text-borderBlack:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
}

.focus\:text-black95:focus{
  color: #000000F2 !important;
}

.focus\:text-blackLight25:focus{
  color: #2A2C3B40 !important;
}

.focus\:text-bGraylight:focus{
  color: #70707027 !important;
}

.focus\:text-lightGray:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.focus\:text-lightRed:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
}

.focus\:text-maroon:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-footerDark:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
}

.focus\:text-success:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
}

.focus\:text-info:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
}

.focus\:text-danger:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.focus\:text-alert:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
}

.focus\:text-success-light:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
}

.focus\:text-info-light:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-light:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-light:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
}

.focus\:text-blackLight:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
}

.focus\:text-red-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
}

.focus\:text-red-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
}

.focus\:text-red-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus\:text-red-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
}

.focus\:text-red-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
}

.focus\:text-red-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-red-550:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
}

.focus\:text-red-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-red-650:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
}

.focus\:text-red-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-red-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-red:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus\:text-white-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-white-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
}

.focus\:text-white-150:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
}

.focus\:text-white-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
}

.focus\:text-white-250:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
}

.focus\:text-white-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-white-350:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-white-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.focus\:text-white-450:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
}

.focus\:text-white-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
}

.focus\:text-white-550:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-white-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-white-650:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-white-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-white-750:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.focus\:text-white-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
}

.focus\:text-white-850:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
}

.focus\:text-white-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.focus\:text-white-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.focus\:text-white:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-black-40:focus{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:text-black-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-black-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-black-150:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
}

.focus\:text-black-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
}

.focus\:text-black-250:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
}

.focus\:text-black-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
}

.focus\:text-black-350:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.focus\:text-black-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
}

.focus\:text-black-450:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.focus\:text-black-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-black-550:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
}

.focus\:text-black-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-black-650:focus{
  color: #00000040 !important;
}

.focus\:text-black-700:focus{
  color: #00000066 !important;
}

.focus\:text-black-750:focus{
  color: #00000080 !important;
}

.focus\:text-black-800:focus{
  color: #00000099 !important;
}

.focus\:text-black-850:focus{
  color: #000000B3 !important;
}

.focus\:text-black-900:focus{
  color: #000000CC !important;
}

.focus\:text-black-950:focus{
  color: #000000E6 !important;
}

.focus\:text-black:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-150:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-250:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-350:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-450:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-550:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-650:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-750:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-850:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
}

.focus\:text-gray:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
}

.focus\:text-primary:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
}

.text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1 !important;
}

.underline{
  text-decoration: underline !important;
}

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  text-decoration: none !important;
}

.group:hover .group-hover\:underline{
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through{
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline{
  text-decoration: none !important;
}

.focus-within\:underline:focus-within{
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within{
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within{
  text-decoration: none !important;
}

.hover\:underline:hover{
  text-decoration: underline !important;
}

.hover\:line-through:hover{
  text-decoration: line-through !important;
}

.hover\:no-underline:hover{
  text-decoration: none !important;
}

.focus\:underline:focus{
  text-decoration: underline !important;
}

.focus\:line-through:focus{
  text-decoration: line-through !important;
}

.focus\:no-underline:focus{
  text-decoration: none !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-950::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-950:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-950::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-950::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-950:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-950::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blackLight::-moz-placeholder{
  color: rgba(42,44,49,0.3) !important;
}

.placeholder-blackLight:-ms-input-placeholder{
  color: rgba(42,44,49,0.3) !important;
}

.placeholder-blackLight::placeholder{
  color: rgba(42,44,49,0.3) !important;
}

.placeholder-redDark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-redDark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-redDark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-ghostWhite::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-ghostWhite:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-ghostWhite::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-none::-moz-placeholder{
  color: transparent !important;
}

.placeholder-none:-ms-input-placeholder{
  color: transparent !important;
}

.placeholder-none::placeholder{
  color: transparent !important;
}

.placeholder-orange::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-150::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-150:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-150::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder{
  color: rgba(98, 218, 251, 0.1) !important;
}

.placeholder-blue-200:-ms-input-placeholder{
  color: rgba(98, 218, 251, 0.1) !important;
}

.placeholder-blue-200::placeholder{
  color: rgba(98, 218, 251, 0.1) !important;
}

.placeholder-blue-250::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-250:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-250::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-350::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-350:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-350::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-750::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-750:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-750::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-800::-moz-placeholder{
  color: rgba(98,218,251,0.10) !important;
}

.placeholder-blue-800:-ms-input-placeholder{
  color: rgba(98,218,251,0.10) !important;
}

.placeholder-blue-800::placeholder{
  color: rgba(98,218,251,0.10) !important;
}

.placeholder-blue-850::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-850:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-850::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-950::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-950:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-950::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-40::-moz-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.placeholder-black-40:-ms-input-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.placeholder-black-40::placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.placeholder-black-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-150::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-150:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-150::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-250::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-250:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-250::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-350::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-350:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-350::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-450::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-450:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-450::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-550::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-550:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-550::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black-650::-moz-placeholder{
  color: #00000040 !important;
}

.placeholder-black-650:-ms-input-placeholder{
  color: #00000040 !important;
}

.placeholder-black-650::placeholder{
  color: #00000040 !important;
}

.placeholder-black-700::-moz-placeholder{
  color: #00000066 !important;
}

.placeholder-black-700:-ms-input-placeholder{
  color: #00000066 !important;
}

.placeholder-black-700::placeholder{
  color: #00000066 !important;
}

.placeholder-black-750::-moz-placeholder{
  color: #00000080 !important;
}

.placeholder-black-750:-ms-input-placeholder{
  color: #00000080 !important;
}

.placeholder-black-750::placeholder{
  color: #00000080 !important;
}

.placeholder-black-800::-moz-placeholder{
  color: #00000099 !important;
}

.placeholder-black-800:-ms-input-placeholder{
  color: #00000099 !important;
}

.placeholder-black-800::placeholder{
  color: #00000099 !important;
}

.placeholder-black-850::-moz-placeholder{
  color: #000000B3 !important;
}

.placeholder-black-850:-ms-input-placeholder{
  color: #000000B3 !important;
}

.placeholder-black-850::placeholder{
  color: #000000B3 !important;
}

.placeholder-black-900::-moz-placeholder{
  color: #000000CC !important;
}

.placeholder-black-900:-ms-input-placeholder{
  color: #000000CC !important;
}

.placeholder-black-900::placeholder{
  color: #000000CC !important;
}

.placeholder-black-950::-moz-placeholder{
  color: #000000E6 !important;
}

.placeholder-black-950:-ms-input-placeholder{
  color: #000000E6 !important;
}

.placeholder-black-950::placeholder{
  color: #000000E6 !important;
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-550::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-550:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-550::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-650::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-650:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-650::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-150::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-150:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-150::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-250::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-250:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-250::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-350::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-350:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-350::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-450::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-450:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-450::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-550::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-550:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-550::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-650::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-650:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-650::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-750::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-750:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-750::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-850::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-850:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-850::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-950::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-950:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-950::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-150::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-150:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-150::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-250::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-250:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-250::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-350::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-350:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-350::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-450::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-450:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-450::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-550::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-550:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-550::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-650::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-650:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-650::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-750::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-750:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-750::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-850::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-850:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-850::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-950::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-950:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-950::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
}

.placeholder-redlight::-moz-placeholder{
  color: rgba(176,42,35,.6) !important;
}

.placeholder-redlight:-ms-input-placeholder{
  color: rgba(176,42,35,.6) !important;
}

.placeholder-redlight::placeholder{
  color: rgba(176,42,35,.6) !important;
}

.placeholder-grayLight::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayLight:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayLight::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayDark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayDark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayDark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderDark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderDark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderDark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-whiteLight::-moz-placeholder{
  color: rgba(255,255,255,0.8) !important;
}

.placeholder-whiteLight:-ms-input-placeholder{
  color: rgba(255,255,255,0.8) !important;
}

.placeholder-whiteLight::placeholder{
  color: rgba(255,255,255,0.8) !important;
}

.placeholder-secondaryLight::-moz-placeholder{
  color: rgba(0,0,0,0.2) !important;
}

.placeholder-secondaryLight:-ms-input-placeholder{
  color: rgba(0,0,0,0.2) !important;
}

.placeholder-secondaryLight::placeholder{
  color: rgba(0,0,0,0.2) !important;
}

.placeholder-borderLight::-moz-placeholder{
  color: rgba(0,0,0,0.3) !important;
}

.placeholder-borderLight:-ms-input-placeholder{
  color: rgba(0,0,0,0.3) !important;
}

.placeholder-borderLight::placeholder{
  color: rgba(0,0,0,0.3) !important;
}

.placeholder-secondaryDark::-moz-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.placeholder-secondaryDark:-ms-input-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.placeholder-secondaryDark::placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.placeholder-blackDark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blackDark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blackDark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black50::-moz-placeholder{
  color: #2A2C3B80 !important;
}

.placeholder-black50:-ms-input-placeholder{
  color: #2A2C3B80 !important;
}

.placeholder-black50::placeholder{
  color: #2A2C3B80 !important;
}

.placeholder-borderGray::-moz-placeholder{
  color: #2A2C3B67 !important;
}

.placeholder-borderGray:-ms-input-placeholder{
  color: #2A2C3B67 !important;
}

.placeholder-borderGray::placeholder{
  color: #2A2C3B67 !important;
}

.placeholder-borderModal::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderModal:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderModal::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-modalbg::-moz-placeholder{
  color: rgba(0,0,0,.7) !important;
}

.placeholder-modalbg:-ms-input-placeholder{
  color: rgba(0,0,0,.7) !important;
}

.placeholder-modalbg::placeholder{
  color: rgba(0,0,0,.7) !important;
}

.placeholder-black80::-moz-placeholder{
  color: rgba(0,0,0,0.8) !important;
}

.placeholder-black80:-ms-input-placeholder{
  color: rgba(0,0,0,0.8) !important;
}

.placeholder-black80::placeholder{
  color: rgba(0,0,0,0.8) !important;
}

.placeholder-black90::-moz-placeholder{
  color: rgba(0,0,0,0.9) !important;
}

.placeholder-black90:-ms-input-placeholder{
  color: rgba(0,0,0,0.9) !important;
}

.placeholder-black90::placeholder{
  color: rgba(0,0,0,0.9) !important;
}

.placeholder-warning::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
}

.placeholder-inputDark::-moz-placeholder{
  color: #2A2C3BCB !important;
}

.placeholder-inputDark:-ms-input-placeholder{
  color: #2A2C3BCB !important;
}

.placeholder-inputDark::placeholder{
  color: #2A2C3BCB !important;
}

.placeholder-black30::-moz-placeholder{
  color: #0000004D !important;
}

.placeholder-black30:-ms-input-placeholder{
  color: #0000004D !important;
}

.placeholder-black30::placeholder{
  color: #0000004D !important;
}

.placeholder-select::-moz-placeholder{
  color: #2A2C3B41 !important;
}

.placeholder-select:-ms-input-placeholder{
  color: #2A2C3B41 !important;
}

.placeholder-select::placeholder{
  color: #2A2C3B41 !important;
}

.placeholder-darkBlack::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkBlack:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkBlack::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderBlack::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderBlack:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
}

.placeholder-borderBlack::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black95::-moz-placeholder{
  color: #000000F2 !important;
}

.placeholder-black95:-ms-input-placeholder{
  color: #000000F2 !important;
}

.placeholder-black95::placeholder{
  color: #000000F2 !important;
}

.placeholder-blackLight25::-moz-placeholder{
  color: #2A2C3B40 !important;
}

.placeholder-blackLight25:-ms-input-placeholder{
  color: #2A2C3B40 !important;
}

.placeholder-blackLight25::placeholder{
  color: #2A2C3B40 !important;
}

.placeholder-bGraylight::-moz-placeholder{
  color: #70707027 !important;
}

.placeholder-bGraylight:-ms-input-placeholder{
  color: #70707027 !important;
}

.placeholder-bGraylight::placeholder{
  color: #70707027 !important;
}

.placeholder-lightGray::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightGray:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightGray::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightRed::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightRed:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightRed::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
}

.placeholder-maroon::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-maroon:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-maroon::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-footerDark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-footerDark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-footerDark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-alert::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-alert:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-alert::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-light::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-light::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-light::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-light::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-light::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-light::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-light::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-light::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-custom::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-custom:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-custom::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darker::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darker:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darker::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-light::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-light::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-medium::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-medium:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-medium::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-950:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-950:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-950:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-950:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-950:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-950:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blackLight:focus::-moz-placeholder{
  color: rgba(42,44,49,0.3) !important;
}

.focus\:placeholder-blackLight:focus:-ms-input-placeholder{
  color: rgba(42,44,49,0.3) !important;
}

.focus\:placeholder-blackLight:focus::placeholder{
  color: rgba(42,44,49,0.3) !important;
}

.focus\:placeholder-redDark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-redDark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-redDark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-ghostWhite:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-ghostWhite:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-ghostWhite:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-none:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:placeholder-none:focus:-ms-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-none:focus::placeholder{
  color: transparent !important;
}

.focus\:placeholder-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-150:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-150:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-150:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  color: rgba(98, 218, 251, 0.1) !important;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  color: rgba(98, 218, 251, 0.1) !important;
}

.focus\:placeholder-blue-200:focus::placeholder{
  color: rgba(98, 218, 251, 0.1) !important;
}

.focus\:placeholder-blue-250:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-250:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-250:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-350:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-350:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-350:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-750:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-750:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-750:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder{
  color: rgba(98,218,251,0.10) !important;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder{
  color: rgba(98,218,251,0.10) !important;
}

.focus\:placeholder-blue-800:focus::placeholder{
  color: rgba(98,218,251,0.10) !important;
}

.focus\:placeholder-blue-850:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-850:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-850:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-950:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-950:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-950:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-40:focus::-moz-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:placeholder-black-40:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:placeholder-black-40:focus::placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:placeholder-black-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-150:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-150:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-150:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-250:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-250:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-250:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-350:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-350:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-350:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-450:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-450:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-450:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-550:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-550:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-550:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black-650:focus::-moz-placeholder{
  color: #00000040 !important;
}

.focus\:placeholder-black-650:focus:-ms-input-placeholder{
  color: #00000040 !important;
}

.focus\:placeholder-black-650:focus::placeholder{
  color: #00000040 !important;
}

.focus\:placeholder-black-700:focus::-moz-placeholder{
  color: #00000066 !important;
}

.focus\:placeholder-black-700:focus:-ms-input-placeholder{
  color: #00000066 !important;
}

.focus\:placeholder-black-700:focus::placeholder{
  color: #00000066 !important;
}

.focus\:placeholder-black-750:focus::-moz-placeholder{
  color: #00000080 !important;
}

.focus\:placeholder-black-750:focus:-ms-input-placeholder{
  color: #00000080 !important;
}

.focus\:placeholder-black-750:focus::placeholder{
  color: #00000080 !important;
}

.focus\:placeholder-black-800:focus::-moz-placeholder{
  color: #00000099 !important;
}

.focus\:placeholder-black-800:focus:-ms-input-placeholder{
  color: #00000099 !important;
}

.focus\:placeholder-black-800:focus::placeholder{
  color: #00000099 !important;
}

.focus\:placeholder-black-850:focus::-moz-placeholder{
  color: #000000B3 !important;
}

.focus\:placeholder-black-850:focus:-ms-input-placeholder{
  color: #000000B3 !important;
}

.focus\:placeholder-black-850:focus::placeholder{
  color: #000000B3 !important;
}

.focus\:placeholder-black-900:focus::-moz-placeholder{
  color: #000000CC !important;
}

.focus\:placeholder-black-900:focus:-ms-input-placeholder{
  color: #000000CC !important;
}

.focus\:placeholder-black-900:focus::placeholder{
  color: #000000CC !important;
}

.focus\:placeholder-black-950:focus::-moz-placeholder{
  color: #000000E6 !important;
}

.focus\:placeholder-black-950:focus:-ms-input-placeholder{
  color: #000000E6 !important;
}

.focus\:placeholder-black-950:focus::placeholder{
  color: #000000E6 !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-550:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-550:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-550:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-650:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-650:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-650:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-150:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-150:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-150:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-250:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-250:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-250:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-350:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-350:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-350:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-450:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-450:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-450:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-550:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-550:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-550:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-650:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-650:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-650:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-750:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-750:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-750:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-850:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-850:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-850:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-950:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-950:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-950:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-150:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-150:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-150:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-250:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-250:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-250:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-350:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-350:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-350:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-450:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-450:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-450:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-550:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-550:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-550:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-650:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-650:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-650:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-750:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-750:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-750:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-850:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-850:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-850:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-950:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-950:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-950:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-redlight:focus::-moz-placeholder{
  color: rgba(176,42,35,.6) !important;
}

.focus\:placeholder-redlight:focus:-ms-input-placeholder{
  color: rgba(176,42,35,.6) !important;
}

.focus\:placeholder-redlight:focus::placeholder{
  color: rgba(176,42,35,.6) !important;
}

.focus\:placeholder-grayLight:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayLight:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayLight:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayDark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayDark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayDark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderDark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderDark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderDark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-whiteLight:focus::-moz-placeholder{
  color: rgba(255,255,255,0.8) !important;
}

.focus\:placeholder-whiteLight:focus:-ms-input-placeholder{
  color: rgba(255,255,255,0.8) !important;
}

.focus\:placeholder-whiteLight:focus::placeholder{
  color: rgba(255,255,255,0.8) !important;
}

.focus\:placeholder-secondaryLight:focus::-moz-placeholder{
  color: rgba(0,0,0,0.2) !important;
}

.focus\:placeholder-secondaryLight:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.2) !important;
}

.focus\:placeholder-secondaryLight:focus::placeholder{
  color: rgba(0,0,0,0.2) !important;
}

.focus\:placeholder-borderLight:focus::-moz-placeholder{
  color: rgba(0,0,0,0.3) !important;
}

.focus\:placeholder-borderLight:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.3) !important;
}

.focus\:placeholder-borderLight:focus::placeholder{
  color: rgba(0,0,0,0.3) !important;
}

.focus\:placeholder-secondaryDark:focus::-moz-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:placeholder-secondaryDark:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:placeholder-secondaryDark:focus::placeholder{
  color: rgba(0,0,0,0.4) !important;
}

.focus\:placeholder-blackDark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blackDark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blackDark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black50:focus::-moz-placeholder{
  color: #2A2C3B80 !important;
}

.focus\:placeholder-black50:focus:-ms-input-placeholder{
  color: #2A2C3B80 !important;
}

.focus\:placeholder-black50:focus::placeholder{
  color: #2A2C3B80 !important;
}

.focus\:placeholder-borderGray:focus::-moz-placeholder{
  color: #2A2C3B67 !important;
}

.focus\:placeholder-borderGray:focus:-ms-input-placeholder{
  color: #2A2C3B67 !important;
}

.focus\:placeholder-borderGray:focus::placeholder{
  color: #2A2C3B67 !important;
}

.focus\:placeholder-borderModal:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderModal:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderModal:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-modalbg:focus::-moz-placeholder{
  color: rgba(0,0,0,.7) !important;
}

.focus\:placeholder-modalbg:focus:-ms-input-placeholder{
  color: rgba(0,0,0,.7) !important;
}

.focus\:placeholder-modalbg:focus::placeholder{
  color: rgba(0,0,0,.7) !important;
}

.focus\:placeholder-black80:focus::-moz-placeholder{
  color: rgba(0,0,0,0.8) !important;
}

.focus\:placeholder-black80:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.8) !important;
}

.focus\:placeholder-black80:focus::placeholder{
  color: rgba(0,0,0,0.8) !important;
}

.focus\:placeholder-black90:focus::-moz-placeholder{
  color: rgba(0,0,0,0.9) !important;
}

.focus\:placeholder-black90:focus:-ms-input-placeholder{
  color: rgba(0,0,0,0.9) !important;
}

.focus\:placeholder-black90:focus::placeholder{
  color: rgba(0,0,0,0.9) !important;
}

.focus\:placeholder-warning:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-inputDark:focus::-moz-placeholder{
  color: #2A2C3BCB !important;
}

.focus\:placeholder-inputDark:focus:-ms-input-placeholder{
  color: #2A2C3BCB !important;
}

.focus\:placeholder-inputDark:focus::placeholder{
  color: #2A2C3BCB !important;
}

.focus\:placeholder-black30:focus::-moz-placeholder{
  color: #0000004D !important;
}

.focus\:placeholder-black30:focus:-ms-input-placeholder{
  color: #0000004D !important;
}

.focus\:placeholder-black30:focus::placeholder{
  color: #0000004D !important;
}

.focus\:placeholder-select:focus::-moz-placeholder{
  color: #2A2C3B41 !important;
}

.focus\:placeholder-select:focus:-ms-input-placeholder{
  color: #2A2C3B41 !important;
}

.focus\:placeholder-select:focus::placeholder{
  color: #2A2C3B41 !important;
}

.focus\:placeholder-darkBlack:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkBlack:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkBlack:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderBlack:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderBlack:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-borderBlack:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black95:focus::-moz-placeholder{
  color: #000000F2 !important;
}

.focus\:placeholder-black95:focus:-ms-input-placeholder{
  color: #000000F2 !important;
}

.focus\:placeholder-black95:focus::placeholder{
  color: #000000F2 !important;
}

.focus\:placeholder-blackLight25:focus::-moz-placeholder{
  color: #2A2C3B40 !important;
}

.focus\:placeholder-blackLight25:focus:-ms-input-placeholder{
  color: #2A2C3B40 !important;
}

.focus\:placeholder-blackLight25:focus::placeholder{
  color: #2A2C3B40 !important;
}

.focus\:placeholder-bGraylight:focus::-moz-placeholder{
  color: #70707027 !important;
}

.focus\:placeholder-bGraylight:focus:-ms-input-placeholder{
  color: #70707027 !important;
}

.focus\:placeholder-bGraylight:focus::placeholder{
  color: #70707027 !important;
}

.focus\:placeholder-lightGray:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightGray:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightGray:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightRed:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightRed:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightRed:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-maroon:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-maroon:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-maroon:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-footerDark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-footerDark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-footerDark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-alert:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-alert:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-alert:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-light:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-light:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-light:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-light:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-light:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-light:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-light:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-light:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-custom:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-custom:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-custom:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darker:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darker:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darker:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-light:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-light:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-medium:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-medium:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-medium:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.caret-primary-50{
  caret-color: #fef2f2 !important;
}

.caret-primary-100{
  caret-color: #fee2e2 !important;
}

.caret-primary-200{
  caret-color: #fecaca !important;
}

.caret-primary-300{
  caret-color: #fca5a5 !important;
}

.caret-primary-400{
  caret-color: #f87171 !important;
}

.caret-primary-500{
  caret-color: #CA0515 !important;
}

.caret-primary-600{
  caret-color: #dc2626 !important;
}

.caret-primary-700{
  caret-color: #b91c1c !important;
}

.caret-primary-800{
  caret-color: #991b1b !important;
}

.caret-primary-900{
  caret-color: #7f1d1d !important;
}

.caret-primary-950{
  caret-color: #450a0a !important;
}

.caret-primary{
  caret-color: #CA0515 !important;
}

.caret-secondary-50{
  caret-color: #f8fafc !important;
}

.caret-secondary-100{
  caret-color: #f1f5f9 !important;
}

.caret-secondary-200{
  caret-color: #e2e8f0 !important;
}

.caret-secondary-300{
  caret-color: #cbd5e1 !important;
}

.caret-secondary-400{
  caret-color: #94a3b8 !important;
}

.caret-secondary-500{
  caret-color: #2A2B3B !important;
}

.caret-secondary-600{
  caret-color: #475569 !important;
}

.caret-secondary-700{
  caret-color: #334155 !important;
}

.caret-secondary-800{
  caret-color: #1e293b !important;
}

.caret-secondary-900{
  caret-color: #0f172a !important;
}

.caret-secondary-950{
  caret-color: #020617 !important;
}

.caret-secondary{
  caret-color: #2A2B3B !important;
}

.caret-blackLight{
  caret-color: rgba(42,44,49,0.3) !important;
}

.caret-redDark{
  caret-color: #E60A0A !important;
}

.caret-gray400{
  caret-color: #F7F9F9 !important;
}

.caret-ghostWhite{
  caret-color: #F2F2F6 !important;
}

.caret-black500{
  caret-color: #000 !important;
}

.caret-white200{
  caret-color: #f6f9f9 !important;
}

.caret-gray100{
  caret-color: #e1e4e4 !important;
}

.caret-none{
  caret-color: transparent !important;
}

.caret-orange{
  caret-color: #FF626B !important;
}

.caret-pink{
  caret-color: #FD6EB0 !important;
}

.caret-pink100{
  caret-color: #DA2587 !important;
}

.caret-purple{
  caret-color: #E8E5FF !important;
}

.caret-blue-50{
  caret-color: #2A2B3B !important;
}

.caret-blue-100{
  caret-color: #22232f !important;
}

.caret-blue-150{
  caret-color: #EFF5FC !important;
}

.caret-blue-200{
  caret-color: rgba(98, 218, 251, 0.1) !important;
}

.caret-blue-250{
  caret-color: #F3F9FF !important;
}

.caret-blue-300{
  caret-color: #564CFF !important;
}

.caret-blue-350{
  caret-color: #2A2B3A !important;
}

.caret-blue-400{
  caret-color: #4C55FF !important;
}

.caret-blue-500{
  caret-color: #0099FF !important;
}

.caret-blue-600{
  caret-color: #7B61FF !important;
}

.caret-blue-700{
  caret-color: #454AE7 !important;
}

.caret-blue-750{
  caret-color: #1784B2 !important;
}

.caret-blue-800{
  caret-color: rgba(98,218,251,0.10) !important;
}

.caret-blue-850{
  caret-color: #F9F9FF !important;
}

.caret-blue-900{
  caret-color: #5875DC !important;
}

.caret-blue-950{
  caret-color: #F3F4FC !important;
}

.caret-blue{
  caret-color: #0099FF !important;
}

.caret-black-40{
  caret-color: rgba(0,0,0,0.4) !important;
}

.caret-black-50{
  caret-color: #fafafa !important;
}

.caret-black-100{
  caret-color: #f5f5f5 !important;
}

.caret-black-150{
  caret-color: #e5e5e5 !important;
}

.caret-black-200{
  caret-color: #d4d4d4 !important;
}

.caret-black-250{
  caret-color: #a3a3a3 !important;
}

.caret-black-300{
  caret-color: #737373 !important;
}

.caret-black-350{
  caret-color: #525252 !important;
}

.caret-black-400{
  caret-color: #404040 !important;
}

.caret-black-450{
  caret-color: #262626 !important;
}

.caret-black-500{
  caret-color: #333 !important;
}

.caret-black-550{
  caret-color: #0a0a0a !important;
}

.caret-black-600{
  caret-color: #000000 !important;
}

.caret-black-650{
  caret-color: #00000040 !important;
}

.caret-black-700{
  caret-color: #00000066 !important;
}

.caret-black-750{
  caret-color: #00000080 !important;
}

.caret-black-800{
  caret-color: #00000099 !important;
}

.caret-black-850{
  caret-color: #000000B3 !important;
}

.caret-black-900{
  caret-color: #000000CC !important;
}

.caret-black-950{
  caret-color: #000000E6 !important;
}

.caret-black{
  caret-color: #000000 !important;
}

.caret-red-50{
  caret-color: #f7e9e8 !important;
}

.caret-red-100{
  caret-color: #7b2a2b !important;
}

.caret-red-200{
  caret-color: #CA0515 !important;
}

.caret-red-300{
  caret-color: #F9597C !important;
}

.caret-red-400{
  caret-color: #FBEAE3 !important;
}

.caret-red-500{
  caret-color: #FFF2F3 !important;
}

.caret-red-550{
  caret-color: #FFF5F6 !important;
}

.caret-red-600{
  caret-color: #FEFAFA !important;
}

.caret-red-650{
  caret-color: #FFE9EA !important;
}

.caret-red-700{
  caret-color: #B92823 !important;
}

.caret-red-800{
  caret-color: #f9f2f4 !important;
}

.caret-red{
  caret-color: #CA0515 !important;
}

.caret-white-50{
  caret-color: #ffffff !important;
}

.caret-white-100{
  caret-color: #fefefe !important;
}

.caret-white-150{
  caret-color: #fdfdfd !important;
}

.caret-white-200{
  caret-color: #fcfcfc !important;
}

.caret-white-250{
  caret-color: #fbfbfb !important;
}

.caret-white-300{
  caret-color: #fafafa !important;
}

.caret-white-350{
  caret-color: #f9f9f9 !important;
}

.caret-white-400{
  caret-color: #f8f8f8 !important;
}

.caret-white-450{
  caret-color: #f7f7f7 !important;
}

.caret-white-500{
  caret-color: #f6f6f6 !important;
}

.caret-white-550{
  caret-color: #f5f5f5 !important;
}

.caret-white-600{
  caret-color: #f4f4f4 !important;
}

.caret-white-650{
  caret-color: #f3f3f3 !important;
}

.caret-white-700{
  caret-color: #f2f2f2 !important;
}

.caret-white-750{
  caret-color: #f1f1f1 !important;
}

.caret-white-800{
  caret-color: #f0f0f0 !important;
}

.caret-white-850{
  caret-color: #efefef !important;
}

.caret-white-900{
  caret-color: #eeeeee !important;
}

.caret-white-950{
  caret-color: #ededed !important;
}

.caret-white{
  caret-color: #ffffff !important;
}

.caret-gray-50{
  caret-color: #f9fafb !important;
}

.caret-gray-100{
  caret-color: #f3f4f6 !important;
}

.caret-gray-150{
  caret-color: #EAECF2 !important;
}

.caret-gray-200{
  caret-color: #e5e7eb !important;
}

.caret-gray-250{
  caret-color: #d1d5db !important;
}

.caret-gray-300{
  caret-color: #d1d5db !important;
}

.caret-gray-350{
  caret-color: #9ca3af !important;
}

.caret-gray-400{
  caret-color: #9ca3af !important;
}

.caret-gray-450{
  caret-color: #6b7280 !important;
}

.caret-gray-500{
  caret-color: #6b7280 !important;
}

.caret-gray-550{
  caret-color: #4b5563 !important;
}

.caret-gray-600{
  caret-color: #4b5563 !important;
}

.caret-gray-650{
  caret-color: #374151 !important;
}

.caret-gray-700{
  caret-color: #374151 !important;
}

.caret-gray-750{
  caret-color: #1f2937 !important;
}

.caret-gray-800{
  caret-color: #1f2937 !important;
}

.caret-gray-850{
  caret-color: #111827 !important;
}

.caret-gray-900{
  caret-color: #111827 !important;
}

.caret-gray-950{
  caret-color: #030712 !important;
}

.caret-gray{
  caret-color: #6b7280 !important;
}

.caret-green{
  caret-color: #5acebe !important;
}

.caret-redlight{
  caret-color: rgba(176,42,35,.6) !important;
}

.caret-grayLight{
  caret-color: #f4f4f4 !important;
}

.caret-grayDark{
  caret-color: #ddd !important;
}

.caret-borderDark{
  caret-color: #C7C7C7 !important;
}

.caret-whiteLight{
  caret-color: rgba(255,255,255,0.8) !important;
}

.caret-secondaryLight{
  caret-color: rgba(0,0,0,0.2) !important;
}

.caret-borderLight{
  caret-color: rgba(0,0,0,0.3) !important;
}

.caret-secondaryDark{
  caret-color: rgba(0,0,0,0.4) !important;
}

.caret-blackDark{
  caret-color: #333333 !important;
}

.caret-gray200{
  caret-color: #eee !important;
}

.caret-black50{
  caret-color: #2A2C3B80 !important;
}

.caret-borderGray{
  caret-color: #2A2C3B67 !important;
}

.caret-borderModal{
  caret-color: #707070 !important;
}

.caret-modalbg{
  caret-color: rgba(0,0,0,.7) !important;
}

.caret-black80{
  caret-color: rgba(0,0,0,0.8) !important;
}

.caret-black90{
  caret-color: rgba(0,0,0,0.9) !important;
}

.caret-warning{
  caret-color: #ffc107 !important;
}

.caret-inputDark{
  caret-color: #2A2C3BCB !important;
}

.caret-black30{
  caret-color: #0000004D !important;
}

.caret-select{
  caret-color: #2A2C3B41 !important;
}

.caret-darkBlack{
  caret-color: #22232F !important;
}

.caret-borderBlack{
  caret-color: #181922 !important;
}

.caret-black95{
  caret-color: #000000F2 !important;
}

.caret-blackLight25{
  caret-color: #2A2C3B40 !important;
}

.caret-bGraylight{
  caret-color: #70707027 !important;
}

.caret-lightGray{
  caret-color: #E4E4E4 !important;
}

.caret-lightRed{
  caret-color: #f7eae9 !important;
}

.caret-maroon{
  caret-color: #b73a33 !important;
}

.caret-footerDark{
  caret-color: #161617 !important;
}

.caret-success{
  caret-color: #28a745 !important;
}

.caret-info{
  caret-color: #17a2b8 !important;
}

.caret-danger{
  caret-color: #dc3545 !important;
}

.caret-alert{
  caret-color: #dc3545 !important;
}

.caret-success-light{
  caret-color: #d4edda !important;
}

.caret-info-light{
  caret-color: #d1ecf1 !important;
}

.caret-warning-light{
  caret-color: #fff3cd !important;
}

.caret-danger-light{
  caret-color: #f8d7da !important;
}

.opacity-0{
  opacity: 0 !important;
}

.opacity-5{
  opacity: 0.05 !important;
}

.opacity-10{
  opacity: 0.1 !important;
}

.opacity-20{
  opacity: 0.2 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-30{
  opacity: 0.3 !important;
}

.opacity-40{
  opacity: 0.4 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-60{
  opacity: 0.6 !important;
}

.opacity-70{
  opacity: 0.7 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

.opacity-80{
  opacity: 0.8 !important;
}

.opacity-90{
  opacity: 0.9 !important;
}

.opacity-95{
  opacity: 0.95 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1 !important;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05 !important;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.1 !important;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.5 !important;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9 !important;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1 !important;
}

.hover\:opacity-0:hover{
  opacity: 0 !important;
}

.hover\:opacity-5:hover{
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover{
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover{
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover{
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover{
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:opacity-60:hover{
  opacity: 0.6 !important;
}

.hover\:opacity-70:hover{
  opacity: 0.7 !important;
}

.hover\:opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover{
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover{
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover{
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover{
  opacity: 1 !important;
}

.focus\:opacity-0:focus{
  opacity: 0 !important;
}

.focus\:opacity-5:focus{
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus{
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus{
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus{
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus{
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:opacity-60:focus{
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus{
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus{
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus{
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus{
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus{
  opacity: 1 !important;
}

.bg-blend-normal{
  background-blend-mode: normal !important;
}

.bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.bg-blend-screen{
  background-blend-mode: screen !important;
}

.bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.bg-blend-darken{
  background-blend-mode: darken !important;
}

.bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.bg-blend-difference{
  background-blend-mode: difference !important;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.bg-blend-hue{
  background-blend-mode: hue !important;
}

.bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.bg-blend-color{
  background-blend-mode: color !important;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

.mix-blend-normal{
  mix-blend-mode: normal !important;
}

.mix-blend-multiply{
  mix-blend-mode: multiply !important;
}

.mix-blend-screen{
  mix-blend-mode: screen !important;
}

.mix-blend-overlay{
  mix-blend-mode: overlay !important;
}

.mix-blend-darken{
  mix-blend-mode: darken !important;
}

.mix-blend-lighten{
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference{
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue{
  mix-blend-mode: hue !important;
}

.mix-blend-saturation{
  mix-blend-mode: saturation !important;
}

.mix-blend-color{
  mix-blend-mode: color !important;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-0{
  --tw-shadow: active !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xs{
  --tw-shadow: 0px 3px 6px #00000015 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md{
  --tw-shadow: 0px 10px 30px #22232326 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-default{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg{
  --tw-shadow: 0px 5px 20px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl{
  --tw-shadow: 0px 10px 20px #0000003C !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-card{
  --tw-shadow: 0px 10px 30px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-0{
  --tw-shadow: active !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xs{
  --tw-shadow: 0px 3px 6px #00000015 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-md{
  --tw-shadow: 0px 10px 30px #22232326 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-default{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0px 5px 20px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0px 10px 20px #0000003C !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-card{
  --tw-shadow: 0px 10px 30px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-0:focus-within{
  --tw-shadow: active !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xs:focus-within{
  --tw-shadow: 0px 3px 6px #00000015 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-md:focus-within{
  --tw-shadow: 0px 10px 30px #22232326 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-default:focus-within{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-lg:focus-within{
  --tw-shadow: 0px 5px 20px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xl:focus-within{
  --tw-shadow: 0px 10px 20px #0000003C !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-card:focus-within{
  --tw-shadow: 0px 10px 30px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-0:hover{
  --tw-shadow: active !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xs:hover{
  --tw-shadow: 0px 3px 6px #00000015 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0px 10px 30px #22232326 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-default:hover{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0px 5px 20px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0px 10px 20px #0000003C !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-card:hover{
  --tw-shadow: 0px 10px 30px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-0:focus{
  --tw-shadow: active !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xs:focus{
  --tw-shadow: 0px 3px 6px #00000015 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-sm:focus{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus{
  --tw-shadow: 0px 10px 30px #22232326 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-default:focus{
  --tw-shadow: 0px 10px 30px #0000000F !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0px 5px 20px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0px 10px 20px #0000003C !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-card:focus{
  --tw-shadow: 0px 10px 30px #00000010 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(0, 153, 255, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset{
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset !important;
}

.ring-primary-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.ring-primary-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.ring-primary-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.ring-primary-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.ring-primary-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.ring-primary-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.ring-primary-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.ring-primary-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.ring-primary-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.ring-primary-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.ring-primary-950{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
}

.ring-primary{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.ring-secondary-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
}

.ring-secondary-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
}

.ring-secondary-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.ring-secondary-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
}

.ring-secondary-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
}

.ring-secondary-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.ring-secondary-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
}

.ring-secondary-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
}

.ring-secondary-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
}

.ring-secondary-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
}

.ring-secondary-950{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
}

.ring-secondary{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.ring-blackLight{
  --tw-ring-color: rgba(42,44,49,0.3) !important;
}

.ring-redDark{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
}

.ring-gray400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
}

.ring-ghostWhite{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
}

.ring-black500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-white200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
}

.ring-gray100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
}

.ring-none{
  --tw-ring-color: transparent !important;
}

.ring-orange{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
}

.ring-pink{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
}

.ring-pink100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
}

.ring-purple{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.ring-blue-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
}

.ring-blue-150{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
}

.ring-blue-200{
  --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
}

.ring-blue-250{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-350{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
}

.ring-blue-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
}

.ring-blue-750{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
}

.ring-blue-800{
  --tw-ring-color: rgba(98,218,251,0.10) !important;
}

.ring-blue-850{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
}

.ring-blue-950{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
}

.ring-blue{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
}

.ring-black-40{
  --tw-ring-color: rgba(0,0,0,0.4) !important;
}

.ring-black-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.ring-black-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.ring-black-150{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
}

.ring-black-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
}

.ring-black-250{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
}

.ring-black-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
}

.ring-black-350{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
}

.ring-black-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
}

.ring-black-450{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
}

.ring-black-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.ring-black-550{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
}

.ring-black-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-black-650{
  --tw-ring-color: #00000040 !important;
}

.ring-black-700{
  --tw-ring-color: #00000066 !important;
}

.ring-black-750{
  --tw-ring-color: #00000080 !important;
}

.ring-black-800{
  --tw-ring-color: #00000099 !important;
}

.ring-black-850{
  --tw-ring-color: #000000B3 !important;
}

.ring-black-900{
  --tw-ring-color: #000000CC !important;
}

.ring-black-950{
  --tw-ring-color: #000000E6 !important;
}

.ring-black{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-red-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
}

.ring-red-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
}

.ring-red-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.ring-red-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
}

.ring-red-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
}

.ring-red-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
}

.ring-red-550{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
}

.ring-red-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
}

.ring-red-650{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
}

.ring-red-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
}

.ring-red-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
}

.ring-red{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.ring-white-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-white-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
}

.ring-white-150{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
}

.ring-white-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
}

.ring-white-250{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
}

.ring-white-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.ring-white-350{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
}

.ring-white-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
}

.ring-white-450{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
}

.ring-white-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
}

.ring-white-550{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.ring-white-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.ring-white-650{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
}

.ring-white-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.ring-white-750{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
}

.ring-white-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
}

.ring-white-850{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
}

.ring-white-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.ring-white-950{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
}

.ring-white{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-gray-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
}

.ring-gray-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
}

.ring-gray-150{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
}

.ring-gray-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

.ring-gray-250{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.ring-gray-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.ring-gray-350{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

.ring-gray-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

.ring-gray-450{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.ring-gray-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.ring-gray-550{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.ring-gray-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.ring-gray-650{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

.ring-gray-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

.ring-gray-750{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

.ring-gray-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

.ring-gray-850{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

.ring-gray-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

.ring-gray-950{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
}

.ring-gray{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.ring-green{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
}

.ring-redlight{
  --tw-ring-color: rgba(176,42,35,.6) !important;
}

.ring-grayLight{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.ring-grayDark{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
}

.ring-borderDark{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
}

.ring-whiteLight{
  --tw-ring-color: rgba(255,255,255,0.8) !important;
}

.ring-secondaryLight{
  --tw-ring-color: rgba(0,0,0,0.2) !important;
}

.ring-borderLight{
  --tw-ring-color: rgba(0,0,0,0.3) !important;
}

.ring-secondaryDark{
  --tw-ring-color: rgba(0,0,0,0.4) !important;
}

.ring-blackDark{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.ring-gray200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.ring-black50{
  --tw-ring-color: #2A2C3B80 !important;
}

.ring-borderGray{
  --tw-ring-color: #2A2C3B67 !important;
}

.ring-borderModal{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.ring-modalbg{
  --tw-ring-color: rgba(0,0,0,.7) !important;
}

.ring-black80{
  --tw-ring-color: rgba(0,0,0,0.8) !important;
}

.ring-black90{
  --tw-ring-color: rgba(0,0,0,0.9) !important;
}

.ring-warning{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
}

.ring-inputDark{
  --tw-ring-color: #2A2C3BCB !important;
}

.ring-black30{
  --tw-ring-color: #0000004D !important;
}

.ring-select{
  --tw-ring-color: #2A2C3B41 !important;
}

.ring-darkBlack{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
}

.ring-borderBlack{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
}

.ring-black95{
  --tw-ring-color: #000000F2 !important;
}

.ring-blackLight25{
  --tw-ring-color: #2A2C3B40 !important;
}

.ring-bGraylight{
  --tw-ring-color: #70707027 !important;
}

.ring-lightGray{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.ring-lightRed{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
}

.ring-maroon{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
}

.ring-footerDark{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
}

.ring-success{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
}

.ring-info{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
}

.ring-danger{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
}

.ring-alert{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
}

.ring-success-light{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
}

.ring-info-light{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
}

.ring-warning-light{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
}

.ring-danger-light{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-950:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-950:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blackLight:focus-within{
  --tw-ring-color: rgba(42,44,49,0.3) !important;
}

.focus-within\:ring-redDark:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-ghostWhite:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-none:focus-within{
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-orange:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-150:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-200:focus-within{
  --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
}

.focus-within\:ring-blue-250:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-350:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-750:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-800:focus-within{
  --tw-ring-color: rgba(98,218,251,0.10) !important;
}

.focus-within\:ring-blue-850:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-950:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-40:focus-within{
  --tw-ring-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:ring-black-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-150:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-250:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-350:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-450:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-550:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black-650:focus-within{
  --tw-ring-color: #00000040 !important;
}

.focus-within\:ring-black-700:focus-within{
  --tw-ring-color: #00000066 !important;
}

.focus-within\:ring-black-750:focus-within{
  --tw-ring-color: #00000080 !important;
}

.focus-within\:ring-black-800:focus-within{
  --tw-ring-color: #00000099 !important;
}

.focus-within\:ring-black-850:focus-within{
  --tw-ring-color: #000000B3 !important;
}

.focus-within\:ring-black-900:focus-within{
  --tw-ring-color: #000000CC !important;
}

.focus-within\:ring-black-950:focus-within{
  --tw-ring-color: #000000E6 !important;
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-550:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-650:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-150:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-250:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-350:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-450:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-550:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-650:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-750:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-850:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-950:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-150:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-250:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-350:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-450:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-550:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-650:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-750:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-850:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-950:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-redlight:focus-within{
  --tw-ring-color: rgba(176,42,35,.6) !important;
}

.focus-within\:ring-grayLight:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grayDark:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-borderDark:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-whiteLight:focus-within{
  --tw-ring-color: rgba(255,255,255,0.8) !important;
}

.focus-within\:ring-secondaryLight:focus-within{
  --tw-ring-color: rgba(0,0,0,0.2) !important;
}

.focus-within\:ring-borderLight:focus-within{
  --tw-ring-color: rgba(0,0,0,0.3) !important;
}

.focus-within\:ring-secondaryDark:focus-within{
  --tw-ring-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:ring-blackDark:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black50:focus-within{
  --tw-ring-color: #2A2C3B80 !important;
}

.focus-within\:ring-borderGray:focus-within{
  --tw-ring-color: #2A2C3B67 !important;
}

.focus-within\:ring-borderModal:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-modalbg:focus-within{
  --tw-ring-color: rgba(0,0,0,.7) !important;
}

.focus-within\:ring-black80:focus-within{
  --tw-ring-color: rgba(0,0,0,0.8) !important;
}

.focus-within\:ring-black90:focus-within{
  --tw-ring-color: rgba(0,0,0,0.9) !important;
}

.focus-within\:ring-warning:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-inputDark:focus-within{
  --tw-ring-color: #2A2C3BCB !important;
}

.focus-within\:ring-black30:focus-within{
  --tw-ring-color: #0000004D !important;
}

.focus-within\:ring-select:focus-within{
  --tw-ring-color: #2A2C3B41 !important;
}

.focus-within\:ring-darkBlack:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-borderBlack:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black95:focus-within{
  --tw-ring-color: #000000F2 !important;
}

.focus-within\:ring-blackLight25:focus-within{
  --tw-ring-color: #2A2C3B40 !important;
}

.focus-within\:ring-bGraylight:focus-within{
  --tw-ring-color: #70707027 !important;
}

.focus-within\:ring-lightGray:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lightRed:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-maroon:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-footerDark:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-alert:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-light:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-light:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-light:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-light:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-950:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-950:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blackLight:focus{
  --tw-ring-color: rgba(42,44,49,0.3) !important;
}

.focus\:ring-redDark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-ghostWhite:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus\:ring-none:focus{
  --tw-ring-color: transparent !important;
}

.focus\:ring-orange:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-150:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-200:focus{
  --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
}

.focus\:ring-blue-250:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-350:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-750:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-800:focus{
  --tw-ring-color: rgba(98,218,251,0.10) !important;
}

.focus\:ring-blue-850:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-950:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-40:focus{
  --tw-ring-color: rgba(0,0,0,0.4) !important;
}

.focus\:ring-black-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-150:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-250:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-350:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-450:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-550:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black-650:focus{
  --tw-ring-color: #00000040 !important;
}

.focus\:ring-black-700:focus{
  --tw-ring-color: #00000066 !important;
}

.focus\:ring-black-750:focus{
  --tw-ring-color: #00000080 !important;
}

.focus\:ring-black-800:focus{
  --tw-ring-color: #00000099 !important;
}

.focus\:ring-black-850:focus{
  --tw-ring-color: #000000B3 !important;
}

.focus\:ring-black-900:focus{
  --tw-ring-color: #000000CC !important;
}

.focus\:ring-black-950:focus{
  --tw-ring-color: #000000E6 !important;
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-550:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-650:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-150:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-250:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-350:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-450:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-550:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-650:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-750:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-850:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-950:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-150:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-250:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-350:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-450:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-550:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-650:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-750:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-850:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-950:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
}

.focus\:ring-redlight:focus{
  --tw-ring-color: rgba(176,42,35,.6) !important;
}

.focus\:ring-grayLight:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grayDark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
}

.focus\:ring-borderDark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
}

.focus\:ring-whiteLight:focus{
  --tw-ring-color: rgba(255,255,255,0.8) !important;
}

.focus\:ring-secondaryLight:focus{
  --tw-ring-color: rgba(0,0,0,0.2) !important;
}

.focus\:ring-borderLight:focus{
  --tw-ring-color: rgba(0,0,0,0.3) !important;
}

.focus\:ring-secondaryDark:focus{
  --tw-ring-color: rgba(0,0,0,0.4) !important;
}

.focus\:ring-blackDark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black50:focus{
  --tw-ring-color: #2A2C3B80 !important;
}

.focus\:ring-borderGray:focus{
  --tw-ring-color: #2A2C3B67 !important;
}

.focus\:ring-borderModal:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.focus\:ring-modalbg:focus{
  --tw-ring-color: rgba(0,0,0,.7) !important;
}

.focus\:ring-black80:focus{
  --tw-ring-color: rgba(0,0,0,0.8) !important;
}

.focus\:ring-black90:focus{
  --tw-ring-color: rgba(0,0,0,0.9) !important;
}

.focus\:ring-warning:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
}

.focus\:ring-inputDark:focus{
  --tw-ring-color: #2A2C3BCB !important;
}

.focus\:ring-black30:focus{
  --tw-ring-color: #0000004D !important;
}

.focus\:ring-select:focus{
  --tw-ring-color: #2A2C3B41 !important;
}

.focus\:ring-darkBlack:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
}

.focus\:ring-borderBlack:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black95:focus{
  --tw-ring-color: #000000F2 !important;
}

.focus\:ring-blackLight25:focus{
  --tw-ring-color: #2A2C3B40 !important;
}

.focus\:ring-bGraylight:focus{
  --tw-ring-color: #70707027 !important;
}

.focus\:ring-lightGray:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lightRed:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
}

.focus\:ring-maroon:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-footerDark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
}

.focus\:ring-alert:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-light:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-light:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-light:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-light:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0{
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30{
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-60{
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80{
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90{
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95{
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100{
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-primary-50{
  --tw-ring-offset-color: #fef2f2 !important;
}

.ring-offset-primary-100{
  --tw-ring-offset-color: #fee2e2 !important;
}

.ring-offset-primary-200{
  --tw-ring-offset-color: #fecaca !important;
}

.ring-offset-primary-300{
  --tw-ring-offset-color: #fca5a5 !important;
}

.ring-offset-primary-400{
  --tw-ring-offset-color: #f87171 !important;
}

.ring-offset-primary-500{
  --tw-ring-offset-color: #CA0515 !important;
}

.ring-offset-primary-600{
  --tw-ring-offset-color: #dc2626 !important;
}

.ring-offset-primary-700{
  --tw-ring-offset-color: #b91c1c !important;
}

.ring-offset-primary-800{
  --tw-ring-offset-color: #991b1b !important;
}

.ring-offset-primary-900{
  --tw-ring-offset-color: #7f1d1d !important;
}

.ring-offset-primary-950{
  --tw-ring-offset-color: #450a0a !important;
}

.ring-offset-primary{
  --tw-ring-offset-color: #CA0515 !important;
}

.ring-offset-secondary-50{
  --tw-ring-offset-color: #f8fafc !important;
}

.ring-offset-secondary-100{
  --tw-ring-offset-color: #f1f5f9 !important;
}

.ring-offset-secondary-200{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.ring-offset-secondary-300{
  --tw-ring-offset-color: #cbd5e1 !important;
}

.ring-offset-secondary-400{
  --tw-ring-offset-color: #94a3b8 !important;
}

.ring-offset-secondary-500{
  --tw-ring-offset-color: #2A2B3B !important;
}

.ring-offset-secondary-600{
  --tw-ring-offset-color: #475569 !important;
}

.ring-offset-secondary-700{
  --tw-ring-offset-color: #334155 !important;
}

.ring-offset-secondary-800{
  --tw-ring-offset-color: #1e293b !important;
}

.ring-offset-secondary-900{
  --tw-ring-offset-color: #0f172a !important;
}

.ring-offset-secondary-950{
  --tw-ring-offset-color: #020617 !important;
}

.ring-offset-secondary{
  --tw-ring-offset-color: #2A2B3B !important;
}

.ring-offset-blackLight{
  --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
}

.ring-offset-redDark{
  --tw-ring-offset-color: #E60A0A !important;
}

.ring-offset-gray400{
  --tw-ring-offset-color: #F7F9F9 !important;
}

.ring-offset-ghostWhite{
  --tw-ring-offset-color: #F2F2F6 !important;
}

.ring-offset-black500{
  --tw-ring-offset-color: #000 !important;
}

.ring-offset-white200{
  --tw-ring-offset-color: #f6f9f9 !important;
}

.ring-offset-gray100{
  --tw-ring-offset-color: #e1e4e4 !important;
}

.ring-offset-none{
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-orange{
  --tw-ring-offset-color: #FF626B !important;
}

.ring-offset-pink{
  --tw-ring-offset-color: #FD6EB0 !important;
}

.ring-offset-pink100{
  --tw-ring-offset-color: #DA2587 !important;
}

.ring-offset-purple{
  --tw-ring-offset-color: #E8E5FF !important;
}

.ring-offset-blue-50{
  --tw-ring-offset-color: #2A2B3B !important;
}

.ring-offset-blue-100{
  --tw-ring-offset-color: #22232f !important;
}

.ring-offset-blue-150{
  --tw-ring-offset-color: #EFF5FC !important;
}

.ring-offset-blue-200{
  --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
}

.ring-offset-blue-250{
  --tw-ring-offset-color: #F3F9FF !important;
}

.ring-offset-blue-300{
  --tw-ring-offset-color: #564CFF !important;
}

.ring-offset-blue-350{
  --tw-ring-offset-color: #2A2B3A !important;
}

.ring-offset-blue-400{
  --tw-ring-offset-color: #4C55FF !important;
}

.ring-offset-blue-500{
  --tw-ring-offset-color: #0099FF !important;
}

.ring-offset-blue-600{
  --tw-ring-offset-color: #7B61FF !important;
}

.ring-offset-blue-700{
  --tw-ring-offset-color: #454AE7 !important;
}

.ring-offset-blue-750{
  --tw-ring-offset-color: #1784B2 !important;
}

.ring-offset-blue-800{
  --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
}

.ring-offset-blue-850{
  --tw-ring-offset-color: #F9F9FF !important;
}

.ring-offset-blue-900{
  --tw-ring-offset-color: #5875DC !important;
}

.ring-offset-blue-950{
  --tw-ring-offset-color: #F3F4FC !important;
}

.ring-offset-blue{
  --tw-ring-offset-color: #0099FF !important;
}

.ring-offset-black-40{
  --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
}

.ring-offset-black-50{
  --tw-ring-offset-color: #fafafa !important;
}

.ring-offset-black-100{
  --tw-ring-offset-color: #f5f5f5 !important;
}

.ring-offset-black-150{
  --tw-ring-offset-color: #e5e5e5 !important;
}

.ring-offset-black-200{
  --tw-ring-offset-color: #d4d4d4 !important;
}

.ring-offset-black-250{
  --tw-ring-offset-color: #a3a3a3 !important;
}

.ring-offset-black-300{
  --tw-ring-offset-color: #737373 !important;
}

.ring-offset-black-350{
  --tw-ring-offset-color: #525252 !important;
}

.ring-offset-black-400{
  --tw-ring-offset-color: #404040 !important;
}

.ring-offset-black-450{
  --tw-ring-offset-color: #262626 !important;
}

.ring-offset-black-500{
  --tw-ring-offset-color: #333 !important;
}

.ring-offset-black-550{
  --tw-ring-offset-color: #0a0a0a !important;
}

.ring-offset-black-600{
  --tw-ring-offset-color: #000000 !important;
}

.ring-offset-black-650{
  --tw-ring-offset-color: #00000040 !important;
}

.ring-offset-black-700{
  --tw-ring-offset-color: #00000066 !important;
}

.ring-offset-black-750{
  --tw-ring-offset-color: #00000080 !important;
}

.ring-offset-black-800{
  --tw-ring-offset-color: #00000099 !important;
}

.ring-offset-black-850{
  --tw-ring-offset-color: #000000B3 !important;
}

.ring-offset-black-900{
  --tw-ring-offset-color: #000000CC !important;
}

.ring-offset-black-950{
  --tw-ring-offset-color: #000000E6 !important;
}

.ring-offset-black{
  --tw-ring-offset-color: #000000 !important;
}

.ring-offset-red-50{
  --tw-ring-offset-color: #f7e9e8 !important;
}

.ring-offset-red-100{
  --tw-ring-offset-color: #7b2a2b !important;
}

.ring-offset-red-200{
  --tw-ring-offset-color: #CA0515 !important;
}

.ring-offset-red-300{
  --tw-ring-offset-color: #F9597C !important;
}

.ring-offset-red-400{
  --tw-ring-offset-color: #FBEAE3 !important;
}

.ring-offset-red-500{
  --tw-ring-offset-color: #FFF2F3 !important;
}

.ring-offset-red-550{
  --tw-ring-offset-color: #FFF5F6 !important;
}

.ring-offset-red-600{
  --tw-ring-offset-color: #FEFAFA !important;
}

.ring-offset-red-650{
  --tw-ring-offset-color: #FFE9EA !important;
}

.ring-offset-red-700{
  --tw-ring-offset-color: #B92823 !important;
}

.ring-offset-red-800{
  --tw-ring-offset-color: #f9f2f4 !important;
}

.ring-offset-red{
  --tw-ring-offset-color: #CA0515 !important;
}

.ring-offset-white-50{
  --tw-ring-offset-color: #ffffff !important;
}

.ring-offset-white-100{
  --tw-ring-offset-color: #fefefe !important;
}

.ring-offset-white-150{
  --tw-ring-offset-color: #fdfdfd !important;
}

.ring-offset-white-200{
  --tw-ring-offset-color: #fcfcfc !important;
}

.ring-offset-white-250{
  --tw-ring-offset-color: #fbfbfb !important;
}

.ring-offset-white-300{
  --tw-ring-offset-color: #fafafa !important;
}

.ring-offset-white-350{
  --tw-ring-offset-color: #f9f9f9 !important;
}

.ring-offset-white-400{
  --tw-ring-offset-color: #f8f8f8 !important;
}

.ring-offset-white-450{
  --tw-ring-offset-color: #f7f7f7 !important;
}

.ring-offset-white-500{
  --tw-ring-offset-color: #f6f6f6 !important;
}

.ring-offset-white-550{
  --tw-ring-offset-color: #f5f5f5 !important;
}

.ring-offset-white-600{
  --tw-ring-offset-color: #f4f4f4 !important;
}

.ring-offset-white-650{
  --tw-ring-offset-color: #f3f3f3 !important;
}

.ring-offset-white-700{
  --tw-ring-offset-color: #f2f2f2 !important;
}

.ring-offset-white-750{
  --tw-ring-offset-color: #f1f1f1 !important;
}

.ring-offset-white-800{
  --tw-ring-offset-color: #f0f0f0 !important;
}

.ring-offset-white-850{
  --tw-ring-offset-color: #efefef !important;
}

.ring-offset-white-900{
  --tw-ring-offset-color: #eeeeee !important;
}

.ring-offset-white-950{
  --tw-ring-offset-color: #ededed !important;
}

.ring-offset-white{
  --tw-ring-offset-color: #ffffff !important;
}

.ring-offset-gray-50{
  --tw-ring-offset-color: #f9fafb !important;
}

.ring-offset-gray-100{
  --tw-ring-offset-color: #f3f4f6 !important;
}

.ring-offset-gray-150{
  --tw-ring-offset-color: #EAECF2 !important;
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #e5e7eb !important;
}

.ring-offset-gray-250{
  --tw-ring-offset-color: #d1d5db !important;
}

.ring-offset-gray-300{
  --tw-ring-offset-color: #d1d5db !important;
}

.ring-offset-gray-350{
  --tw-ring-offset-color: #9ca3af !important;
}

.ring-offset-gray-400{
  --tw-ring-offset-color: #9ca3af !important;
}

.ring-offset-gray-450{
  --tw-ring-offset-color: #6b7280 !important;
}

.ring-offset-gray-500{
  --tw-ring-offset-color: #6b7280 !important;
}

.ring-offset-gray-550{
  --tw-ring-offset-color: #4b5563 !important;
}

.ring-offset-gray-600{
  --tw-ring-offset-color: #4b5563 !important;
}

.ring-offset-gray-650{
  --tw-ring-offset-color: #374151 !important;
}

.ring-offset-gray-700{
  --tw-ring-offset-color: #374151 !important;
}

.ring-offset-gray-750{
  --tw-ring-offset-color: #1f2937 !important;
}

.ring-offset-gray-800{
  --tw-ring-offset-color: #1f2937 !important;
}

.ring-offset-gray-850{
  --tw-ring-offset-color: #111827 !important;
}

.ring-offset-gray-900{
  --tw-ring-offset-color: #111827 !important;
}

.ring-offset-gray-950{
  --tw-ring-offset-color: #030712 !important;
}

.ring-offset-gray{
  --tw-ring-offset-color: #6b7280 !important;
}

.ring-offset-green{
  --tw-ring-offset-color: #5acebe !important;
}

.ring-offset-redlight{
  --tw-ring-offset-color: rgba(176,42,35,.6) !important;
}

.ring-offset-grayLight{
  --tw-ring-offset-color: #f4f4f4 !important;
}

.ring-offset-grayDark{
  --tw-ring-offset-color: #ddd !important;
}

.ring-offset-borderDark{
  --tw-ring-offset-color: #C7C7C7 !important;
}

.ring-offset-whiteLight{
  --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
}

.ring-offset-secondaryLight{
  --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
}

.ring-offset-borderLight{
  --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
}

.ring-offset-secondaryDark{
  --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
}

.ring-offset-blackDark{
  --tw-ring-offset-color: #333333 !important;
}

.ring-offset-gray200{
  --tw-ring-offset-color: #eee !important;
}

.ring-offset-black50{
  --tw-ring-offset-color: #2A2C3B80 !important;
}

.ring-offset-borderGray{
  --tw-ring-offset-color: #2A2C3B67 !important;
}

.ring-offset-borderModal{
  --tw-ring-offset-color: #707070 !important;
}

.ring-offset-modalbg{
  --tw-ring-offset-color: rgba(0,0,0,.7) !important;
}

.ring-offset-black80{
  --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
}

.ring-offset-black90{
  --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
}

.ring-offset-warning{
  --tw-ring-offset-color: #ffc107 !important;
}

.ring-offset-inputDark{
  --tw-ring-offset-color: #2A2C3BCB !important;
}

.ring-offset-black30{
  --tw-ring-offset-color: #0000004D !important;
}

.ring-offset-select{
  --tw-ring-offset-color: #2A2C3B41 !important;
}

.ring-offset-darkBlack{
  --tw-ring-offset-color: #22232F !important;
}

.ring-offset-borderBlack{
  --tw-ring-offset-color: #181922 !important;
}

.ring-offset-black95{
  --tw-ring-offset-color: #000000F2 !important;
}

.ring-offset-blackLight25{
  --tw-ring-offset-color: #2A2C3B40 !important;
}

.ring-offset-bGraylight{
  --tw-ring-offset-color: #70707027 !important;
}

.ring-offset-lightGray{
  --tw-ring-offset-color: #E4E4E4 !important;
}

.ring-offset-lightRed{
  --tw-ring-offset-color: #f7eae9 !important;
}

.ring-offset-maroon{
  --tw-ring-offset-color: #b73a33 !important;
}

.ring-offset-footerDark{
  --tw-ring-offset-color: #161617 !important;
}

.ring-offset-success{
  --tw-ring-offset-color: #28a745 !important;
}

.ring-offset-info{
  --tw-ring-offset-color: #17a2b8 !important;
}

.ring-offset-danger{
  --tw-ring-offset-color: #dc3545 !important;
}

.ring-offset-alert{
  --tw-ring-offset-color: #dc3545 !important;
}

.ring-offset-success-light{
  --tw-ring-offset-color: #d4edda !important;
}

.ring-offset-info-light{
  --tw-ring-offset-color: #d1ecf1 !important;
}

.ring-offset-warning-light{
  --tw-ring-offset-color: #fff3cd !important;
}

.ring-offset-danger-light{
  --tw-ring-offset-color: #f8d7da !important;
}

.focus-within\:ring-offset-primary-50:focus-within{
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus-within\:ring-offset-primary-100:focus-within{
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus-within\:ring-offset-primary-200:focus-within{
  --tw-ring-offset-color: #fecaca !important;
}

.focus-within\:ring-offset-primary-300:focus-within{
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus-within\:ring-offset-primary-400:focus-within{
  --tw-ring-offset-color: #f87171 !important;
}

.focus-within\:ring-offset-primary-500:focus-within{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus-within\:ring-offset-primary-600:focus-within{
  --tw-ring-offset-color: #dc2626 !important;
}

.focus-within\:ring-offset-primary-700:focus-within{
  --tw-ring-offset-color: #b91c1c !important;
}

.focus-within\:ring-offset-primary-800:focus-within{
  --tw-ring-offset-color: #991b1b !important;
}

.focus-within\:ring-offset-primary-900:focus-within{
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus-within\:ring-offset-primary-950:focus-within{
  --tw-ring-offset-color: #450a0a !important;
}

.focus-within\:ring-offset-primary:focus-within{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus-within\:ring-offset-secondary-50:focus-within{
  --tw-ring-offset-color: #f8fafc !important;
}

.focus-within\:ring-offset-secondary-100:focus-within{
  --tw-ring-offset-color: #f1f5f9 !important;
}

.focus-within\:ring-offset-secondary-200:focus-within{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus-within\:ring-offset-secondary-300:focus-within{
  --tw-ring-offset-color: #cbd5e1 !important;
}

.focus-within\:ring-offset-secondary-400:focus-within{
  --tw-ring-offset-color: #94a3b8 !important;
}

.focus-within\:ring-offset-secondary-500:focus-within{
  --tw-ring-offset-color: #2A2B3B !important;
}

.focus-within\:ring-offset-secondary-600:focus-within{
  --tw-ring-offset-color: #475569 !important;
}

.focus-within\:ring-offset-secondary-700:focus-within{
  --tw-ring-offset-color: #334155 !important;
}

.focus-within\:ring-offset-secondary-800:focus-within{
  --tw-ring-offset-color: #1e293b !important;
}

.focus-within\:ring-offset-secondary-900:focus-within{
  --tw-ring-offset-color: #0f172a !important;
}

.focus-within\:ring-offset-secondary-950:focus-within{
  --tw-ring-offset-color: #020617 !important;
}

.focus-within\:ring-offset-secondary:focus-within{
  --tw-ring-offset-color: #2A2B3B !important;
}

.focus-within\:ring-offset-blackLight:focus-within{
  --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
}

.focus-within\:ring-offset-redDark:focus-within{
  --tw-ring-offset-color: #E60A0A !important;
}

.focus-within\:ring-offset-gray400:focus-within{
  --tw-ring-offset-color: #F7F9F9 !important;
}

.focus-within\:ring-offset-ghostWhite:focus-within{
  --tw-ring-offset-color: #F2F2F6 !important;
}

.focus-within\:ring-offset-black500:focus-within{
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:ring-offset-white200:focus-within{
  --tw-ring-offset-color: #f6f9f9 !important;
}

.focus-within\:ring-offset-gray100:focus-within{
  --tw-ring-offset-color: #e1e4e4 !important;
}

.focus-within\:ring-offset-none:focus-within{
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-orange:focus-within{
  --tw-ring-offset-color: #FF626B !important;
}

.focus-within\:ring-offset-pink:focus-within{
  --tw-ring-offset-color: #FD6EB0 !important;
}

.focus-within\:ring-offset-pink100:focus-within{
  --tw-ring-offset-color: #DA2587 !important;
}

.focus-within\:ring-offset-purple:focus-within{
  --tw-ring-offset-color: #E8E5FF !important;
}

.focus-within\:ring-offset-blue-50:focus-within{
  --tw-ring-offset-color: #2A2B3B !important;
}

.focus-within\:ring-offset-blue-100:focus-within{
  --tw-ring-offset-color: #22232f !important;
}

.focus-within\:ring-offset-blue-150:focus-within{
  --tw-ring-offset-color: #EFF5FC !important;
}

.focus-within\:ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
}

.focus-within\:ring-offset-blue-250:focus-within{
  --tw-ring-offset-color: #F3F9FF !important;
}

.focus-within\:ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #564CFF !important;
}

.focus-within\:ring-offset-blue-350:focus-within{
  --tw-ring-offset-color: #2A2B3A !important;
}

.focus-within\:ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #4C55FF !important;
}

.focus-within\:ring-offset-blue-500:focus-within{
  --tw-ring-offset-color: #0099FF !important;
}

.focus-within\:ring-offset-blue-600:focus-within{
  --tw-ring-offset-color: #7B61FF !important;
}

.focus-within\:ring-offset-blue-700:focus-within{
  --tw-ring-offset-color: #454AE7 !important;
}

.focus-within\:ring-offset-blue-750:focus-within{
  --tw-ring-offset-color: #1784B2 !important;
}

.focus-within\:ring-offset-blue-800:focus-within{
  --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
}

.focus-within\:ring-offset-blue-850:focus-within{
  --tw-ring-offset-color: #F9F9FF !important;
}

.focus-within\:ring-offset-blue-900:focus-within{
  --tw-ring-offset-color: #5875DC !important;
}

.focus-within\:ring-offset-blue-950:focus-within{
  --tw-ring-offset-color: #F3F4FC !important;
}

.focus-within\:ring-offset-blue:focus-within{
  --tw-ring-offset-color: #0099FF !important;
}

.focus-within\:ring-offset-black-40:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:ring-offset-black-50:focus-within{
  --tw-ring-offset-color: #fafafa !important;
}

.focus-within\:ring-offset-black-100:focus-within{
  --tw-ring-offset-color: #f5f5f5 !important;
}

.focus-within\:ring-offset-black-150:focus-within{
  --tw-ring-offset-color: #e5e5e5 !important;
}

.focus-within\:ring-offset-black-200:focus-within{
  --tw-ring-offset-color: #d4d4d4 !important;
}

.focus-within\:ring-offset-black-250:focus-within{
  --tw-ring-offset-color: #a3a3a3 !important;
}

.focus-within\:ring-offset-black-300:focus-within{
  --tw-ring-offset-color: #737373 !important;
}

.focus-within\:ring-offset-black-350:focus-within{
  --tw-ring-offset-color: #525252 !important;
}

.focus-within\:ring-offset-black-400:focus-within{
  --tw-ring-offset-color: #404040 !important;
}

.focus-within\:ring-offset-black-450:focus-within{
  --tw-ring-offset-color: #262626 !important;
}

.focus-within\:ring-offset-black-500:focus-within{
  --tw-ring-offset-color: #333 !important;
}

.focus-within\:ring-offset-black-550:focus-within{
  --tw-ring-offset-color: #0a0a0a !important;
}

.focus-within\:ring-offset-black-600:focus-within{
  --tw-ring-offset-color: #000000 !important;
}

.focus-within\:ring-offset-black-650:focus-within{
  --tw-ring-offset-color: #00000040 !important;
}

.focus-within\:ring-offset-black-700:focus-within{
  --tw-ring-offset-color: #00000066 !important;
}

.focus-within\:ring-offset-black-750:focus-within{
  --tw-ring-offset-color: #00000080 !important;
}

.focus-within\:ring-offset-black-800:focus-within{
  --tw-ring-offset-color: #00000099 !important;
}

.focus-within\:ring-offset-black-850:focus-within{
  --tw-ring-offset-color: #000000B3 !important;
}

.focus-within\:ring-offset-black-900:focus-within{
  --tw-ring-offset-color: #000000CC !important;
}

.focus-within\:ring-offset-black-950:focus-within{
  --tw-ring-offset-color: #000000E6 !important;
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000000 !important;
}

.focus-within\:ring-offset-red-50:focus-within{
  --tw-ring-offset-color: #f7e9e8 !important;
}

.focus-within\:ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #7b2a2b !important;
}

.focus-within\:ring-offset-red-200:focus-within{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus-within\:ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #F9597C !important;
}

.focus-within\:ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #FBEAE3 !important;
}

.focus-within\:ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #FFF2F3 !important;
}

.focus-within\:ring-offset-red-550:focus-within{
  --tw-ring-offset-color: #FFF5F6 !important;
}

.focus-within\:ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #FEFAFA !important;
}

.focus-within\:ring-offset-red-650:focus-within{
  --tw-ring-offset-color: #FFE9EA !important;
}

.focus-within\:ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #B92823 !important;
}

.focus-within\:ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #f9f2f4 !important;
}

.focus-within\:ring-offset-red:focus-within{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus-within\:ring-offset-white-50:focus-within{
  --tw-ring-offset-color: #ffffff !important;
}

.focus-within\:ring-offset-white-100:focus-within{
  --tw-ring-offset-color: #fefefe !important;
}

.focus-within\:ring-offset-white-150:focus-within{
  --tw-ring-offset-color: #fdfdfd !important;
}

.focus-within\:ring-offset-white-200:focus-within{
  --tw-ring-offset-color: #fcfcfc !important;
}

.focus-within\:ring-offset-white-250:focus-within{
  --tw-ring-offset-color: #fbfbfb !important;
}

.focus-within\:ring-offset-white-300:focus-within{
  --tw-ring-offset-color: #fafafa !important;
}

.focus-within\:ring-offset-white-350:focus-within{
  --tw-ring-offset-color: #f9f9f9 !important;
}

.focus-within\:ring-offset-white-400:focus-within{
  --tw-ring-offset-color: #f8f8f8 !important;
}

.focus-within\:ring-offset-white-450:focus-within{
  --tw-ring-offset-color: #f7f7f7 !important;
}

.focus-within\:ring-offset-white-500:focus-within{
  --tw-ring-offset-color: #f6f6f6 !important;
}

.focus-within\:ring-offset-white-550:focus-within{
  --tw-ring-offset-color: #f5f5f5 !important;
}

.focus-within\:ring-offset-white-600:focus-within{
  --tw-ring-offset-color: #f4f4f4 !important;
}

.focus-within\:ring-offset-white-650:focus-within{
  --tw-ring-offset-color: #f3f3f3 !important;
}

.focus-within\:ring-offset-white-700:focus-within{
  --tw-ring-offset-color: #f2f2f2 !important;
}

.focus-within\:ring-offset-white-750:focus-within{
  --tw-ring-offset-color: #f1f1f1 !important;
}

.focus-within\:ring-offset-white-800:focus-within{
  --tw-ring-offset-color: #f0f0f0 !important;
}

.focus-within\:ring-offset-white-850:focus-within{
  --tw-ring-offset-color: #efefef !important;
}

.focus-within\:ring-offset-white-900:focus-within{
  --tw-ring-offset-color: #eeeeee !important;
}

.focus-within\:ring-offset-white-950:focus-within{
  --tw-ring-offset-color: #ededed !important;
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #ffffff !important;
}

.focus-within\:ring-offset-gray-50:focus-within{
  --tw-ring-offset-color: #f9fafb !important;
}

.focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #f3f4f6 !important;
}

.focus-within\:ring-offset-gray-150:focus-within{
  --tw-ring-offset-color: #EAECF2 !important;
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #e5e7eb !important;
}

.focus-within\:ring-offset-gray-250:focus-within{
  --tw-ring-offset-color: #d1d5db !important;
}

.focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #d1d5db !important;
}

.focus-within\:ring-offset-gray-350:focus-within{
  --tw-ring-offset-color: #9ca3af !important;
}

.focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #9ca3af !important;
}

.focus-within\:ring-offset-gray-450:focus-within{
  --tw-ring-offset-color: #6b7280 !important;
}

.focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #6b7280 !important;
}

.focus-within\:ring-offset-gray-550:focus-within{
  --tw-ring-offset-color: #4b5563 !important;
}

.focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #4b5563 !important;
}

.focus-within\:ring-offset-gray-650:focus-within{
  --tw-ring-offset-color: #374151 !important;
}

.focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #374151 !important;
}

.focus-within\:ring-offset-gray-750:focus-within{
  --tw-ring-offset-color: #1f2937 !important;
}

.focus-within\:ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #1f2937 !important;
}

.focus-within\:ring-offset-gray-850:focus-within{
  --tw-ring-offset-color: #111827 !important;
}

.focus-within\:ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #111827 !important;
}

.focus-within\:ring-offset-gray-950:focus-within{
  --tw-ring-offset-color: #030712 !important;
}

.focus-within\:ring-offset-gray:focus-within{
  --tw-ring-offset-color: #6b7280 !important;
}

.focus-within\:ring-offset-green:focus-within{
  --tw-ring-offset-color: #5acebe !important;
}

.focus-within\:ring-offset-redlight:focus-within{
  --tw-ring-offset-color: rgba(176,42,35,.6) !important;
}

.focus-within\:ring-offset-grayLight:focus-within{
  --tw-ring-offset-color: #f4f4f4 !important;
}

.focus-within\:ring-offset-grayDark:focus-within{
  --tw-ring-offset-color: #ddd !important;
}

.focus-within\:ring-offset-borderDark:focus-within{
  --tw-ring-offset-color: #C7C7C7 !important;
}

.focus-within\:ring-offset-whiteLight:focus-within{
  --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
}

.focus-within\:ring-offset-secondaryLight:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
}

.focus-within\:ring-offset-borderLight:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
}

.focus-within\:ring-offset-secondaryDark:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
}

.focus-within\:ring-offset-blackDark:focus-within{
  --tw-ring-offset-color: #333333 !important;
}

.focus-within\:ring-offset-gray200:focus-within{
  --tw-ring-offset-color: #eee !important;
}

.focus-within\:ring-offset-black50:focus-within{
  --tw-ring-offset-color: #2A2C3B80 !important;
}

.focus-within\:ring-offset-borderGray:focus-within{
  --tw-ring-offset-color: #2A2C3B67 !important;
}

.focus-within\:ring-offset-borderModal:focus-within{
  --tw-ring-offset-color: #707070 !important;
}

.focus-within\:ring-offset-modalbg:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,.7) !important;
}

.focus-within\:ring-offset-black80:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
}

.focus-within\:ring-offset-black90:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
}

.focus-within\:ring-offset-warning:focus-within{
  --tw-ring-offset-color: #ffc107 !important;
}

.focus-within\:ring-offset-inputDark:focus-within{
  --tw-ring-offset-color: #2A2C3BCB !important;
}

.focus-within\:ring-offset-black30:focus-within{
  --tw-ring-offset-color: #0000004D !important;
}

.focus-within\:ring-offset-select:focus-within{
  --tw-ring-offset-color: #2A2C3B41 !important;
}

.focus-within\:ring-offset-darkBlack:focus-within{
  --tw-ring-offset-color: #22232F !important;
}

.focus-within\:ring-offset-borderBlack:focus-within{
  --tw-ring-offset-color: #181922 !important;
}

.focus-within\:ring-offset-black95:focus-within{
  --tw-ring-offset-color: #000000F2 !important;
}

.focus-within\:ring-offset-blackLight25:focus-within{
  --tw-ring-offset-color: #2A2C3B40 !important;
}

.focus-within\:ring-offset-bGraylight:focus-within{
  --tw-ring-offset-color: #70707027 !important;
}

.focus-within\:ring-offset-lightGray:focus-within{
  --tw-ring-offset-color: #E4E4E4 !important;
}

.focus-within\:ring-offset-lightRed:focus-within{
  --tw-ring-offset-color: #f7eae9 !important;
}

.focus-within\:ring-offset-maroon:focus-within{
  --tw-ring-offset-color: #b73a33 !important;
}

.focus-within\:ring-offset-footerDark:focus-within{
  --tw-ring-offset-color: #161617 !important;
}

.focus-within\:ring-offset-success:focus-within{
  --tw-ring-offset-color: #28a745 !important;
}

.focus-within\:ring-offset-info:focus-within{
  --tw-ring-offset-color: #17a2b8 !important;
}

.focus-within\:ring-offset-danger:focus-within{
  --tw-ring-offset-color: #dc3545 !important;
}

.focus-within\:ring-offset-alert:focus-within{
  --tw-ring-offset-color: #dc3545 !important;
}

.focus-within\:ring-offset-success-light:focus-within{
  --tw-ring-offset-color: #d4edda !important;
}

.focus-within\:ring-offset-info-light:focus-within{
  --tw-ring-offset-color: #d1ecf1 !important;
}

.focus-within\:ring-offset-warning-light:focus-within{
  --tw-ring-offset-color: #fff3cd !important;
}

.focus-within\:ring-offset-danger-light:focus-within{
  --tw-ring-offset-color: #f8d7da !important;
}

.focus\:ring-offset-primary-50:focus{
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus\:ring-offset-primary-100:focus{
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus\:ring-offset-primary-200:focus{
  --tw-ring-offset-color: #fecaca !important;
}

.focus\:ring-offset-primary-300:focus{
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus\:ring-offset-primary-400:focus{
  --tw-ring-offset-color: #f87171 !important;
}

.focus\:ring-offset-primary-500:focus{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus\:ring-offset-primary-600:focus{
  --tw-ring-offset-color: #dc2626 !important;
}

.focus\:ring-offset-primary-700:focus{
  --tw-ring-offset-color: #b91c1c !important;
}

.focus\:ring-offset-primary-800:focus{
  --tw-ring-offset-color: #991b1b !important;
}

.focus\:ring-offset-primary-900:focus{
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus\:ring-offset-primary-950:focus{
  --tw-ring-offset-color: #450a0a !important;
}

.focus\:ring-offset-primary:focus{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus\:ring-offset-secondary-50:focus{
  --tw-ring-offset-color: #f8fafc !important;
}

.focus\:ring-offset-secondary-100:focus{
  --tw-ring-offset-color: #f1f5f9 !important;
}

.focus\:ring-offset-secondary-200:focus{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus\:ring-offset-secondary-300:focus{
  --tw-ring-offset-color: #cbd5e1 !important;
}

.focus\:ring-offset-secondary-400:focus{
  --tw-ring-offset-color: #94a3b8 !important;
}

.focus\:ring-offset-secondary-500:focus{
  --tw-ring-offset-color: #2A2B3B !important;
}

.focus\:ring-offset-secondary-600:focus{
  --tw-ring-offset-color: #475569 !important;
}

.focus\:ring-offset-secondary-700:focus{
  --tw-ring-offset-color: #334155 !important;
}

.focus\:ring-offset-secondary-800:focus{
  --tw-ring-offset-color: #1e293b !important;
}

.focus\:ring-offset-secondary-900:focus{
  --tw-ring-offset-color: #0f172a !important;
}

.focus\:ring-offset-secondary-950:focus{
  --tw-ring-offset-color: #020617 !important;
}

.focus\:ring-offset-secondary:focus{
  --tw-ring-offset-color: #2A2B3B !important;
}

.focus\:ring-offset-blackLight:focus{
  --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
}

.focus\:ring-offset-redDark:focus{
  --tw-ring-offset-color: #E60A0A !important;
}

.focus\:ring-offset-gray400:focus{
  --tw-ring-offset-color: #F7F9F9 !important;
}

.focus\:ring-offset-ghostWhite:focus{
  --tw-ring-offset-color: #F2F2F6 !important;
}

.focus\:ring-offset-black500:focus{
  --tw-ring-offset-color: #000 !important;
}

.focus\:ring-offset-white200:focus{
  --tw-ring-offset-color: #f6f9f9 !important;
}

.focus\:ring-offset-gray100:focus{
  --tw-ring-offset-color: #e1e4e4 !important;
}

.focus\:ring-offset-none:focus{
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-orange:focus{
  --tw-ring-offset-color: #FF626B !important;
}

.focus\:ring-offset-pink:focus{
  --tw-ring-offset-color: #FD6EB0 !important;
}

.focus\:ring-offset-pink100:focus{
  --tw-ring-offset-color: #DA2587 !important;
}

.focus\:ring-offset-purple:focus{
  --tw-ring-offset-color: #E8E5FF !important;
}

.focus\:ring-offset-blue-50:focus{
  --tw-ring-offset-color: #2A2B3B !important;
}

.focus\:ring-offset-blue-100:focus{
  --tw-ring-offset-color: #22232f !important;
}

.focus\:ring-offset-blue-150:focus{
  --tw-ring-offset-color: #EFF5FC !important;
}

.focus\:ring-offset-blue-200:focus{
  --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
}

.focus\:ring-offset-blue-250:focus{
  --tw-ring-offset-color: #F3F9FF !important;
}

.focus\:ring-offset-blue-300:focus{
  --tw-ring-offset-color: #564CFF !important;
}

.focus\:ring-offset-blue-350:focus{
  --tw-ring-offset-color: #2A2B3A !important;
}

.focus\:ring-offset-blue-400:focus{
  --tw-ring-offset-color: #4C55FF !important;
}

.focus\:ring-offset-blue-500:focus{
  --tw-ring-offset-color: #0099FF !important;
}

.focus\:ring-offset-blue-600:focus{
  --tw-ring-offset-color: #7B61FF !important;
}

.focus\:ring-offset-blue-700:focus{
  --tw-ring-offset-color: #454AE7 !important;
}

.focus\:ring-offset-blue-750:focus{
  --tw-ring-offset-color: #1784B2 !important;
}

.focus\:ring-offset-blue-800:focus{
  --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
}

.focus\:ring-offset-blue-850:focus{
  --tw-ring-offset-color: #F9F9FF !important;
}

.focus\:ring-offset-blue-900:focus{
  --tw-ring-offset-color: #5875DC !important;
}

.focus\:ring-offset-blue-950:focus{
  --tw-ring-offset-color: #F3F4FC !important;
}

.focus\:ring-offset-blue:focus{
  --tw-ring-offset-color: #0099FF !important;
}

.focus\:ring-offset-black-40:focus{
  --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
}

.focus\:ring-offset-black-50:focus{
  --tw-ring-offset-color: #fafafa !important;
}

.focus\:ring-offset-black-100:focus{
  --tw-ring-offset-color: #f5f5f5 !important;
}

.focus\:ring-offset-black-150:focus{
  --tw-ring-offset-color: #e5e5e5 !important;
}

.focus\:ring-offset-black-200:focus{
  --tw-ring-offset-color: #d4d4d4 !important;
}

.focus\:ring-offset-black-250:focus{
  --tw-ring-offset-color: #a3a3a3 !important;
}

.focus\:ring-offset-black-300:focus{
  --tw-ring-offset-color: #737373 !important;
}

.focus\:ring-offset-black-350:focus{
  --tw-ring-offset-color: #525252 !important;
}

.focus\:ring-offset-black-400:focus{
  --tw-ring-offset-color: #404040 !important;
}

.focus\:ring-offset-black-450:focus{
  --tw-ring-offset-color: #262626 !important;
}

.focus\:ring-offset-black-500:focus{
  --tw-ring-offset-color: #333 !important;
}

.focus\:ring-offset-black-550:focus{
  --tw-ring-offset-color: #0a0a0a !important;
}

.focus\:ring-offset-black-600:focus{
  --tw-ring-offset-color: #000000 !important;
}

.focus\:ring-offset-black-650:focus{
  --tw-ring-offset-color: #00000040 !important;
}

.focus\:ring-offset-black-700:focus{
  --tw-ring-offset-color: #00000066 !important;
}

.focus\:ring-offset-black-750:focus{
  --tw-ring-offset-color: #00000080 !important;
}

.focus\:ring-offset-black-800:focus{
  --tw-ring-offset-color: #00000099 !important;
}

.focus\:ring-offset-black-850:focus{
  --tw-ring-offset-color: #000000B3 !important;
}

.focus\:ring-offset-black-900:focus{
  --tw-ring-offset-color: #000000CC !important;
}

.focus\:ring-offset-black-950:focus{
  --tw-ring-offset-color: #000000E6 !important;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000000 !important;
}

.focus\:ring-offset-red-50:focus{
  --tw-ring-offset-color: #f7e9e8 !important;
}

.focus\:ring-offset-red-100:focus{
  --tw-ring-offset-color: #7b2a2b !important;
}

.focus\:ring-offset-red-200:focus{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus\:ring-offset-red-300:focus{
  --tw-ring-offset-color: #F9597C !important;
}

.focus\:ring-offset-red-400:focus{
  --tw-ring-offset-color: #FBEAE3 !important;
}

.focus\:ring-offset-red-500:focus{
  --tw-ring-offset-color: #FFF2F3 !important;
}

.focus\:ring-offset-red-550:focus{
  --tw-ring-offset-color: #FFF5F6 !important;
}

.focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #FEFAFA !important;
}

.focus\:ring-offset-red-650:focus{
  --tw-ring-offset-color: #FFE9EA !important;
}

.focus\:ring-offset-red-700:focus{
  --tw-ring-offset-color: #B92823 !important;
}

.focus\:ring-offset-red-800:focus{
  --tw-ring-offset-color: #f9f2f4 !important;
}

.focus\:ring-offset-red:focus{
  --tw-ring-offset-color: #CA0515 !important;
}

.focus\:ring-offset-white-50:focus{
  --tw-ring-offset-color: #ffffff !important;
}

.focus\:ring-offset-white-100:focus{
  --tw-ring-offset-color: #fefefe !important;
}

.focus\:ring-offset-white-150:focus{
  --tw-ring-offset-color: #fdfdfd !important;
}

.focus\:ring-offset-white-200:focus{
  --tw-ring-offset-color: #fcfcfc !important;
}

.focus\:ring-offset-white-250:focus{
  --tw-ring-offset-color: #fbfbfb !important;
}

.focus\:ring-offset-white-300:focus{
  --tw-ring-offset-color: #fafafa !important;
}

.focus\:ring-offset-white-350:focus{
  --tw-ring-offset-color: #f9f9f9 !important;
}

.focus\:ring-offset-white-400:focus{
  --tw-ring-offset-color: #f8f8f8 !important;
}

.focus\:ring-offset-white-450:focus{
  --tw-ring-offset-color: #f7f7f7 !important;
}

.focus\:ring-offset-white-500:focus{
  --tw-ring-offset-color: #f6f6f6 !important;
}

.focus\:ring-offset-white-550:focus{
  --tw-ring-offset-color: #f5f5f5 !important;
}

.focus\:ring-offset-white-600:focus{
  --tw-ring-offset-color: #f4f4f4 !important;
}

.focus\:ring-offset-white-650:focus{
  --tw-ring-offset-color: #f3f3f3 !important;
}

.focus\:ring-offset-white-700:focus{
  --tw-ring-offset-color: #f2f2f2 !important;
}

.focus\:ring-offset-white-750:focus{
  --tw-ring-offset-color: #f1f1f1 !important;
}

.focus\:ring-offset-white-800:focus{
  --tw-ring-offset-color: #f0f0f0 !important;
}

.focus\:ring-offset-white-850:focus{
  --tw-ring-offset-color: #efefef !important;
}

.focus\:ring-offset-white-900:focus{
  --tw-ring-offset-color: #eeeeee !important;
}

.focus\:ring-offset-white-950:focus{
  --tw-ring-offset-color: #ededed !important;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #ffffff !important;
}

.focus\:ring-offset-gray-50:focus{
  --tw-ring-offset-color: #f9fafb !important;
}

.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f3f4f6 !important;
}

.focus\:ring-offset-gray-150:focus{
  --tw-ring-offset-color: #EAECF2 !important;
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #e5e7eb !important;
}

.focus\:ring-offset-gray-250:focus{
  --tw-ring-offset-color: #d1d5db !important;
}

.focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color: #d1d5db !important;
}

.focus\:ring-offset-gray-350:focus{
  --tw-ring-offset-color: #9ca3af !important;
}

.focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #9ca3af !important;
}

.focus\:ring-offset-gray-450:focus{
  --tw-ring-offset-color: #6b7280 !important;
}

.focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #6b7280 !important;
}

.focus\:ring-offset-gray-550:focus{
  --tw-ring-offset-color: #4b5563 !important;
}

.focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color: #4b5563 !important;
}

.focus\:ring-offset-gray-650:focus{
  --tw-ring-offset-color: #374151 !important;
}

.focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color: #374151 !important;
}

.focus\:ring-offset-gray-750:focus{
  --tw-ring-offset-color: #1f2937 !important;
}

.focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color: #1f2937 !important;
}

.focus\:ring-offset-gray-850:focus{
  --tw-ring-offset-color: #111827 !important;
}

.focus\:ring-offset-gray-900:focus{
  --tw-ring-offset-color: #111827 !important;
}

.focus\:ring-offset-gray-950:focus{
  --tw-ring-offset-color: #030712 !important;
}

.focus\:ring-offset-gray:focus{
  --tw-ring-offset-color: #6b7280 !important;
}

.focus\:ring-offset-green:focus{
  --tw-ring-offset-color: #5acebe !important;
}

.focus\:ring-offset-redlight:focus{
  --tw-ring-offset-color: rgba(176,42,35,.6) !important;
}

.focus\:ring-offset-grayLight:focus{
  --tw-ring-offset-color: #f4f4f4 !important;
}

.focus\:ring-offset-grayDark:focus{
  --tw-ring-offset-color: #ddd !important;
}

.focus\:ring-offset-borderDark:focus{
  --tw-ring-offset-color: #C7C7C7 !important;
}

.focus\:ring-offset-whiteLight:focus{
  --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
}

.focus\:ring-offset-secondaryLight:focus{
  --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
}

.focus\:ring-offset-borderLight:focus{
  --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
}

.focus\:ring-offset-secondaryDark:focus{
  --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
}

.focus\:ring-offset-blackDark:focus{
  --tw-ring-offset-color: #333333 !important;
}

.focus\:ring-offset-gray200:focus{
  --tw-ring-offset-color: #eee !important;
}

.focus\:ring-offset-black50:focus{
  --tw-ring-offset-color: #2A2C3B80 !important;
}

.focus\:ring-offset-borderGray:focus{
  --tw-ring-offset-color: #2A2C3B67 !important;
}

.focus\:ring-offset-borderModal:focus{
  --tw-ring-offset-color: #707070 !important;
}

.focus\:ring-offset-modalbg:focus{
  --tw-ring-offset-color: rgba(0,0,0,.7) !important;
}

.focus\:ring-offset-black80:focus{
  --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
}

.focus\:ring-offset-black90:focus{
  --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
}

.focus\:ring-offset-warning:focus{
  --tw-ring-offset-color: #ffc107 !important;
}

.focus\:ring-offset-inputDark:focus{
  --tw-ring-offset-color: #2A2C3BCB !important;
}

.focus\:ring-offset-black30:focus{
  --tw-ring-offset-color: #0000004D !important;
}

.focus\:ring-offset-select:focus{
  --tw-ring-offset-color: #2A2C3B41 !important;
}

.focus\:ring-offset-darkBlack:focus{
  --tw-ring-offset-color: #22232F !important;
}

.focus\:ring-offset-borderBlack:focus{
  --tw-ring-offset-color: #181922 !important;
}

.focus\:ring-offset-black95:focus{
  --tw-ring-offset-color: #000000F2 !important;
}

.focus\:ring-offset-blackLight25:focus{
  --tw-ring-offset-color: #2A2C3B40 !important;
}

.focus\:ring-offset-bGraylight:focus{
  --tw-ring-offset-color: #70707027 !important;
}

.focus\:ring-offset-lightGray:focus{
  --tw-ring-offset-color: #E4E4E4 !important;
}

.focus\:ring-offset-lightRed:focus{
  --tw-ring-offset-color: #f7eae9 !important;
}

.focus\:ring-offset-maroon:focus{
  --tw-ring-offset-color: #b73a33 !important;
}

.focus\:ring-offset-footerDark:focus{
  --tw-ring-offset-color: #161617 !important;
}

.focus\:ring-offset-success:focus{
  --tw-ring-offset-color: #28a745 !important;
}

.focus\:ring-offset-info:focus{
  --tw-ring-offset-color: #17a2b8 !important;
}

.focus\:ring-offset-danger:focus{
  --tw-ring-offset-color: #dc3545 !important;
}

.focus\:ring-offset-alert:focus{
  --tw-ring-offset-color: #dc3545 !important;
}

.focus\:ring-offset-success-light:focus{
  --tw-ring-offset-color: #d4edda !important;
}

.focus\:ring-offset-info-light:focus{
  --tw-ring-offset-color: #d1ecf1 !important;
}

.focus\:ring-offset-warning-light:focus{
  --tw-ring-offset-color: #fff3cd !important;
}

.focus\:ring-offset-danger-light:focus{
  --tw-ring-offset-color: #f8d7da !important;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none{
  filter: none !important;
}

.blur-0{
  --tw-blur: blur(0) !important;
}

.blur-none{
  --tw-blur: blur(0) !important;
}

.blur-sm{
  --tw-blur: blur(4px) !important;
}

.blur{
  --tw-blur: blur(8px) !important;
}

.blur-md{
  --tw-blur: blur(12px) !important;
}

.blur-lg{
  --tw-blur: blur(16px) !important;
}

.blur-xl{
  --tw-blur: blur(24px) !important;
}

.blur-2xl{
  --tw-blur: blur(40px) !important;
}

.blur-3xl{
  --tw-blur: blur(64px) !important;
}

.brightness-0{
  --tw-brightness: brightness(0) !important;
}

.brightness-50{
  --tw-brightness: brightness(.5) !important;
}

.brightness-75{
  --tw-brightness: brightness(.75) !important;
}

.brightness-90{
  --tw-brightness: brightness(.9) !important;
}

.brightness-95{
  --tw-brightness: brightness(.95) !important;
}

.brightness-100{
  --tw-brightness: brightness(1) !important;
}

.brightness-105{
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110{
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125{
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150{
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200{
  --tw-brightness: brightness(2) !important;
}

.contrast-0{
  --tw-contrast: contrast(0) !important;
}

.contrast-50{
  --tw-contrast: contrast(.5) !important;
}

.contrast-75{
  --tw-contrast: contrast(.75) !important;
}

.contrast-100{
  --tw-contrast: contrast(1) !important;
}

.contrast-125{
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150{
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200{
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0{
  --tw-grayscale: grayscale(0) !important;
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0{
  --tw-invert: invert(0) !important;
}

.invert{
  --tw-invert: invert(100%) !important;
}

.saturate-0{
  --tw-saturate: saturate(0) !important;
}

.saturate-50{
  --tw-saturate: saturate(.5) !important;
}

.saturate-100{
  --tw-saturate: saturate(1) !important;
}

.saturate-150{
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200{
  --tw-saturate: saturate(2) !important;
}

.sepia-0{
  --tw-sepia: sepia(0) !important;
}

.sepia{
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0{
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none{
  transition-property: none !important;
}

.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow{
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform{
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-75{
  transition-delay: 75ms !important;
}

.delay-100{
  transition-delay: 100ms !important;
}

.delay-150{
  transition-delay: 150ms !important;
}

.delay-200{
  transition-delay: 200ms !important;
}

.delay-300{
  transition-delay: 300ms !important;
}

.delay-500{
  transition-delay: 500ms !important;
}

.delay-700{
  transition-delay: 700ms !important;
}

.delay-1000{
  transition-delay: 1000ms !important;
}

.duration-75{
  transition-duration: 75ms !important;
}

.duration-100{
  transition-duration: 100ms !important;
}

.duration-150{
  transition-duration: 150ms !important;
}

.duration-200{
  transition-duration: 200ms !important;
}

.duration-300{
  transition-duration: 300ms !important;
}

.duration-500{
  transition-duration: 500ms !important;
}

.duration-700{
  transition-duration: 700ms !important;
}

.duration-1000{
  transition-duration: 1000ms !important;
}

.ease-linear{
  transition-timing-function: linear !important;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.content-none{
  content: none !important;
}

.select2-container-custom .select2-selection--single {
  height: 40px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.5rem !important;
  background-color: white !important;
}

.select2-container-custom .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 12px !important;
  color: #374151 !important;
  font-size: 14px !important;
}

.select2-container-custom .select2-selection__arrow {
  height: 38px !important;
  right: 8px !important;
}

.select2-container-custom .select2-selection--single:focus {
  outline: none !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.select2-dropdown-custom {
  border: 1px solid #d1d5db !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3b82f6 !important;
  color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f3f4f6 !important;
  color: #374151 !important;
}

.select2 {
  width: 100% !important;
}

/* Responsive adjustments */

/* Sticky Table Styles - Temporary */

.table-container {
  position: relative;
  overflow-x: auto !important;
  max-height: 600px;
  overflow-y: auto;
  border-radius: 0.5rem;
  width: 100%;
}

.sticky-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 1200px;
  /* Ensure minimum width for proper sticky behavior */
}

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.sticky-header th {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}

.sticky-col-first {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0 !important;
  z-index: 5;
  background-color: white !important;
}

.sticky-col-last {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 0 !important;
  z-index: 5;
  background-color: white !important;
  border-right: none !important;
  /* Remove right border to prevent double line */
}

/* Ensure sticky columns have proper background on hover */

tr:hover .sticky-col-first,
tr:hover .sticky-col-last {
  background-color: #f9fafb !important;
}

/* Header sticky columns */

.sticky-header .sticky-col-first {
  background-color: #f9fafb;
  z-index: 15;
}

.sticky-header .sticky-col-last {
  background-color: #f9fafb;
  z-index: 15;
}

/* Shadow effects for better visual separation */

/* Ensure proper z-index for corner cells */

.sticky-header .sticky-col-first {
  z-index: 20;
}

.sticky-header .sticky-col-last {
  z-index: 20;
}

/* Fix for table borders */

.sticky-table td,
.sticky-table th {
  border-right: 1px solid #e5e7eb;
}

.sticky-table td:last-child,
.sticky-table th:last-child {
  border-right: none;
}

/* Ensure proper background for all cells */

.sticky-table td {
  background-color: white;
}

.sticky-table tr:hover td {
  background-color: #f9fafb;
}

/* Responsive adjustments for mobile */

@media (max-width: 768px) {
  .table-container {
    max-height: 400px;
  }

  .sticky-col-first,
  .sticky-col-last {
    position: relative;
    z-index: auto;
  }

  .sticky-header {
    position: relative;
  }
}

/* Enhanced Placeholder Styling */

::-moz-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
  font-weight: 400;
}

::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
  font-weight: 400;
}

::-moz-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
  font-weight: 400;
}

/* Focus state placeholder */

input:focus::-moz-placeholder {
  color: #9ca3af !important;
  opacity: 0.7 !important;
}

input:focus:-ms-input-placeholder {
  color: #9ca3af !important;
  opacity: 0.7 !important;
}

input:focus::placeholder {
  color: #9ca3af !important;
  opacity: 0.7 !important;
}

/* Better input styling */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  color: #374151 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  color: #111827 !important;
}

.editor ul,
.editor ol {
  list-style: inside;
  padding-left: 1.25rem;
  /* or use Tailwind pl-5 */
}

@media (min-width: 640px){
  .sm\: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\: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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\: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\: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\:pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:visible{
    visibility: visible !important;
  }

  .sm\:invisible{
    visibility: hidden !important;
  }

  .sm\:static{
    position: static !important;
  }

  .sm\:fixed{
    position: fixed !important;
  }

  .sm\:absolute{
    position: absolute !important;
  }

  .sm\:relative{
    position: relative !important;
  }

  .sm\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .sm\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .sm\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .sm\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .sm\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .sm\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .sm\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .sm\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .sm\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .sm\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .sm\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .sm\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .sm\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .sm\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .sm\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .sm\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .sm\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .sm\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .sm\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .sm\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .sm\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .sm\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .sm\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .sm\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .sm\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .sm\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .sm\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .sm\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .sm\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .sm\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .sm\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .sm\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .sm\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .sm\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .sm\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .sm\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .sm\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .sm\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .sm\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .sm\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .sm\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .sm\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .sm\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .sm\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .sm\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .sm\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .sm\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .sm\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .sm\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .sm\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .sm\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .sm\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .sm\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .sm\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .sm\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .sm\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .sm\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .sm\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .sm\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .sm\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .sm\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .sm\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .sm\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .sm\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .sm\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .sm\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .sm\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .sm\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .sm\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .sm\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .sm\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .sm\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .sm\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .sm\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .sm\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .sm\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .sm\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .sm\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .sm\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .sm\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .sm\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .sm\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .sm\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .sm\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .sm\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .sm\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .sm\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .sm\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .sm\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .sm\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .sm\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .sm\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .sm\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .sm\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .sm\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .sm\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .sm\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .sm\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .sm\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .sm\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .sm\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .sm\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .sm\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .sm\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .sm\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .sm\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .sm\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .sm\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .sm\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .sm\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .sm\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .sm\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .sm\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .sm\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .sm\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .sm\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .sm\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .sm\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .sm\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .sm\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .sm\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .sm\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .sm\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .sm\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .sm\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .sm\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .sm\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .sm\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .sm\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .sm\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .sm\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .sm\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .sm\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .sm\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .sm\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .sm\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .sm\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .sm\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .sm\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .sm\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .sm\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .sm\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .sm\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .sm\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .sm\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .sm\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .sm\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .sm\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .sm\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .sm\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .sm\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .sm\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .sm\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:top-0{
    top: 0px !important;
  }

  .sm\:top-1{
    top: 0.25rem !important;
  }

  .sm\:top-2{
    top: 0.5rem !important;
  }

  .sm\:top-3{
    top: 0.75rem !important;
  }

  .sm\:top-4{
    top: 1rem !important;
  }

  .sm\:top-5{
    top: 1.25rem !important;
  }

  .sm\:top-6{
    top: 1.5rem !important;
  }

  .sm\:top-7{
    top: 1.75rem !important;
  }

  .sm\:top-8{
    top: 2rem !important;
  }

  .sm\:top-9{
    top: 2.25rem !important;
  }

  .sm\:top-10{
    top: 2.5rem !important;
  }

  .sm\:top-11{
    top: 2.75rem !important;
  }

  .sm\:top-12{
    top: 3rem !important;
  }

  .sm\:top-14{
    top: 3.5rem !important;
  }

  .sm\:top-16{
    top: 4rem !important;
  }

  .sm\:top-20{
    top: 5rem !important;
  }

  .sm\:top-24{
    top: 6rem !important;
  }

  .sm\:top-28{
    top: 7rem !important;
  }

  .sm\:top-32{
    top: 8rem !important;
  }

  .sm\:top-36{
    top: 9rem !important;
  }

  .sm\:top-40{
    top: 10rem !important;
  }

  .sm\:top-44{
    top: 11rem !important;
  }

  .sm\:top-48{
    top: 12rem !important;
  }

  .sm\:top-52{
    top: 13rem !important;
  }

  .sm\:top-56{
    top: 14rem !important;
  }

  .sm\:top-60{
    top: 15rem !important;
  }

  .sm\:top-64{
    top: 16rem !important;
  }

  .sm\:top-72{
    top: 18rem !important;
  }

  .sm\:top-80{
    top: 20rem !important;
  }

  .sm\:top-96{
    top: 24rem !important;
  }

  .sm\:top-auto{
    top: auto !important;
  }

  .sm\:top-px{
    top: 1px !important;
  }

  .sm\:top-0\.5{
    top: 0.125rem !important;
  }

  .sm\:top-1\.5{
    top: 0.375rem !important;
  }

  .sm\:top-2\.5{
    top: 0.625rem !important;
  }

  .sm\:top-3\.5{
    top: 0.875rem !important;
  }

  .sm\:-top-0{
    top: 0px !important;
  }

  .sm\:-top-1{
    top: -0.25rem !important;
  }

  .sm\:-top-2{
    top: -0.5rem !important;
  }

  .sm\:-top-3{
    top: -0.75rem !important;
  }

  .sm\:-top-4{
    top: -1rem !important;
  }

  .sm\:-top-5{
    top: -1.25rem !important;
  }

  .sm\:-top-6{
    top: -1.5rem !important;
  }

  .sm\:-top-7{
    top: -1.75rem !important;
  }

  .sm\:-top-8{
    top: -2rem !important;
  }

  .sm\:-top-9{
    top: -2.25rem !important;
  }

  .sm\:-top-10{
    top: -2.5rem !important;
  }

  .sm\:-top-11{
    top: -2.75rem !important;
  }

  .sm\:-top-12{
    top: -3rem !important;
  }

  .sm\:-top-14{
    top: -3.5rem !important;
  }

  .sm\:-top-16{
    top: -4rem !important;
  }

  .sm\:-top-20{
    top: -5rem !important;
  }

  .sm\:-top-24{
    top: -6rem !important;
  }

  .sm\:-top-28{
    top: -7rem !important;
  }

  .sm\:-top-32{
    top: -8rem !important;
  }

  .sm\:-top-36{
    top: -9rem !important;
  }

  .sm\:-top-40{
    top: -10rem !important;
  }

  .sm\:-top-44{
    top: -11rem !important;
  }

  .sm\:-top-48{
    top: -12rem !important;
  }

  .sm\:-top-52{
    top: -13rem !important;
  }

  .sm\:-top-56{
    top: -14rem !important;
  }

  .sm\:-top-60{
    top: -15rem !important;
  }

  .sm\:-top-64{
    top: -16rem !important;
  }

  .sm\:-top-72{
    top: -18rem !important;
  }

  .sm\:-top-80{
    top: -20rem !important;
  }

  .sm\:-top-96{
    top: -24rem !important;
  }

  .sm\:-top-px{
    top: -1px !important;
  }

  .sm\:-top-0\.5{
    top: -0.125rem !important;
  }

  .sm\:-top-1\.5{
    top: -0.375rem !important;
  }

  .sm\:-top-2\.5{
    top: -0.625rem !important;
  }

  .sm\:-top-3\.5{
    top: -0.875rem !important;
  }

  .sm\:top-1\/2{
    top: 50% !important;
  }

  .sm\:top-1\/3{
    top: 33.333333% !important;
  }

  .sm\:top-2\/3{
    top: 66.666667% !important;
  }

  .sm\:top-1\/4{
    top: 25% !important;
  }

  .sm\:top-2\/4{
    top: 50% !important;
  }

  .sm\:top-3\/4{
    top: 75% !important;
  }

  .sm\:top-full{
    top: 100% !important;
  }

  .sm\:-top-1\/2{
    top: -50% !important;
  }

  .sm\:-top-1\/3{
    top: -33.333333% !important;
  }

  .sm\:-top-2\/3{
    top: -66.666667% !important;
  }

  .sm\:-top-1\/4{
    top: -25% !important;
  }

  .sm\:-top-2\/4{
    top: -50% !important;
  }

  .sm\:-top-3\/4{
    top: -75% !important;
  }

  .sm\:-top-full{
    top: -100% !important;
  }

  .sm\:right-0{
    right: 0px !important;
  }

  .sm\:right-1{
    right: 0.25rem !important;
  }

  .sm\:right-2{
    right: 0.5rem !important;
  }

  .sm\:right-3{
    right: 0.75rem !important;
  }

  .sm\:right-4{
    right: 1rem !important;
  }

  .sm\:right-5{
    right: 1.25rem !important;
  }

  .sm\:right-6{
    right: 1.5rem !important;
  }

  .sm\:right-7{
    right: 1.75rem !important;
  }

  .sm\:right-8{
    right: 2rem !important;
  }

  .sm\:right-9{
    right: 2.25rem !important;
  }

  .sm\:right-10{
    right: 2.5rem !important;
  }

  .sm\:right-11{
    right: 2.75rem !important;
  }

  .sm\:right-12{
    right: 3rem !important;
  }

  .sm\:right-14{
    right: 3.5rem !important;
  }

  .sm\:right-16{
    right: 4rem !important;
  }

  .sm\:right-20{
    right: 5rem !important;
  }

  .sm\:right-24{
    right: 6rem !important;
  }

  .sm\:right-28{
    right: 7rem !important;
  }

  .sm\:right-32{
    right: 8rem !important;
  }

  .sm\:right-36{
    right: 9rem !important;
  }

  .sm\:right-40{
    right: 10rem !important;
  }

  .sm\:right-44{
    right: 11rem !important;
  }

  .sm\:right-48{
    right: 12rem !important;
  }

  .sm\:right-52{
    right: 13rem !important;
  }

  .sm\:right-56{
    right: 14rem !important;
  }

  .sm\:right-60{
    right: 15rem !important;
  }

  .sm\:right-64{
    right: 16rem !important;
  }

  .sm\:right-72{
    right: 18rem !important;
  }

  .sm\:right-80{
    right: 20rem !important;
  }

  .sm\:right-96{
    right: 24rem !important;
  }

  .sm\:right-auto{
    right: auto !important;
  }

  .sm\:right-px{
    right: 1px !important;
  }

  .sm\:right-0\.5{
    right: 0.125rem !important;
  }

  .sm\:right-1\.5{
    right: 0.375rem !important;
  }

  .sm\:right-2\.5{
    right: 0.625rem !important;
  }

  .sm\:right-3\.5{
    right: 0.875rem !important;
  }

  .sm\:-right-0{
    right: 0px !important;
  }

  .sm\:-right-1{
    right: -0.25rem !important;
  }

  .sm\:-right-2{
    right: -0.5rem !important;
  }

  .sm\:-right-3{
    right: -0.75rem !important;
  }

  .sm\:-right-4{
    right: -1rem !important;
  }

  .sm\:-right-5{
    right: -1.25rem !important;
  }

  .sm\:-right-6{
    right: -1.5rem !important;
  }

  .sm\:-right-7{
    right: -1.75rem !important;
  }

  .sm\:-right-8{
    right: -2rem !important;
  }

  .sm\:-right-9{
    right: -2.25rem !important;
  }

  .sm\:-right-10{
    right: -2.5rem !important;
  }

  .sm\:-right-11{
    right: -2.75rem !important;
  }

  .sm\:-right-12{
    right: -3rem !important;
  }

  .sm\:-right-14{
    right: -3.5rem !important;
  }

  .sm\:-right-16{
    right: -4rem !important;
  }

  .sm\:-right-20{
    right: -5rem !important;
  }

  .sm\:-right-24{
    right: -6rem !important;
  }

  .sm\:-right-28{
    right: -7rem !important;
  }

  .sm\:-right-32{
    right: -8rem !important;
  }

  .sm\:-right-36{
    right: -9rem !important;
  }

  .sm\:-right-40{
    right: -10rem !important;
  }

  .sm\:-right-44{
    right: -11rem !important;
  }

  .sm\:-right-48{
    right: -12rem !important;
  }

  .sm\:-right-52{
    right: -13rem !important;
  }

  .sm\:-right-56{
    right: -14rem !important;
  }

  .sm\:-right-60{
    right: -15rem !important;
  }

  .sm\:-right-64{
    right: -16rem !important;
  }

  .sm\:-right-72{
    right: -18rem !important;
  }

  .sm\:-right-80{
    right: -20rem !important;
  }

  .sm\:-right-96{
    right: -24rem !important;
  }

  .sm\:-right-px{
    right: -1px !important;
  }

  .sm\:-right-0\.5{
    right: -0.125rem !important;
  }

  .sm\:-right-1\.5{
    right: -0.375rem !important;
  }

  .sm\:-right-2\.5{
    right: -0.625rem !important;
  }

  .sm\:-right-3\.5{
    right: -0.875rem !important;
  }

  .sm\:right-1\/2{
    right: 50% !important;
  }

  .sm\:right-1\/3{
    right: 33.333333% !important;
  }

  .sm\:right-2\/3{
    right: 66.666667% !important;
  }

  .sm\:right-1\/4{
    right: 25% !important;
  }

  .sm\:right-2\/4{
    right: 50% !important;
  }

  .sm\:right-3\/4{
    right: 75% !important;
  }

  .sm\:right-full{
    right: 100% !important;
  }

  .sm\:-right-1\/2{
    right: -50% !important;
  }

  .sm\:-right-1\/3{
    right: -33.333333% !important;
  }

  .sm\:-right-2\/3{
    right: -66.666667% !important;
  }

  .sm\:-right-1\/4{
    right: -25% !important;
  }

  .sm\:-right-2\/4{
    right: -50% !important;
  }

  .sm\:-right-3\/4{
    right: -75% !important;
  }

  .sm\:-right-full{
    right: -100% !important;
  }

  .sm\:bottom-0{
    bottom: 0px !important;
  }

  .sm\:bottom-1{
    bottom: 0.25rem !important;
  }

  .sm\:bottom-2{
    bottom: 0.5rem !important;
  }

  .sm\:bottom-3{
    bottom: 0.75rem !important;
  }

  .sm\:bottom-4{
    bottom: 1rem !important;
  }

  .sm\:bottom-5{
    bottom: 1.25rem !important;
  }

  .sm\:bottom-6{
    bottom: 1.5rem !important;
  }

  .sm\:bottom-7{
    bottom: 1.75rem !important;
  }

  .sm\:bottom-8{
    bottom: 2rem !important;
  }

  .sm\:bottom-9{
    bottom: 2.25rem !important;
  }

  .sm\:bottom-10{
    bottom: 2.5rem !important;
  }

  .sm\:bottom-11{
    bottom: 2.75rem !important;
  }

  .sm\:bottom-12{
    bottom: 3rem !important;
  }

  .sm\:bottom-14{
    bottom: 3.5rem !important;
  }

  .sm\:bottom-16{
    bottom: 4rem !important;
  }

  .sm\:bottom-20{
    bottom: 5rem !important;
  }

  .sm\:bottom-24{
    bottom: 6rem !important;
  }

  .sm\:bottom-28{
    bottom: 7rem !important;
  }

  .sm\:bottom-32{
    bottom: 8rem !important;
  }

  .sm\:bottom-36{
    bottom: 9rem !important;
  }

  .sm\:bottom-40{
    bottom: 10rem !important;
  }

  .sm\:bottom-44{
    bottom: 11rem !important;
  }

  .sm\:bottom-48{
    bottom: 12rem !important;
  }

  .sm\:bottom-52{
    bottom: 13rem !important;
  }

  .sm\:bottom-56{
    bottom: 14rem !important;
  }

  .sm\:bottom-60{
    bottom: 15rem !important;
  }

  .sm\:bottom-64{
    bottom: 16rem !important;
  }

  .sm\:bottom-72{
    bottom: 18rem !important;
  }

  .sm\:bottom-80{
    bottom: 20rem !important;
  }

  .sm\:bottom-96{
    bottom: 24rem !important;
  }

  .sm\:bottom-auto{
    bottom: auto !important;
  }

  .sm\:bottom-px{
    bottom: 1px !important;
  }

  .sm\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .sm\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .sm\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .sm\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .sm\:-bottom-0{
    bottom: 0px !important;
  }

  .sm\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .sm\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .sm\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .sm\:-bottom-4{
    bottom: -1rem !important;
  }

  .sm\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .sm\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .sm\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .sm\:-bottom-8{
    bottom: -2rem !important;
  }

  .sm\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .sm\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .sm\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .sm\:-bottom-12{
    bottom: -3rem !important;
  }

  .sm\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .sm\:-bottom-16{
    bottom: -4rem !important;
  }

  .sm\:-bottom-20{
    bottom: -5rem !important;
  }

  .sm\:-bottom-24{
    bottom: -6rem !important;
  }

  .sm\:-bottom-28{
    bottom: -7rem !important;
  }

  .sm\:-bottom-32{
    bottom: -8rem !important;
  }

  .sm\:-bottom-36{
    bottom: -9rem !important;
  }

  .sm\:-bottom-40{
    bottom: -10rem !important;
  }

  .sm\:-bottom-44{
    bottom: -11rem !important;
  }

  .sm\:-bottom-48{
    bottom: -12rem !important;
  }

  .sm\:-bottom-52{
    bottom: -13rem !important;
  }

  .sm\:-bottom-56{
    bottom: -14rem !important;
  }

  .sm\:-bottom-60{
    bottom: -15rem !important;
  }

  .sm\:-bottom-64{
    bottom: -16rem !important;
  }

  .sm\:-bottom-72{
    bottom: -18rem !important;
  }

  .sm\:-bottom-80{
    bottom: -20rem !important;
  }

  .sm\:-bottom-96{
    bottom: -24rem !important;
  }

  .sm\:-bottom-px{
    bottom: -1px !important;
  }

  .sm\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .sm\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .sm\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .sm\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .sm\:bottom-1\/2{
    bottom: 50% !important;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .sm\:bottom-1\/4{
    bottom: 25% !important;
  }

  .sm\:bottom-2\/4{
    bottom: 50% !important;
  }

  .sm\:bottom-3\/4{
    bottom: 75% !important;
  }

  .sm\:bottom-full{
    bottom: 100% !important;
  }

  .sm\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .sm\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .sm\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .sm\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .sm\:-bottom-full{
    bottom: -100% !important;
  }

  .sm\:left-0{
    left: 0px !important;
  }

  .sm\:left-1{
    left: 0.25rem !important;
  }

  .sm\:left-2{
    left: 0.5rem !important;
  }

  .sm\:left-3{
    left: 0.75rem !important;
  }

  .sm\:left-4{
    left: 1rem !important;
  }

  .sm\:left-5{
    left: 1.25rem !important;
  }

  .sm\:left-6{
    left: 1.5rem !important;
  }

  .sm\:left-7{
    left: 1.75rem !important;
  }

  .sm\:left-8{
    left: 2rem !important;
  }

  .sm\:left-9{
    left: 2.25rem !important;
  }

  .sm\:left-10{
    left: 2.5rem !important;
  }

  .sm\:left-11{
    left: 2.75rem !important;
  }

  .sm\:left-12{
    left: 3rem !important;
  }

  .sm\:left-14{
    left: 3.5rem !important;
  }

  .sm\:left-16{
    left: 4rem !important;
  }

  .sm\:left-20{
    left: 5rem !important;
  }

  .sm\:left-24{
    left: 6rem !important;
  }

  .sm\:left-28{
    left: 7rem !important;
  }

  .sm\:left-32{
    left: 8rem !important;
  }

  .sm\:left-36{
    left: 9rem !important;
  }

  .sm\:left-40{
    left: 10rem !important;
  }

  .sm\:left-44{
    left: 11rem !important;
  }

  .sm\:left-48{
    left: 12rem !important;
  }

  .sm\:left-52{
    left: 13rem !important;
  }

  .sm\:left-56{
    left: 14rem !important;
  }

  .sm\:left-60{
    left: 15rem !important;
  }

  .sm\:left-64{
    left: 16rem !important;
  }

  .sm\:left-72{
    left: 18rem !important;
  }

  .sm\:left-80{
    left: 20rem !important;
  }

  .sm\:left-96{
    left: 24rem !important;
  }

  .sm\:left-auto{
    left: auto !important;
  }

  .sm\:left-px{
    left: 1px !important;
  }

  .sm\:left-0\.5{
    left: 0.125rem !important;
  }

  .sm\:left-1\.5{
    left: 0.375rem !important;
  }

  .sm\:left-2\.5{
    left: 0.625rem !important;
  }

  .sm\:left-3\.5{
    left: 0.875rem !important;
  }

  .sm\:-left-0{
    left: 0px !important;
  }

  .sm\:-left-1{
    left: -0.25rem !important;
  }

  .sm\:-left-2{
    left: -0.5rem !important;
  }

  .sm\:-left-3{
    left: -0.75rem !important;
  }

  .sm\:-left-4{
    left: -1rem !important;
  }

  .sm\:-left-5{
    left: -1.25rem !important;
  }

  .sm\:-left-6{
    left: -1.5rem !important;
  }

  .sm\:-left-7{
    left: -1.75rem !important;
  }

  .sm\:-left-8{
    left: -2rem !important;
  }

  .sm\:-left-9{
    left: -2.25rem !important;
  }

  .sm\:-left-10{
    left: -2.5rem !important;
  }

  .sm\:-left-11{
    left: -2.75rem !important;
  }

  .sm\:-left-12{
    left: -3rem !important;
  }

  .sm\:-left-14{
    left: -3.5rem !important;
  }

  .sm\:-left-16{
    left: -4rem !important;
  }

  .sm\:-left-20{
    left: -5rem !important;
  }

  .sm\:-left-24{
    left: -6rem !important;
  }

  .sm\:-left-28{
    left: -7rem !important;
  }

  .sm\:-left-32{
    left: -8rem !important;
  }

  .sm\:-left-36{
    left: -9rem !important;
  }

  .sm\:-left-40{
    left: -10rem !important;
  }

  .sm\:-left-44{
    left: -11rem !important;
  }

  .sm\:-left-48{
    left: -12rem !important;
  }

  .sm\:-left-52{
    left: -13rem !important;
  }

  .sm\:-left-56{
    left: -14rem !important;
  }

  .sm\:-left-60{
    left: -15rem !important;
  }

  .sm\:-left-64{
    left: -16rem !important;
  }

  .sm\:-left-72{
    left: -18rem !important;
  }

  .sm\:-left-80{
    left: -20rem !important;
  }

  .sm\:-left-96{
    left: -24rem !important;
  }

  .sm\:-left-px{
    left: -1px !important;
  }

  .sm\:-left-0\.5{
    left: -0.125rem !important;
  }

  .sm\:-left-1\.5{
    left: -0.375rem !important;
  }

  .sm\:-left-2\.5{
    left: -0.625rem !important;
  }

  .sm\:-left-3\.5{
    left: -0.875rem !important;
  }

  .sm\:left-1\/2{
    left: 50% !important;
  }

  .sm\:left-1\/3{
    left: 33.333333% !important;
  }

  .sm\:left-2\/3{
    left: 66.666667% !important;
  }

  .sm\:left-1\/4{
    left: 25% !important;
  }

  .sm\:left-2\/4{
    left: 50% !important;
  }

  .sm\:left-3\/4{
    left: 75% !important;
  }

  .sm\:left-full{
    left: 100% !important;
  }

  .sm\:-left-1\/2{
    left: -50% !important;
  }

  .sm\:-left-1\/3{
    left: -33.333333% !important;
  }

  .sm\:-left-2\/3{
    left: -66.666667% !important;
  }

  .sm\:-left-1\/4{
    left: -25% !important;
  }

  .sm\:-left-2\/4{
    left: -50% !important;
  }

  .sm\:-left-3\/4{
    left: -75% !important;
  }

  .sm\:-left-full{
    left: -100% !important;
  }

  .sm\:isolate{
    isolation: isolate !important;
  }

  .sm\:isolation-auto{
    isolation: auto !important;
  }

  .sm\:z-0{
    z-index: 0 !important;
  }

  .sm\:z-10{
    z-index: 10 !important;
  }

  .sm\:z-20{
    z-index: 20 !important;
  }

  .sm\:z-30{
    z-index: 30 !important;
  }

  .sm\:z-40{
    z-index: 40 !important;
  }

  .sm\:z-50{
    z-index: 50 !important;
  }

  .sm\:z-auto{
    z-index: auto !important;
  }

  .sm\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .sm\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .sm\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .sm\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .sm\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .sm\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .sm\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .sm\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .sm\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .sm\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .sm\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .sm\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .sm\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .sm\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .sm\:order-1{
    order: 1 !important;
  }

  .sm\:order-2{
    order: 2 !important;
  }

  .sm\:order-3{
    order: 3 !important;
  }

  .sm\:order-4{
    order: 4 !important;
  }

  .sm\:order-5{
    order: 5 !important;
  }

  .sm\:order-6{
    order: 6 !important;
  }

  .sm\:order-7{
    order: 7 !important;
  }

  .sm\:order-8{
    order: 8 !important;
  }

  .sm\:order-9{
    order: 9 !important;
  }

  .sm\:order-10{
    order: 10 !important;
  }

  .sm\:order-11{
    order: 11 !important;
  }

  .sm\:order-12{
    order: 12 !important;
  }

  .sm\:order-first{
    order: -9999 !important;
  }

  .sm\:order-last{
    order: 9999 !important;
  }

  .sm\:order-none{
    order: 0 !important;
  }

  .sm\:col-auto{
    grid-column: auto !important;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1{
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2{
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3{
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4{
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5{
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6{
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7{
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8{
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9{
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10{
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11{
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12{
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13{
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto{
    grid-column-start: auto !important;
  }

  .sm\:col-end-1{
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2{
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3{
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4{
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5{
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6{
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7{
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8{
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9{
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10{
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11{
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12{
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13{
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto{
    grid-column-end: auto !important;
  }

  .sm\:row-auto{
    grid-row: auto !important;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1{
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2{
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3{
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4{
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5{
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6{
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7{
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto{
    grid-row-start: auto !important;
  }

  .sm\:row-end-1{
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2{
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3{
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4{
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5{
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6{
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7{
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto{
    grid-row-end: auto !important;
  }

  .sm\:float-right{
    float: right !important;
  }

  .sm\:float-left{
    float: left !important;
  }

  .sm\:float-none{
    float: none !important;
  }

  .sm\:clear-left{
    clear: left !important;
  }

  .sm\:clear-right{
    clear: right !important;
  }

  .sm\:clear-both{
    clear: both !important;
  }

  .sm\:clear-none{
    clear: none !important;
  }

  .sm\:m-0{
    margin: 0px !important;
  }

  .sm\:m-1{
    margin: 0.25rem !important;
  }

  .sm\:m-2{
    margin: 0.5rem !important;
  }

  .sm\:m-3{
    margin: 0.75rem !important;
  }

  .sm\:m-4{
    margin: 1rem !important;
  }

  .sm\:m-5{
    margin: 1.25rem !important;
  }

  .sm\:m-6{
    margin: 1.5rem !important;
  }

  .sm\:m-7{
    margin: 1.75rem !important;
  }

  .sm\:m-8{
    margin: 2rem !important;
  }

  .sm\:m-9{
    margin: 2.25rem !important;
  }

  .sm\:m-10{
    margin: 2.5rem !important;
  }

  .sm\:m-11{
    margin: 2.75rem !important;
  }

  .sm\:m-12{
    margin: 3rem !important;
  }

  .sm\:m-14{
    margin: 3.5rem !important;
  }

  .sm\:m-16{
    margin: 4rem !important;
  }

  .sm\:m-20{
    margin: 5rem !important;
  }

  .sm\:m-24{
    margin: 6rem !important;
  }

  .sm\:m-28{
    margin: 7rem !important;
  }

  .sm\:m-32{
    margin: 8rem !important;
  }

  .sm\:m-36{
    margin: 9rem !important;
  }

  .sm\:m-40{
    margin: 10rem !important;
  }

  .sm\:m-44{
    margin: 11rem !important;
  }

  .sm\:m-48{
    margin: 12rem !important;
  }

  .sm\:m-52{
    margin: 13rem !important;
  }

  .sm\:m-56{
    margin: 14rem !important;
  }

  .sm\:m-60{
    margin: 15rem !important;
  }

  .sm\:m-64{
    margin: 16rem !important;
  }

  .sm\:m-72{
    margin: 18rem !important;
  }

  .sm\:m-80{
    margin: 20rem !important;
  }

  .sm\:m-96{
    margin: 24rem !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:m-px{
    margin: 1px !important;
  }

  .sm\:m-0\.5{
    margin: 0.125rem !important;
  }

  .sm\:m-1\.5{
    margin: 0.375rem !important;
  }

  .sm\:m-2\.5{
    margin: 0.625rem !important;
  }

  .sm\:m-3\.5{
    margin: 0.875rem !important;
  }

  .sm\:-m-0{
    margin: 0px !important;
  }

  .sm\:-m-1{
    margin: -0.25rem !important;
  }

  .sm\:-m-2{
    margin: -0.5rem !important;
  }

  .sm\:-m-3{
    margin: -0.75rem !important;
  }

  .sm\:-m-4{
    margin: -1rem !important;
  }

  .sm\:-m-5{
    margin: -1.25rem !important;
  }

  .sm\:-m-6{
    margin: -1.5rem !important;
  }

  .sm\:-m-7{
    margin: -1.75rem !important;
  }

  .sm\:-m-8{
    margin: -2rem !important;
  }

  .sm\:-m-9{
    margin: -2.25rem !important;
  }

  .sm\:-m-10{
    margin: -2.5rem !important;
  }

  .sm\:-m-11{
    margin: -2.75rem !important;
  }

  .sm\:-m-12{
    margin: -3rem !important;
  }

  .sm\:-m-14{
    margin: -3.5rem !important;
  }

  .sm\:-m-16{
    margin: -4rem !important;
  }

  .sm\:-m-20{
    margin: -5rem !important;
  }

  .sm\:-m-24{
    margin: -6rem !important;
  }

  .sm\:-m-28{
    margin: -7rem !important;
  }

  .sm\:-m-32{
    margin: -8rem !important;
  }

  .sm\:-m-36{
    margin: -9rem !important;
  }

  .sm\:-m-40{
    margin: -10rem !important;
  }

  .sm\:-m-44{
    margin: -11rem !important;
  }

  .sm\:-m-48{
    margin: -12rem !important;
  }

  .sm\:-m-52{
    margin: -13rem !important;
  }

  .sm\:-m-56{
    margin: -14rem !important;
  }

  .sm\:-m-60{
    margin: -15rem !important;
  }

  .sm\:-m-64{
    margin: -16rem !important;
  }

  .sm\:-m-72{
    margin: -18rem !important;
  }

  .sm\:-m-80{
    margin: -20rem !important;
  }

  .sm\:-m-96{
    margin: -24rem !important;
  }

  .sm\:-m-px{
    margin: -1px !important;
  }

  .sm\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .sm\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .sm\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .sm\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .sm\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .sm\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sm\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .sm\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .sm\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .sm\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .sm\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .sm\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .sm\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .sm\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .sm\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .sm\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:mt-0{
    margin-top: 0px !important;
  }

  .sm\:mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:mt-4{
    margin-top: 1rem !important;
  }

  .sm\:mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:mt-7{
    margin-top: 1.75rem !important;
  }

  .sm\:mt-8{
    margin-top: 2rem !important;
  }

  .sm\:mt-9{
    margin-top: 2.25rem !important;
  }

  .sm\:mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:mt-11{
    margin-top: 2.75rem !important;
  }

  .sm\:mt-12{
    margin-top: 3rem !important;
  }

  .sm\:mt-14{
    margin-top: 3.5rem !important;
  }

  .sm\:mt-16{
    margin-top: 4rem !important;
  }

  .sm\:mt-20{
    margin-top: 5rem !important;
  }

  .sm\:mt-24{
    margin-top: 6rem !important;
  }

  .sm\:mt-28{
    margin-top: 7rem !important;
  }

  .sm\:mt-32{
    margin-top: 8rem !important;
  }

  .sm\:mt-36{
    margin-top: 9rem !important;
  }

  .sm\:mt-40{
    margin-top: 10rem !important;
  }

  .sm\:mt-44{
    margin-top: 11rem !important;
  }

  .sm\:mt-48{
    margin-top: 12rem !important;
  }

  .sm\:mt-52{
    margin-top: 13rem !important;
  }

  .sm\:mt-56{
    margin-top: 14rem !important;
  }

  .sm\:mt-60{
    margin-top: 15rem !important;
  }

  .sm\:mt-64{
    margin-top: 16rem !important;
  }

  .sm\:mt-72{
    margin-top: 18rem !important;
  }

  .sm\:mt-80{
    margin-top: 20rem !important;
  }

  .sm\:mt-96{
    margin-top: 24rem !important;
  }

  .sm\:mt-auto{
    margin-top: auto !important;
  }

  .sm\:mt-px{
    margin-top: 1px !important;
  }

  .sm\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .sm\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .sm\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .sm\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .sm\:-mt-0{
    margin-top: 0px !important;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:-mt-4{
    margin-top: -1rem !important;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .sm\:-mt-8{
    margin-top: -2rem !important;
  }

  .sm\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .sm\:-mt-12{
    margin-top: -3rem !important;
  }

  .sm\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .sm\:-mt-16{
    margin-top: -4rem !important;
  }

  .sm\:-mt-20{
    margin-top: -5rem !important;
  }

  .sm\:-mt-24{
    margin-top: -6rem !important;
  }

  .sm\:-mt-28{
    margin-top: -7rem !important;
  }

  .sm\:-mt-32{
    margin-top: -8rem !important;
  }

  .sm\:-mt-36{
    margin-top: -9rem !important;
  }

  .sm\:-mt-40{
    margin-top: -10rem !important;
  }

  .sm\:-mt-44{
    margin-top: -11rem !important;
  }

  .sm\:-mt-48{
    margin-top: -12rem !important;
  }

  .sm\:-mt-52{
    margin-top: -13rem !important;
  }

  .sm\:-mt-56{
    margin-top: -14rem !important;
  }

  .sm\:-mt-60{
    margin-top: -15rem !important;
  }

  .sm\:-mt-64{
    margin-top: -16rem !important;
  }

  .sm\:-mt-72{
    margin-top: -18rem !important;
  }

  .sm\:-mt-80{
    margin-top: -20rem !important;
  }

  .sm\:-mt-96{
    margin-top: -24rem !important;
  }

  .sm\:-mt-px{
    margin-top: -1px !important;
  }

  .sm\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .sm\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .sm\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .sm\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .sm\:mr-0{
    margin-right: 0px !important;
  }

  .sm\:mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:mr-4{
    margin-right: 1rem !important;
  }

  .sm\:mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:mr-7{
    margin-right: 1.75rem !important;
  }

  .sm\:mr-8{
    margin-right: 2rem !important;
  }

  .sm\:mr-9{
    margin-right: 2.25rem !important;
  }

  .sm\:mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:mr-11{
    margin-right: 2.75rem !important;
  }

  .sm\:mr-12{
    margin-right: 3rem !important;
  }

  .sm\:mr-14{
    margin-right: 3.5rem !important;
  }

  .sm\:mr-16{
    margin-right: 4rem !important;
  }

  .sm\:mr-20{
    margin-right: 5rem !important;
  }

  .sm\:mr-24{
    margin-right: 6rem !important;
  }

  .sm\:mr-28{
    margin-right: 7rem !important;
  }

  .sm\:mr-32{
    margin-right: 8rem !important;
  }

  .sm\:mr-36{
    margin-right: 9rem !important;
  }

  .sm\:mr-40{
    margin-right: 10rem !important;
  }

  .sm\:mr-44{
    margin-right: 11rem !important;
  }

  .sm\:mr-48{
    margin-right: 12rem !important;
  }

  .sm\:mr-52{
    margin-right: 13rem !important;
  }

  .sm\:mr-56{
    margin-right: 14rem !important;
  }

  .sm\:mr-60{
    margin-right: 15rem !important;
  }

  .sm\:mr-64{
    margin-right: 16rem !important;
  }

  .sm\:mr-72{
    margin-right: 18rem !important;
  }

  .sm\:mr-80{
    margin-right: 20rem !important;
  }

  .sm\:mr-96{
    margin-right: 24rem !important;
  }

  .sm\:mr-auto{
    margin-right: auto !important;
  }

  .sm\:mr-px{
    margin-right: 1px !important;
  }

  .sm\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .sm\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .sm\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .sm\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .sm\:-mr-0{
    margin-right: 0px !important;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:-mr-4{
    margin-right: -1rem !important;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .sm\:-mr-8{
    margin-right: -2rem !important;
  }

  .sm\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .sm\:-mr-12{
    margin-right: -3rem !important;
  }

  .sm\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .sm\:-mr-16{
    margin-right: -4rem !important;
  }

  .sm\:-mr-20{
    margin-right: -5rem !important;
  }

  .sm\:-mr-24{
    margin-right: -6rem !important;
  }

  .sm\:-mr-28{
    margin-right: -7rem !important;
  }

  .sm\:-mr-32{
    margin-right: -8rem !important;
  }

  .sm\:-mr-36{
    margin-right: -9rem !important;
  }

  .sm\:-mr-40{
    margin-right: -10rem !important;
  }

  .sm\:-mr-44{
    margin-right: -11rem !important;
  }

  .sm\:-mr-48{
    margin-right: -12rem !important;
  }

  .sm\:-mr-52{
    margin-right: -13rem !important;
  }

  .sm\:-mr-56{
    margin-right: -14rem !important;
  }

  .sm\:-mr-60{
    margin-right: -15rem !important;
  }

  .sm\:-mr-64{
    margin-right: -16rem !important;
  }

  .sm\:-mr-72{
    margin-right: -18rem !important;
  }

  .sm\:-mr-80{
    margin-right: -20rem !important;
  }

  .sm\:-mr-96{
    margin-right: -24rem !important;
  }

  .sm\:-mr-px{
    margin-right: -1px !important;
  }

  .sm\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .sm\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .sm\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .sm\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .sm\:mb-0{
    margin-bottom: 0px !important;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .sm\:mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .sm\:mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .sm\:mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:mb-28{
    margin-bottom: 7rem !important;
  }

  .sm\:mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:mb-36{
    margin-bottom: 9rem !important;
  }

  .sm\:mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:mb-44{
    margin-bottom: 11rem !important;
  }

  .sm\:mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:mb-52{
    margin-bottom: 13rem !important;
  }

  .sm\:mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:mb-60{
    margin-bottom: 15rem !important;
  }

  .sm\:mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:mb-72{
    margin-bottom: 18rem !important;
  }

  .sm\:mb-80{
    margin-bottom: 20rem !important;
  }

  .sm\:mb-96{
    margin-bottom: 24rem !important;
  }

  .sm\:mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .sm\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .sm\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .sm\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .sm\:-mb-0{
    margin-bottom: 0px !important;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .sm\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .sm\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .sm\:-mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .sm\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .sm\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .sm\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .sm\:ml-0{
    margin-left: 0px !important;
  }

  .sm\:ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:ml-4{
    margin-left: 1rem !important;
  }

  .sm\:ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:ml-7{
    margin-left: 1.75rem !important;
  }

  .sm\:ml-8{
    margin-left: 2rem !important;
  }

  .sm\:ml-9{
    margin-left: 2.25rem !important;
  }

  .sm\:ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:ml-11{
    margin-left: 2.75rem !important;
  }

  .sm\:ml-12{
    margin-left: 3rem !important;
  }

  .sm\:ml-14{
    margin-left: 3.5rem !important;
  }

  .sm\:ml-16{
    margin-left: 4rem !important;
  }

  .sm\:ml-20{
    margin-left: 5rem !important;
  }

  .sm\:ml-24{
    margin-left: 6rem !important;
  }

  .sm\:ml-28{
    margin-left: 7rem !important;
  }

  .sm\:ml-32{
    margin-left: 8rem !important;
  }

  .sm\:ml-36{
    margin-left: 9rem !important;
  }

  .sm\:ml-40{
    margin-left: 10rem !important;
  }

  .sm\:ml-44{
    margin-left: 11rem !important;
  }

  .sm\:ml-48{
    margin-left: 12rem !important;
  }

  .sm\:ml-52{
    margin-left: 13rem !important;
  }

  .sm\:ml-56{
    margin-left: 14rem !important;
  }

  .sm\:ml-60{
    margin-left: 15rem !important;
  }

  .sm\:ml-64{
    margin-left: 16rem !important;
  }

  .sm\:ml-72{
    margin-left: 18rem !important;
  }

  .sm\:ml-80{
    margin-left: 20rem !important;
  }

  .sm\:ml-96{
    margin-left: 24rem !important;
  }

  .sm\:ml-auto{
    margin-left: auto !important;
  }

  .sm\:ml-px{
    margin-left: 1px !important;
  }

  .sm\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .sm\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .sm\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .sm\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .sm\:-ml-0{
    margin-left: 0px !important;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:-ml-4{
    margin-left: -1rem !important;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .sm\:-ml-8{
    margin-left: -2rem !important;
  }

  .sm\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .sm\:-ml-12{
    margin-left: -3rem !important;
  }

  .sm\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .sm\:-ml-16{
    margin-left: -4rem !important;
  }

  .sm\:-ml-20{
    margin-left: -5rem !important;
  }

  .sm\:-ml-24{
    margin-left: -6rem !important;
  }

  .sm\:-ml-28{
    margin-left: -7rem !important;
  }

  .sm\:-ml-32{
    margin-left: -8rem !important;
  }

  .sm\:-ml-36{
    margin-left: -9rem !important;
  }

  .sm\:-ml-40{
    margin-left: -10rem !important;
  }

  .sm\:-ml-44{
    margin-left: -11rem !important;
  }

  .sm\:-ml-48{
    margin-left: -12rem !important;
  }

  .sm\:-ml-52{
    margin-left: -13rem !important;
  }

  .sm\:-ml-56{
    margin-left: -14rem !important;
  }

  .sm\:-ml-60{
    margin-left: -15rem !important;
  }

  .sm\:-ml-64{
    margin-left: -16rem !important;
  }

  .sm\:-ml-72{
    margin-left: -18rem !important;
  }

  .sm\:-ml-80{
    margin-left: -20rem !important;
  }

  .sm\:-ml-96{
    margin-left: -24rem !important;
  }

  .sm\:-ml-px{
    margin-left: -1px !important;
  }

  .sm\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .sm\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .sm\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .sm\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .sm\:box-border{
    box-sizing: border-box !important;
  }

  .sm\:box-content{
    box-sizing: content-box !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: flex !important;
  }

  .sm\:inline-flex{
    display: inline-flex !important;
  }

  .sm\:table{
    display: table !important;
  }

  .sm\:inline-table{
    display: inline-table !important;
  }

  .sm\:table-caption{
    display: table-caption !important;
  }

  .sm\:table-cell{
    display: table-cell !important;
  }

  .sm\:table-column{
    display: table-column !important;
  }

  .sm\:table-column-group{
    display: table-column-group !important;
  }

  .sm\:table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:table-header-group{
    display: table-header-group !important;
  }

  .sm\:table-row-group{
    display: table-row-group !important;
  }

  .sm\:table-row{
    display: table-row !important;
  }

  .sm\:flow-root{
    display: flow-root !important;
  }

  .sm\:grid{
    display: grid !important;
  }

  .sm\:inline-grid{
    display: inline-grid !important;
  }

  .sm\:contents{
    display: contents !important;
  }

  .sm\:list-item{
    display: list-item !important;
  }

  .sm\:hidden{
    display: none !important;
  }

  .sm\:h-0{
    height: 0px !important;
  }

  .sm\:h-1{
    height: 0.25rem !important;
  }

  .sm\:h-2{
    height: 0.5rem !important;
  }

  .sm\:h-3{
    height: 0.75rem !important;
  }

  .sm\:h-4{
    height: 1rem !important;
  }

  .sm\:h-5{
    height: 1.25rem !important;
  }

  .sm\:h-6{
    height: 1.5rem !important;
  }

  .sm\:h-7{
    height: 1.75rem !important;
  }

  .sm\:h-8{
    height: 2rem !important;
  }

  .sm\:h-9{
    height: 2.25rem !important;
  }

  .sm\:h-10{
    height: 2.5rem !important;
  }

  .sm\:h-11{
    height: 2.75rem !important;
  }

  .sm\:h-12{
    height: 3rem !important;
  }

  .sm\:h-14{
    height: 3.5rem !important;
  }

  .sm\:h-16{
    height: 4rem !important;
  }

  .sm\:h-20{
    height: 5rem !important;
  }

  .sm\:h-24{
    height: 6rem !important;
  }

  .sm\:h-28{
    height: 7rem !important;
  }

  .sm\:h-32{
    height: 8rem !important;
  }

  .sm\:h-36{
    height: 9rem !important;
  }

  .sm\:h-40{
    height: 10rem !important;
  }

  .sm\:h-44{
    height: 11rem !important;
  }

  .sm\:h-48{
    height: 12rem !important;
  }

  .sm\:h-52{
    height: 13rem !important;
  }

  .sm\:h-56{
    height: 14rem !important;
  }

  .sm\:h-60{
    height: 15rem !important;
  }

  .sm\:h-64{
    height: 16rem !important;
  }

  .sm\:h-72{
    height: 18rem !important;
  }

  .sm\:h-80{
    height: 20rem !important;
  }

  .sm\:h-96{
    height: 24rem !important;
  }

  .sm\:h-auto{
    height: auto !important;
  }

  .sm\:h-px{
    height: 1px !important;
  }

  .sm\:h-0\.5{
    height: 0.125rem !important;
  }

  .sm\:h-1\.5{
    height: 0.375rem !important;
  }

  .sm\:h-2\.5{
    height: 0.625rem !important;
  }

  .sm\:h-3\.5{
    height: 0.875rem !important;
  }

  .sm\:h-1\/2{
    height: 50% !important;
  }

  .sm\:h-1\/3{
    height: 33.333333% !important;
  }

  .sm\:h-2\/3{
    height: 66.666667% !important;
  }

  .sm\:h-1\/4{
    height: 25% !important;
  }

  .sm\:h-2\/4{
    height: 50% !important;
  }

  .sm\:h-3\/4{
    height: 75% !important;
  }

  .sm\:h-1\/5{
    height: 20% !important;
  }

  .sm\:h-2\/5{
    height: 40% !important;
  }

  .sm\:h-3\/5{
    height: 60% !important;
  }

  .sm\:h-4\/5{
    height: 80% !important;
  }

  .sm\:h-1\/6{
    height: 16.666667% !important;
  }

  .sm\:h-2\/6{
    height: 33.333333% !important;
  }

  .sm\:h-3\/6{
    height: 50% !important;
  }

  .sm\:h-4\/6{
    height: 66.666667% !important;
  }

  .sm\:h-5\/6{
    height: 83.333333% !important;
  }

  .sm\:h-full{
    height: 100% !important;
  }

  .sm\:h-screen{
    height: 100vh !important;
  }

  .sm\:max-h-0{
    max-height: 0px !important;
  }

  .sm\:max-h-1{
    max-height: 0.25rem !important;
  }

  .sm\:max-h-2{
    max-height: 0.5rem !important;
  }

  .sm\:max-h-3{
    max-height: 0.75rem !important;
  }

  .sm\:max-h-4{
    max-height: 1rem !important;
  }

  .sm\:max-h-5{
    max-height: 1.25rem !important;
  }

  .sm\:max-h-6{
    max-height: 1.5rem !important;
  }

  .sm\:max-h-7{
    max-height: 1.75rem !important;
  }

  .sm\:max-h-8{
    max-height: 2rem !important;
  }

  .sm\:max-h-9{
    max-height: 2.25rem !important;
  }

  .sm\:max-h-10{
    max-height: 2.5rem !important;
  }

  .sm\:max-h-11{
    max-height: 2.75rem !important;
  }

  .sm\:max-h-12{
    max-height: 3rem !important;
  }

  .sm\:max-h-14{
    max-height: 3.5rem !important;
  }

  .sm\:max-h-16{
    max-height: 4rem !important;
  }

  .sm\:max-h-20{
    max-height: 5rem !important;
  }

  .sm\:max-h-24{
    max-height: 6rem !important;
  }

  .sm\:max-h-28{
    max-height: 7rem !important;
  }

  .sm\:max-h-32{
    max-height: 8rem !important;
  }

  .sm\:max-h-36{
    max-height: 9rem !important;
  }

  .sm\:max-h-40{
    max-height: 10rem !important;
  }

  .sm\:max-h-44{
    max-height: 11rem !important;
  }

  .sm\:max-h-48{
    max-height: 12rem !important;
  }

  .sm\:max-h-52{
    max-height: 13rem !important;
  }

  .sm\:max-h-56{
    max-height: 14rem !important;
  }

  .sm\:max-h-60{
    max-height: 15rem !important;
  }

  .sm\:max-h-64{
    max-height: 16rem !important;
  }

  .sm\:max-h-72{
    max-height: 18rem !important;
  }

  .sm\:max-h-80{
    max-height: 20rem !important;
  }

  .sm\:max-h-96{
    max-height: 24rem !important;
  }

  .sm\:max-h-px{
    max-height: 1px !important;
  }

  .sm\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .sm\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .sm\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .sm\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:min-h-100{
    min-height: 100px !important;
  }

  .sm\:w-0{
    width: 0px !important;
  }

  .sm\:w-1{
    width: 0.25rem !important;
  }

  .sm\:w-2{
    width: 0.5rem !important;
  }

  .sm\:w-3{
    width: 0.75rem !important;
  }

  .sm\:w-4{
    width: 1rem !important;
  }

  .sm\:w-5{
    width: 1.25rem !important;
  }

  .sm\:w-6{
    width: 1.5rem !important;
  }

  .sm\:w-7{
    width: 1.75rem !important;
  }

  .sm\:w-8{
    width: 2rem !important;
  }

  .sm\:w-9{
    width: 2.25rem !important;
  }

  .sm\:w-10{
    width: 2.5rem !important;
  }

  .sm\:w-11{
    width: 2.75rem !important;
  }

  .sm\:w-12{
    width: 3rem !important;
  }

  .sm\:w-14{
    width: 3.5rem !important;
  }

  .sm\:w-16{
    width: 4rem !important;
  }

  .sm\:w-20{
    width: 5rem !important;
  }

  .sm\:w-24{
    width: 6rem !important;
  }

  .sm\:w-28{
    width: 7rem !important;
  }

  .sm\:w-32{
    width: 8rem !important;
  }

  .sm\:w-36{
    width: 9rem !important;
  }

  .sm\:w-40{
    width: 10rem !important;
  }

  .sm\:w-44{
    width: 11rem !important;
  }

  .sm\:w-48{
    width: 12rem !important;
  }

  .sm\:w-52{
    width: 13rem !important;
  }

  .sm\:w-56{
    width: 14rem !important;
  }

  .sm\:w-60{
    width: 15rem !important;
  }

  .sm\:w-64{
    width: 16rem !important;
  }

  .sm\:w-72{
    width: 18rem !important;
  }

  .sm\:w-80{
    width: 20rem !important;
  }

  .sm\:w-96{
    width: 24rem !important;
  }

  .sm\:w-auto{
    width: auto !important;
  }

  .sm\:w-px{
    width: 1px !important;
  }

  .sm\:w-0\.5{
    width: 0.125rem !important;
  }

  .sm\:w-1\.5{
    width: 0.375rem !important;
  }

  .sm\:w-2\.5{
    width: 0.625rem !important;
  }

  .sm\:w-3\.5{
    width: 0.875rem !important;
  }

  .sm\:w-1\/2{
    width: 50% !important;
  }

  .sm\:w-1\/3{
    width: 33.333333% !important;
  }

  .sm\:w-2\/3{
    width: 66.666667% !important;
  }

  .sm\:w-1\/4{
    width: 25% !important;
  }

  .sm\:w-2\/4{
    width: 50% !important;
  }

  .sm\:w-3\/4{
    width: 75% !important;
  }

  .sm\:w-1\/5{
    width: 20% !important;
  }

  .sm\:w-2\/5{
    width: 40% !important;
  }

  .sm\:w-3\/5{
    width: 60% !important;
  }

  .sm\:w-4\/5{
    width: 80% !important;
  }

  .sm\:w-1\/6{
    width: 16.666667% !important;
  }

  .sm\:w-2\/6{
    width: 33.333333% !important;
  }

  .sm\:w-3\/6{
    width: 50% !important;
  }

  .sm\:w-4\/6{
    width: 66.666667% !important;
  }

  .sm\:w-5\/6{
    width: 83.333333% !important;
  }

  .sm\:w-1\/12{
    width: 8.333333% !important;
  }

  .sm\:w-2\/12{
    width: 16.666667% !important;
  }

  .sm\:w-3\/12{
    width: 25% !important;
  }

  .sm\:w-4\/12{
    width: 33.333333% !important;
  }

  .sm\:w-5\/12{
    width: 41.666667% !important;
  }

  .sm\:w-6\/12{
    width: 50% !important;
  }

  .sm\:w-7\/12{
    width: 58.333333% !important;
  }

  .sm\:w-8\/12{
    width: 66.666667% !important;
  }

  .sm\:w-9\/12{
    width: 75% !important;
  }

  .sm\:w-10\/12{
    width: 83.333333% !important;
  }

  .sm\:w-11\/12{
    width: 91.666667% !important;
  }

  .sm\:w-full{
    width: 100% !important;
  }

  .sm\:w-screen{
    width: 100vw !important;
  }

  .sm\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:min-w-60{
    min-width: 60px !important;
  }

  .sm\:max-w-0{
    max-width: 0rem !important;
  }

  .sm\:max-w-none{
    max-width: none !important;
  }

  .sm\:max-w-xs{
    max-width: 20rem !important;
  }

  .sm\:max-w-sm{
    max-width: 24rem !important;
  }

  .sm\:max-w-md{
    max-width: 28rem !important;
  }

  .sm\:max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:max-w-7xl{
    max-width: 80rem !important;
  }

  .sm\:max-w-full{
    max-width: 100% !important;
  }

  .sm\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:max-w-prose{
    max-width: 65ch !important;
  }

  .sm\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .sm\:max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .sm\:max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .sm\:flex-1{
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    flex: none !important;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .sm\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .sm\:flex-grow{
    flex-grow: 1 !important;
  }

  .sm\:table-auto{
    table-layout: auto !important;
  }

  .sm\:table-fixed{
    table-layout: fixed !important;
  }

  .sm\:border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:border-separate{
    border-collapse: separate !important;
  }

  .sm\:origin-center{
    transform-origin: center !important;
  }

  .sm\:origin-top{
    transform-origin: top !important;
  }

  .sm\:origin-top-right{
    transform-origin: top right !important;
  }

  .sm\:origin-right{
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom{
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .sm\:origin-left{
    transform-origin: left !important;
  }

  .sm\:origin-top-left{
    transform-origin: top left !important;
  }

  .sm\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-none{
    transform: none !important;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .sm\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .sm\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .sm\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .sm\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .sm\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .sm\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .sm\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .sm\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .sm\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .sm\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .sm\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .sm\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .sm\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .sm\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .sm\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .sm\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .sm\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .sm\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .sm\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .sm\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .sm\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .sm\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .sm\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .sm\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .sm\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .sm\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .sm\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .sm\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .sm\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .sm\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .sm\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .sm\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .sm\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .sm\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .sm\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .sm\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .sm\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .sm\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .sm\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .sm\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .sm\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .sm\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .sm\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .sm\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .sm\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .sm\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .sm\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .sm\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .sm\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .sm\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .sm\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .sm\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .sm\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .sm\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .sm\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .sm\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .sm\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .sm\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .sm\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .sm\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .sm\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .sm\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .sm\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .sm\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .sm\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .sm\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .sm\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .sm\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .sm\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .sm\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .sm\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .sm\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .sm\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .sm\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .sm\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .sm\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .sm\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .sm\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .sm\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .sm\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .sm\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .sm\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .sm\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .sm\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .sm\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .sm\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .sm\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .sm\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .sm\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .sm\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .sm\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .sm\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .sm\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .sm\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .sm\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .sm\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .sm\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .sm\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .sm\:cursor-auto{
    cursor: auto !important;
  }

  .sm\:cursor-default{
    cursor: default !important;
  }

  .sm\:cursor-pointer{
    cursor: pointer !important;
  }

  .sm\:cursor-wait{
    cursor: wait !important;
  }

  .sm\:cursor-text{
    cursor: text !important;
  }

  .sm\:cursor-move{
    cursor: move !important;
  }

  .sm\:cursor-help{
    cursor: help !important;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:resize-none{
    resize: none !important;
  }

  .sm\:resize-y{
    resize: vertical !important;
  }

  .sm\:resize-x{
    resize: horizontal !important;
  }

  .sm\:resize{
    resize: both !important;
  }

  .sm\:list-inside{
    list-style-position: inside !important;
  }

  .sm\:list-outside{
    list-style-position: outside !important;
  }

  .sm\:list-none{
    list-style-type: none !important;
  }

  .sm\:list-disc{
    list-style-type: disc !important;
  }

  .sm\:list-decimal{
    list-style-type: decimal !important;
  }

  .sm\:list-square{
    list-style-type: square !important;
  }

  .sm\:list-roman{
    list-style-type: upper-roman !important;
  }

  .sm\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .sm\:flex-row{
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col{
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .sm\:place-content-center{
    place-content: center !important;
  }

  .sm\:place-content-start{
    place-content: start !important;
  }

  .sm\:place-content-end{
    place-content: end !important;
  }

  .sm\:place-content-between{
    place-content: space-between !important;
  }

  .sm\:place-content-around{
    place-content: space-around !important;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch{
    place-content: stretch !important;
  }

  .sm\:place-items-start{
    place-items: start !important;
  }

  .sm\:place-items-end{
    place-items: end !important;
  }

  .sm\:place-items-center{
    place-items: center !important;
  }

  .sm\:place-items-stretch{
    place-items: stretch !important;
  }

  .sm\:content-center{
    align-content: center !important;
  }

  .sm\:content-start{
    align-content: flex-start !important;
  }

  .sm\:content-end{
    align-content: flex-end !important;
  }

  .sm\:content-between{
    align-content: space-between !important;
  }

  .sm\:content-around{
    align-content: space-around !important;
  }

  .sm\:content-evenly{
    align-content: space-evenly !important;
  }

  .sm\:items-start{
    align-items: flex-start !important;
  }

  .sm\:items-end{
    align-items: flex-end !important;
  }

  .sm\:items-center{
    align-items: center !important;
  }

  .sm\:items-baseline{
    align-items: baseline !important;
  }

  .sm\:items-stretch{
    align-items: stretch !important;
  }

  .sm\:justify-start{
    justify-content: flex-start !important;
  }

  .sm\:justify-end{
    justify-content: flex-end !important;
  }

  .sm\:justify-center{
    justify-content: center !important;
  }

  .sm\:justify-between{
    justify-content: space-between !important;
  }

  .sm\:justify-around{
    justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .sm\:justify-items-start{
    justify-items: start !important;
  }

  .sm\:justify-items-end{
    justify-items: end !important;
  }

  .sm\:justify-items-center{
    justify-items: center !important;
  }

  .sm\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .sm\:gap-0{
    gap: 0px !important;
  }

  .sm\:gap-1{
    gap: 0.25rem !important;
  }

  .sm\:gap-2{
    gap: 0.5rem !important;
  }

  .sm\:gap-3{
    gap: 0.75rem !important;
  }

  .sm\:gap-4{
    gap: 1rem !important;
  }

  .sm\:gap-5{
    gap: 1.25rem !important;
  }

  .sm\:gap-6{
    gap: 1.5rem !important;
  }

  .sm\:gap-7{
    gap: 1.75rem !important;
  }

  .sm\:gap-8{
    gap: 2rem !important;
  }

  .sm\:gap-9{
    gap: 2.25rem !important;
  }

  .sm\:gap-10{
    gap: 2.5rem !important;
  }

  .sm\:gap-11{
    gap: 2.75rem !important;
  }

  .sm\:gap-12{
    gap: 3rem !important;
  }

  .sm\:gap-14{
    gap: 3.5rem !important;
  }

  .sm\:gap-16{
    gap: 4rem !important;
  }

  .sm\:gap-20{
    gap: 5rem !important;
  }

  .sm\:gap-24{
    gap: 6rem !important;
  }

  .sm\:gap-28{
    gap: 7rem !important;
  }

  .sm\:gap-32{
    gap: 8rem !important;
  }

  .sm\:gap-36{
    gap: 9rem !important;
  }

  .sm\:gap-40{
    gap: 10rem !important;
  }

  .sm\:gap-44{
    gap: 11rem !important;
  }

  .sm\:gap-48{
    gap: 12rem !important;
  }

  .sm\:gap-52{
    gap: 13rem !important;
  }

  .sm\:gap-56{
    gap: 14rem !important;
  }

  .sm\:gap-60{
    gap: 15rem !important;
  }

  .sm\:gap-64{
    gap: 16rem !important;
  }

  .sm\:gap-72{
    gap: 18rem !important;
  }

  .sm\:gap-80{
    gap: 20rem !important;
  }

  .sm\:gap-96{
    gap: 24rem !important;
  }

  .sm\:gap-px{
    gap: 1px !important;
  }

  .sm\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .sm\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .sm\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .sm\:gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-y-0{
    row-gap: 0px !important;
  }

  .sm\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4{
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-8{
    row-gap: 2rem !important;
  }

  .sm\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-12{
    row-gap: 3rem !important;
  }

  .sm\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-16{
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20{
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24{
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28{
    row-gap: 7rem !important;
  }

  .sm\:gap-y-32{
    row-gap: 8rem !important;
  }

  .sm\:gap-y-36{
    row-gap: 9rem !important;
  }

  .sm\:gap-y-40{
    row-gap: 10rem !important;
  }

  .sm\:gap-y-44{
    row-gap: 11rem !important;
  }

  .sm\:gap-y-48{
    row-gap: 12rem !important;
  }

  .sm\:gap-y-52{
    row-gap: 13rem !important;
  }

  .sm\:gap-y-56{
    row-gap: 14rem !important;
  }

  .sm\:gap-y-60{
    row-gap: 15rem !important;
  }

  .sm\:gap-y-64{
    row-gap: 16rem !important;
  }

  .sm\:gap-y-72{
    row-gap: 18rem !important;
  }

  .sm\:gap-y-80{
    row-gap: 20rem !important;
  }

  .sm\:gap-y-96{
    row-gap: 24rem !important;
  }

  .sm\:gap-y-px{
    row-gap: 1px !important;
  }

  .sm\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .sm\:divide-primary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blackLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:divide-redDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-ghostWhite > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .sm\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:divide-blue-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:divide-blue-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:divide-black-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black-650 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000040 !important;
  }

  .sm\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000066 !important;
  }

  .sm\:divide-black-750 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000080 !important;
  }

  .sm\:divide-black-800 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000099 !important;
  }

  .sm\:divide-black-850 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000B3 !important;
  }

  .sm\:divide-black-900 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000CC !important;
  }

  .sm\:divide-black-950 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000E6 !important;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-redlight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(176,42,35,.6) !important;
  }

  .sm\:divide-grayLight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-grayDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-borderDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-whiteLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:divide-secondaryLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:divide-borderLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:divide-secondaryDark > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:divide-blackDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black50 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B80 !important;
  }

  .sm\:divide-borderGray > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B67 !important;
  }

  .sm\:divide-borderModal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-modalbg > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.7) !important;
  }

  .sm\:divide-black80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:divide-black90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:divide-warning > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-inputDark > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3BCB !important;
  }

  .sm\:divide-black30 > :not([hidden]) ~ :not([hidden]){
    border-color: #0000004D !important;
  }

  .sm\:divide-select > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B41 !important;
  }

  .sm\:divide-darkBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-borderBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black95 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000F2 !important;
  }

  .sm\:divide-blackLight25 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B40 !important;
  }

  .sm\:divide-bGraylight > :not([hidden]) ~ :not([hidden]){
    border-color: #70707027 !important;
  }

  .sm\:divide-lightGray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lightRed > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-maroon > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-footerDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-alert > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .sm\:place-self-auto{
    place-self: auto !important;
  }

  .sm\:place-self-start{
    place-self: start !important;
  }

  .sm\:place-self-end{
    place-self: end !important;
  }

  .sm\:place-self-center{
    place-self: center !important;
  }

  .sm\:place-self-stretch{
    place-self: stretch !important;
  }

  .sm\:self-auto{
    align-self: auto !important;
  }

  .sm\:self-start{
    align-self: flex-start !important;
  }

  .sm\:self-end{
    align-self: flex-end !important;
  }

  .sm\:self-center{
    align-self: center !important;
  }

  .sm\:self-stretch{
    align-self: stretch !important;
  }

  .sm\:self-baseline{
    align-self: baseline !important;
  }

  .sm\:justify-self-auto{
    justify-self: auto !important;
  }

  .sm\:justify-self-start{
    justify-self: start !important;
  }

  .sm\:justify-self-end{
    justify-self: end !important;
  }

  .sm\:justify-self-center{
    justify-self: center !important;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .sm\:overflow-auto{
    overflow: auto !important;
  }

  .sm\:overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:overflow-visible{
    overflow: visible !important;
  }

  .sm\:overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .sm\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .sm\:overflow-clip{
    text-overflow: clip !important;
  }

  .sm\:whitespace-normal{
    white-space: normal !important;
  }

  .sm\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre{
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words{
    overflow-wrap: break-word !important;
  }

  .sm\:break-all{
    word-break: break-all !important;
  }

  .sm\:rounded-none{
    border-radius: 0 !important;
  }

  .sm\:rounded-xs{
    border-radius: 2px !important;
  }

  .sm\:rounded-sm{
    border-radius: 4px !important;
  }

  .sm\:rounded{
    border-radius: 4px !important;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-full{
    border-radius: 9999px !important;
  }

  .sm\:rounded-large{
    border-radius: 12px !important;
  }

  .sm\:rounded-3xl{
    border-radius: 20px !important;
  }

  .sm\:hover\:rounded-none:hover{
    border-radius: 0 !important;
  }

  .sm\:hover\:rounded-xs:hover{
    border-radius: 2px !important;
  }

  .sm\:hover\:rounded-sm:hover{
    border-radius: 4px !important;
  }

  .sm\:hover\:rounded:hover{
    border-radius: 4px !important;
  }

  .sm\:hover\:rounded-md:hover{
    border-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-lg:hover{
    border-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-full:hover{
    border-radius: 9999px !important;
  }

  .sm\:hover\:rounded-large:hover{
    border-radius: 12px !important;
  }

  .sm\:hover\:rounded-3xl:hover{
    border-radius: 20px !important;
  }

  .sm\:focus\:rounded-none:focus{
    border-radius: 0 !important;
  }

  .sm\:focus\:rounded-xs:focus{
    border-radius: 2px !important;
  }

  .sm\:focus\:rounded-sm:focus{
    border-radius: 4px !important;
  }

  .sm\:focus\:rounded:focus{
    border-radius: 4px !important;
  }

  .sm\:focus\:rounded-md:focus{
    border-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-lg:focus{
    border-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-full:focus{
    border-radius: 9999px !important;
  }

  .sm\:focus\:rounded-large:focus{
    border-radius: 12px !important;
  }

  .sm\:focus\:rounded-3xl:focus{
    border-radius: 20px !important;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-t-xs{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-t{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-t-large{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-r-xs{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-r{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-r-large{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-b-xs{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-b-large{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-xs{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-l{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-large{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .sm\:hover\:rounded-t-none:hover{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:hover\:rounded-t-xs:hover{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .sm\:hover\:rounded-t-sm:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-t:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-t-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-t-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-t-full:hover{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:hover\:rounded-t-large:hover{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .sm\:hover\:rounded-t-3xl:hover{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .sm\:hover\:rounded-r-none:hover{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:hover\:rounded-r-xs:hover{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .sm\:hover\:rounded-r-sm:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-r:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-r-md:hover{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-r-lg:hover{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-r-full:hover{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:hover\:rounded-r-large:hover{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .sm\:hover\:rounded-r-3xl:hover{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .sm\:hover\:rounded-b-none:hover{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:hover\:rounded-b-xs:hover{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:hover\:rounded-b-sm:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-b:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-b-md:hover{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-b-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-b-full:hover{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:hover\:rounded-b-large:hover{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:hover\:rounded-b-3xl:hover{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .sm\:hover\:rounded-l-none:hover{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:hover\:rounded-l-xs:hover{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:hover\:rounded-l-sm:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-l:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-l-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-l-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-l-full:hover{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:hover\:rounded-l-large:hover{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:hover\:rounded-l-3xl:hover{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .sm\:focus\:rounded-t-none:focus{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:focus\:rounded-t-xs:focus{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .sm\:focus\:rounded-t-sm:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-t:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-t-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-t-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-t-full:focus{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:focus\:rounded-t-large:focus{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .sm\:focus\:rounded-t-3xl:focus{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .sm\:focus\:rounded-r-none:focus{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:focus\:rounded-r-xs:focus{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .sm\:focus\:rounded-r-sm:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-r:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-r-md:focus{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-r-lg:focus{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-r-full:focus{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:focus\:rounded-r-large:focus{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .sm\:focus\:rounded-r-3xl:focus{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .sm\:focus\:rounded-b-none:focus{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:focus\:rounded-b-xs:focus{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:focus\:rounded-b-sm:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-b:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-b-md:focus{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-b-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-b-full:focus{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:focus\:rounded-b-large:focus{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:focus\:rounded-b-3xl:focus{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .sm\:focus\:rounded-l-none:focus{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:focus\:rounded-l-xs:focus{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:focus\:rounded-l-sm:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-l:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-l-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-l-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-l-full:focus{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:focus\:rounded-l-large:focus{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:focus\:rounded-l-3xl:focus{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tl-xs{
    border-top-left-radius: 2px !important;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 4px !important;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 4px !important;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-large{
    border-top-left-radius: 12px !important;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 20px !important;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-tr-xs{
    border-top-right-radius: 2px !important;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-tr-large{
    border-top-right-radius: 12px !important;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 20px !important;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-br-xs{
    border-bottom-right-radius: 2px !important;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-br-large{
    border-bottom-right-radius: 12px !important;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 20px !important;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-bl-xs{
    border-bottom-left-radius: 2px !important;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-bl-large{
    border-bottom-left-radius: 12px !important;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 20px !important;
  }

  .sm\:hover\:rounded-tl-none:hover{
    border-top-left-radius: 0 !important;
  }

  .sm\:hover\:rounded-tl-xs:hover{
    border-top-left-radius: 2px !important;
  }

  .sm\:hover\:rounded-tl-sm:hover{
    border-top-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-tl:hover{
    border-top-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-tl-md:hover{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-tl-lg:hover{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-tl-full:hover{
    border-top-left-radius: 9999px !important;
  }

  .sm\:hover\:rounded-tl-large:hover{
    border-top-left-radius: 12px !important;
  }

  .sm\:hover\:rounded-tl-3xl:hover{
    border-top-left-radius: 20px !important;
  }

  .sm\:hover\:rounded-tr-none:hover{
    border-top-right-radius: 0 !important;
  }

  .sm\:hover\:rounded-tr-xs:hover{
    border-top-right-radius: 2px !important;
  }

  .sm\:hover\:rounded-tr-sm:hover{
    border-top-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-tr:hover{
    border-top-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-tr-md:hover{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-tr-lg:hover{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-tr-full:hover{
    border-top-right-radius: 9999px !important;
  }

  .sm\:hover\:rounded-tr-large:hover{
    border-top-right-radius: 12px !important;
  }

  .sm\:hover\:rounded-tr-3xl:hover{
    border-top-right-radius: 20px !important;
  }

  .sm\:hover\:rounded-br-none:hover{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:hover\:rounded-br-xs:hover{
    border-bottom-right-radius: 2px !important;
  }

  .sm\:hover\:rounded-br-sm:hover{
    border-bottom-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-br:hover{
    border-bottom-right-radius: 4px !important;
  }

  .sm\:hover\:rounded-br-md:hover{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-br-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-br-full:hover{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:hover\:rounded-br-large:hover{
    border-bottom-right-radius: 12px !important;
  }

  .sm\:hover\:rounded-br-3xl:hover{
    border-bottom-right-radius: 20px !important;
  }

  .sm\:hover\:rounded-bl-none:hover{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:hover\:rounded-bl-xs:hover{
    border-bottom-left-radius: 2px !important;
  }

  .sm\:hover\:rounded-bl-sm:hover{
    border-bottom-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-bl:hover{
    border-bottom-left-radius: 4px !important;
  }

  .sm\:hover\:rounded-bl-md:hover{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:hover\:rounded-bl-lg:hover{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:hover\:rounded-bl-full:hover{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:hover\:rounded-bl-large:hover{
    border-bottom-left-radius: 12px !important;
  }

  .sm\:hover\:rounded-bl-3xl:hover{
    border-bottom-left-radius: 20px !important;
  }

  .sm\:focus\:rounded-tl-none:focus{
    border-top-left-radius: 0 !important;
  }

  .sm\:focus\:rounded-tl-xs:focus{
    border-top-left-radius: 2px !important;
  }

  .sm\:focus\:rounded-tl-sm:focus{
    border-top-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-tl:focus{
    border-top-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-tl-md:focus{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-tl-lg:focus{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-tl-full:focus{
    border-top-left-radius: 9999px !important;
  }

  .sm\:focus\:rounded-tl-large:focus{
    border-top-left-radius: 12px !important;
  }

  .sm\:focus\:rounded-tl-3xl:focus{
    border-top-left-radius: 20px !important;
  }

  .sm\:focus\:rounded-tr-none:focus{
    border-top-right-radius: 0 !important;
  }

  .sm\:focus\:rounded-tr-xs:focus{
    border-top-right-radius: 2px !important;
  }

  .sm\:focus\:rounded-tr-sm:focus{
    border-top-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-tr:focus{
    border-top-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-tr-md:focus{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-tr-lg:focus{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-tr-full:focus{
    border-top-right-radius: 9999px !important;
  }

  .sm\:focus\:rounded-tr-large:focus{
    border-top-right-radius: 12px !important;
  }

  .sm\:focus\:rounded-tr-3xl:focus{
    border-top-right-radius: 20px !important;
  }

  .sm\:focus\:rounded-br-none:focus{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:focus\:rounded-br-xs:focus{
    border-bottom-right-radius: 2px !important;
  }

  .sm\:focus\:rounded-br-sm:focus{
    border-bottom-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-br:focus{
    border-bottom-right-radius: 4px !important;
  }

  .sm\:focus\:rounded-br-md:focus{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-br-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-br-full:focus{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:focus\:rounded-br-large:focus{
    border-bottom-right-radius: 12px !important;
  }

  .sm\:focus\:rounded-br-3xl:focus{
    border-bottom-right-radius: 20px !important;
  }

  .sm\:focus\:rounded-bl-none:focus{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:focus\:rounded-bl-xs:focus{
    border-bottom-left-radius: 2px !important;
  }

  .sm\:focus\:rounded-bl-sm:focus{
    border-bottom-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-bl:focus{
    border-bottom-left-radius: 4px !important;
  }

  .sm\:focus\:rounded-bl-md:focus{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:focus\:rounded-bl-lg:focus{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:focus\:rounded-bl-full:focus{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:focus\:rounded-bl-large:focus{
    border-bottom-left-radius: 12px !important;
  }

  .sm\:focus\:rounded-bl-3xl:focus{
    border-bottom-left-radius: 20px !important;
  }

  .sm\:border-0{
    border-width: 0px !important;
  }

  .sm\:border-2{
    border-width: 2px !important;
  }

  .sm\:border-4{
    border-width: 4px !important;
  }

  .sm\:border-8{
    border-width: 8px !important;
  }

  .sm\:border{
    border-width: 1px !important;
  }

  .sm\:border-t-0{
    border-top-width: 0px !important;
  }

  .sm\:border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:border-t{
    border-top-width: 1px !important;
  }

  .sm\:border-r-0{
    border-right-width: 0px !important;
  }

  .sm\:border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:border-r{
    border-right-width: 1px !important;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-0{
    border-left-width: 0px !important;
  }

  .sm\:border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:border-l{
    border-left-width: 1px !important;
  }

  .sm\:border-solid{
    border-style: solid !important;
  }

  .sm\:border-dashed{
    border-style: dashed !important;
  }

  .sm\:border-dotted{
    border-style: dotted !important;
  }

  .sm\:border-double{
    border-style: double !important;
  }

  .sm\:border-none{
    border-style: none !important;
  }

  .sm\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:border-none{
    border-color: transparent !important;
  }

  .sm\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black-650{
    border-color: #00000040 !important;
  }

  .sm\:border-black-700{
    border-color: #00000066 !important;
  }

  .sm\:border-black-750{
    border-color: #00000080 !important;
  }

  .sm\:border-black-800{
    border-color: #00000099 !important;
  }

  .sm\:border-black-850{
    border-color: #000000B3 !important;
  }

  .sm\:border-black-900{
    border-color: #000000CC !important;
  }

  .sm\:border-black-950{
    border-color: #000000E6 !important;
  }

  .sm\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .sm\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .sm\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .sm\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .sm\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .sm\:border-black30{
    border-color: #0000004D !important;
  }

  .sm\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .sm\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black95{
    border-color: #000000F2 !important;
  }

  .sm\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .sm\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .sm\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .sm\:group-hover\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-none{
    border-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .sm\:group-hover\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black-650{
    border-color: #00000040 !important;
  }

  .group:hover .sm\:group-hover\:border-black-700{
    border-color: #00000066 !important;
  }

  .group:hover .sm\:group-hover\:border-black-750{
    border-color: #00000080 !important;
  }

  .group:hover .sm\:group-hover\:border-black-800{
    border-color: #00000099 !important;
  }

  .group:hover .sm\:group-hover\:border-black-850{
    border-color: #000000B3 !important;
  }

  .group:hover .sm\:group-hover\:border-black-900{
    border-color: #000000CC !important;
  }

  .group:hover .sm\:group-hover\:border-black-950{
    border-color: #000000E6 !important;
  }

  .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .sm\:group-hover\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .sm\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .sm\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .sm\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .sm\:group-hover\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .group:hover .sm\:group-hover\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .group:hover .sm\:group-hover\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .sm\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .sm\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .sm\:group-hover\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .group:hover .sm\:group-hover\:border-black30{
    border-color: #0000004D !important;
  }

  .group:hover .sm\:group-hover\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .group:hover .sm\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black95{
    border-color: #000000F2 !important;
  }

  .group:hover .sm\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .group:hover .sm\:group-hover\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .group:hover .sm\:group-hover\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blackLight:focus-within{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus-within\:border-redDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-ghostWhite:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-none:focus-within{
    border-color: transparent !important;
  }

  .sm\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-200:focus-within{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus-within\:border-blue-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-800:focus-within{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus-within\:border-blue-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-40:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:border-black-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black-650:focus-within{
    border-color: #00000040 !important;
  }

  .sm\:focus-within\:border-black-700:focus-within{
    border-color: #00000066 !important;
  }

  .sm\:focus-within\:border-black-750:focus-within{
    border-color: #00000080 !important;
  }

  .sm\:focus-within\:border-black-800:focus-within{
    border-color: #00000099 !important;
  }

  .sm\:focus-within\:border-black-850:focus-within{
    border-color: #000000B3 !important;
  }

  .sm\:focus-within\:border-black-900:focus-within{
    border-color: #000000CC !important;
  }

  .sm\:focus-within\:border-black-950:focus-within{
    border-color: #000000E6 !important;
  }

  .sm\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-redlight:focus-within{
    border-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus-within\:border-grayLight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-grayDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-borderDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-whiteLight:focus-within{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus-within\:border-secondaryLight:focus-within{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus-within\:border-borderLight:focus-within{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus-within\:border-secondaryDark:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:border-blackDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black50:focus-within{
    border-color: #2A2C3B80 !important;
  }

  .sm\:focus-within\:border-borderGray:focus-within{
    border-color: #2A2C3B67 !important;
  }

  .sm\:focus-within\:border-borderModal:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-modalbg:focus-within{
    border-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus-within\:border-black80:focus-within{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus-within\:border-black90:focus-within{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus-within\:border-warning:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-inputDark:focus-within{
    border-color: #2A2C3BCB !important;
  }

  .sm\:focus-within\:border-black30:focus-within{
    border-color: #0000004D !important;
  }

  .sm\:focus-within\:border-select:focus-within{
    border-color: #2A2C3B41 !important;
  }

  .sm\:focus-within\:border-darkBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-borderBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black95:focus-within{
    border-color: #000000F2 !important;
  }

  .sm\:focus-within\:border-blackLight25:focus-within{
    border-color: #2A2C3B40 !important;
  }

  .sm\:focus-within\:border-bGraylight:focus-within{
    border-color: #70707027 !important;
  }

  .sm\:focus-within\:border-lightGray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lightRed:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-maroon:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-footerDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-alert:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blackLight:hover{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:hover\:border-redDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-ghostWhite:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-none:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:border-orange:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-200:hover{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:hover\:border-blue-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-800:hover{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:hover\:border-blue-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-40:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:border-black-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black-650:hover{
    border-color: #00000040 !important;
  }

  .sm\:hover\:border-black-700:hover{
    border-color: #00000066 !important;
  }

  .sm\:hover\:border-black-750:hover{
    border-color: #00000080 !important;
  }

  .sm\:hover\:border-black-800:hover{
    border-color: #00000099 !important;
  }

  .sm\:hover\:border-black-850:hover{
    border-color: #000000B3 !important;
  }

  .sm\:hover\:border-black-900:hover{
    border-color: #000000CC !important;
  }

  .sm\:hover\:border-black-950:hover{
    border-color: #000000E6 !important;
  }

  .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-redlight:hover{
    border-color: rgba(176,42,35,.6) !important;
  }

  .sm\:hover\:border-grayLight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-grayDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-borderDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-whiteLight:hover{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:hover\:border-secondaryLight:hover{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:hover\:border-borderLight:hover{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:hover\:border-secondaryDark:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:border-blackDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black50:hover{
    border-color: #2A2C3B80 !important;
  }

  .sm\:hover\:border-borderGray:hover{
    border-color: #2A2C3B67 !important;
  }

  .sm\:hover\:border-borderModal:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-modalbg:hover{
    border-color: rgba(0,0,0,.7) !important;
  }

  .sm\:hover\:border-black80:hover{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:hover\:border-black90:hover{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:hover\:border-warning:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-inputDark:hover{
    border-color: #2A2C3BCB !important;
  }

  .sm\:hover\:border-black30:hover{
    border-color: #0000004D !important;
  }

  .sm\:hover\:border-select:hover{
    border-color: #2A2C3B41 !important;
  }

  .sm\:hover\:border-darkBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-borderBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black95:hover{
    border-color: #000000F2 !important;
  }

  .sm\:hover\:border-blackLight25:hover{
    border-color: #2A2C3B40 !important;
  }

  .sm\:hover\:border-bGraylight:hover{
    border-color: #70707027 !important;
  }

  .sm\:hover\:border-lightGray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lightRed:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-maroon:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-footerDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-alert:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blackLight:focus{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:border-redDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-ghostWhite:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-none:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:border-orange:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-200:focus{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:border-blue-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-800:focus{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:border-blue-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-40:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:border-black-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black-650:focus{
    border-color: #00000040 !important;
  }

  .sm\:focus\:border-black-700:focus{
    border-color: #00000066 !important;
  }

  .sm\:focus\:border-black-750:focus{
    border-color: #00000080 !important;
  }

  .sm\:focus\:border-black-800:focus{
    border-color: #00000099 !important;
  }

  .sm\:focus\:border-black-850:focus{
    border-color: #000000B3 !important;
  }

  .sm\:focus\:border-black-900:focus{
    border-color: #000000CC !important;
  }

  .sm\:focus\:border-black-950:focus{
    border-color: #000000E6 !important;
  }

  .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-redlight:focus{
    border-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:border-grayLight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-grayDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-borderDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-whiteLight:focus{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:border-secondaryLight:focus{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:border-borderLight:focus{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:border-secondaryDark:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:border-blackDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black50:focus{
    border-color: #2A2C3B80 !important;
  }

  .sm\:focus\:border-borderGray:focus{
    border-color: #2A2C3B67 !important;
  }

  .sm\:focus\:border-borderModal:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-modalbg:focus{
    border-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:border-black80:focus{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:border-black90:focus{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:border-warning:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-inputDark:focus{
    border-color: #2A2C3BCB !important;
  }

  .sm\:focus\:border-black30:focus{
    border-color: #0000004D !important;
  }

  .sm\:focus\:border-select:focus{
    border-color: #2A2C3B41 !important;
  }

  .sm\:focus\:border-darkBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-borderBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black95:focus{
    border-color: #000000F2 !important;
  }

  .sm\:focus\:border-blackLight25:focus{
    border-color: #2A2C3B40 !important;
  }

  .sm\:focus\:border-bGraylight:focus{
    border-color: #70707027 !important;
  }

  .sm\:focus\:border-lightGray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lightRed:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-maroon:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-footerDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-alert:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .sm\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .sm\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-none{
    background-color: transparent !important;
  }

  .sm\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black-650{
    background-color: #00000040 !important;
  }

  .sm\:bg-black-700{
    background-color: #00000066 !important;
  }

  .sm\:bg-black-750{
    background-color: #00000080 !important;
  }

  .sm\:bg-black-800{
    background-color: #00000099 !important;
  }

  .sm\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .sm\:bg-black-900{
    background-color: #000000CC !important;
  }

  .sm\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .sm\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .sm\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .sm\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .sm\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .sm\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .sm\:bg-black30{
    background-color: #0000004D !important;
  }

  .sm\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .sm\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black95{
    background-color: #000000F2 !important;
  }

  .sm\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .sm\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .sm\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .sm\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-none{
    background-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black-650{
    background-color: #00000040 !important;
  }

  .group:hover .sm\:group-hover\:bg-black-700{
    background-color: #00000066 !important;
  }

  .group:hover .sm\:group-hover\:bg-black-750{
    background-color: #00000080 !important;
  }

  .group:hover .sm\:group-hover\:bg-black-800{
    background-color: #00000099 !important;
  }

  .group:hover .sm\:group-hover\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .group:hover .sm\:group-hover\:bg-black-900{
    background-color: #000000CC !important;
  }

  .group:hover .sm\:group-hover\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .sm\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .sm\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .sm\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .group:hover .sm\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .group:hover .sm\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .sm\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .sm\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .group:hover .sm\:group-hover\:bg-black30{
    background-color: #0000004D !important;
  }

  .group:hover .sm\:group-hover\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .group:hover .sm\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black95{
    background-color: #000000F2 !important;
  }

  .group:hover .sm\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .group:hover .sm\:group-hover\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .group:hover .sm\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blackLight:focus-within{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus-within\:bg-redDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-ghostWhite:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-none:focus-within{
    background-color: transparent !important;
  }

  .sm\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-200:focus-within{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus-within\:bg-blue-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-800:focus-within{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus-within\:bg-blue-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-40:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:bg-black-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black-650:focus-within{
    background-color: #00000040 !important;
  }

  .sm\:focus-within\:bg-black-700:focus-within{
    background-color: #00000066 !important;
  }

  .sm\:focus-within\:bg-black-750:focus-within{
    background-color: #00000080 !important;
  }

  .sm\:focus-within\:bg-black-800:focus-within{
    background-color: #00000099 !important;
  }

  .sm\:focus-within\:bg-black-850:focus-within{
    background-color: #000000B3 !important;
  }

  .sm\:focus-within\:bg-black-900:focus-within{
    background-color: #000000CC !important;
  }

  .sm\:focus-within\:bg-black-950:focus-within{
    background-color: #000000E6 !important;
  }

  .sm\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-redlight:focus-within{
    background-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus-within\:bg-grayLight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-grayDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-borderDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-whiteLight:focus-within{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus-within\:bg-secondaryLight:focus-within{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus-within\:bg-borderLight:focus-within{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus-within\:bg-secondaryDark:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:bg-blackDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black50:focus-within{
    background-color: #2A2C3B80 !important;
  }

  .sm\:focus-within\:bg-borderGray:focus-within{
    background-color: #2A2C3B67 !important;
  }

  .sm\:focus-within\:bg-borderModal:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-modalbg:focus-within{
    background-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus-within\:bg-black80:focus-within{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus-within\:bg-black90:focus-within{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus-within\:bg-warning:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-inputDark:focus-within{
    background-color: #2A2C3BCB !important;
  }

  .sm\:focus-within\:bg-black30:focus-within{
    background-color: #0000004D !important;
  }

  .sm\:focus-within\:bg-select:focus-within{
    background-color: #2A2C3B41 !important;
  }

  .sm\:focus-within\:bg-darkBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-borderBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black95:focus-within{
    background-color: #000000F2 !important;
  }

  .sm\:focus-within\:bg-blackLight25:focus-within{
    background-color: #2A2C3B40 !important;
  }

  .sm\:focus-within\:bg-bGraylight:focus-within{
    background-color: #70707027 !important;
  }

  .sm\:focus-within\:bg-lightGray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lightRed:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-maroon:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-footerDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-alert:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blackLight:hover{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:hover\:bg-redDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-ghostWhite:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-none:hover{
    background-color: transparent !important;
  }

  .sm\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:hover\:bg-blue-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-800:hover{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:hover\:bg-blue-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-40:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:bg-black-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-650:hover{
    background-color: #00000040 !important;
  }

  .sm\:hover\:bg-black-700:hover{
    background-color: #00000066 !important;
  }

  .sm\:hover\:bg-black-750:hover{
    background-color: #00000080 !important;
  }

  .sm\:hover\:bg-black-800:hover{
    background-color: #00000099 !important;
  }

  .sm\:hover\:bg-black-850:hover{
    background-color: #000000B3 !important;
  }

  .sm\:hover\:bg-black-900:hover{
    background-color: #000000CC !important;
  }

  .sm\:hover\:bg-black-950:hover{
    background-color: #000000E6 !important;
  }

  .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-redlight:hover{
    background-color: rgba(176,42,35,.6) !important;
  }

  .sm\:hover\:bg-grayLight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-grayDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-borderDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-whiteLight:hover{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:hover\:bg-secondaryLight:hover{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:hover\:bg-borderLight:hover{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:hover\:bg-secondaryDark:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:bg-blackDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black50:hover{
    background-color: #2A2C3B80 !important;
  }

  .sm\:hover\:bg-borderGray:hover{
    background-color: #2A2C3B67 !important;
  }

  .sm\:hover\:bg-borderModal:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-modalbg:hover{
    background-color: rgba(0,0,0,.7) !important;
  }

  .sm\:hover\:bg-black80:hover{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:hover\:bg-black90:hover{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:hover\:bg-warning:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-inputDark:hover{
    background-color: #2A2C3BCB !important;
  }

  .sm\:hover\:bg-black30:hover{
    background-color: #0000004D !important;
  }

  .sm\:hover\:bg-select:hover{
    background-color: #2A2C3B41 !important;
  }

  .sm\:hover\:bg-darkBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-borderBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black95:hover{
    background-color: #000000F2 !important;
  }

  .sm\:hover\:bg-blackLight25:hover{
    background-color: #2A2C3B40 !important;
  }

  .sm\:hover\:bg-bGraylight:hover{
    background-color: #70707027 !important;
  }

  .sm\:hover\:bg-lightGray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lightRed:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-maroon:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-footerDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-alert:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blackLight:focus{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:bg-redDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-ghostWhite:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-none:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-200:focus{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:bg-blue-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-800:focus{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:bg-blue-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-40:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:bg-black-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-650:focus{
    background-color: #00000040 !important;
  }

  .sm\:focus\:bg-black-700:focus{
    background-color: #00000066 !important;
  }

  .sm\:focus\:bg-black-750:focus{
    background-color: #00000080 !important;
  }

  .sm\:focus\:bg-black-800:focus{
    background-color: #00000099 !important;
  }

  .sm\:focus\:bg-black-850:focus{
    background-color: #000000B3 !important;
  }

  .sm\:focus\:bg-black-900:focus{
    background-color: #000000CC !important;
  }

  .sm\:focus\:bg-black-950:focus{
    background-color: #000000E6 !important;
  }

  .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-redlight:focus{
    background-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:bg-grayLight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-grayDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-borderDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-whiteLight:focus{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:bg-secondaryLight:focus{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:bg-borderLight:focus{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:bg-secondaryDark:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:bg-blackDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black50:focus{
    background-color: #2A2C3B80 !important;
  }

  .sm\:focus\:bg-borderGray:focus{
    background-color: #2A2C3B67 !important;
  }

  .sm\:focus\:bg-borderModal:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-modalbg:focus{
    background-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:bg-black80:focus{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:bg-black90:focus{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:bg-warning:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-inputDark:focus{
    background-color: #2A2C3BCB !important;
  }

  .sm\:focus\:bg-black30:focus{
    background-color: #0000004D !important;
  }

  .sm\:focus\:bg-select:focus{
    background-color: #2A2C3B41 !important;
  }

  .sm\:focus\:bg-darkBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-borderBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black95:focus{
    background-color: #000000F2 !important;
  }

  .sm\:focus\:bg-blackLight25:focus{
    background-color: #2A2C3B40 !important;
  }

  .sm\:focus\:bg-bGraylight:focus{
    background-color: #70707027 !important;
  }

  .sm\:focus\:bg-lightGray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lightRed:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-maroon:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-footerDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-alert:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:from-primary-50{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:from-primary-100{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:from-primary-200{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:from-primary-300{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:from-primary-400{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:from-primary-500{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:from-primary-600{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:from-primary-700{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:from-primary-800{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:from-primary-900{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:from-primary-950{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .sm\:from-primary{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:from-secondary-50{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:from-secondary-100{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:from-secondary-200{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:from-secondary-300{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:from-secondary-400{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:from-secondary-500{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:from-secondary-600{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:from-secondary-700{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:from-secondary-800{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:from-secondary-900{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:from-secondary-950{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .sm\:from-secondary{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:from-blackLight{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .sm\:from-redDark{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .sm\:from-gray400{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .sm\:from-ghostWhite{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .sm\:from-black500{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-white200{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .sm\:from-gray100{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .sm\:from-none{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-orange{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .sm\:from-pink{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .sm\:from-pink100{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .sm\:from-purple{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .sm\:from-blue-50{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:from-blue-100{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:from-blue-150{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .sm\:from-blue-200{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:from-blue-250{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .sm\:from-blue-300{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .sm\:from-blue-350{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .sm\:from-blue-400{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .sm\:from-blue-500{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:from-blue-600{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .sm\:from-blue-700{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .sm\:from-blue-750{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .sm\:from-blue-800{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:from-blue-850{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .sm\:from-blue-900{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .sm\:from-blue-950{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .sm\:from-blue{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:from-black-40{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-50{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:from-black-100{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:from-black-150{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:from-black-200{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:from-black-250{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:from-black-300{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:from-black-350{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:from-black-400{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:from-black-450{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:from-black-500{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:from-black-550{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .sm\:from-black-600{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-650{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-700{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-750{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-800{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-850{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-900{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-950{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-red-50{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .sm\:from-red-100{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .sm\:from-red-200{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:from-red-300{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .sm\:from-red-400{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .sm\:from-red-500{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .sm\:from-red-550{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .sm\:from-red-600{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .sm\:from-red-650{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .sm\:from-red-700{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .sm\:from-red-800{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .sm\:from-red{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:from-white-50{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-white-100{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .sm\:from-white-150{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .sm\:from-white-200{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .sm\:from-white-250{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .sm\:from-white-300{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:from-white-350{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .sm\:from-white-400{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:from-white-450{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .sm\:from-white-500{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .sm\:from-white-550{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:from-white-600{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:from-white-650{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:from-white-700{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:from-white-750{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .sm\:from-white-800{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .sm\:from-white-850{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:from-white-900{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:from-white-950{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:from-white{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gray-50{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:from-gray-100{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:from-gray-150{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .sm\:from-gray-200{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:from-gray-250{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:from-gray-300{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:from-gray-350{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:from-gray-400{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:from-gray-450{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:from-gray-500{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:from-gray-550{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:from-gray-600{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:from-gray-650{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:from-gray-700{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:from-gray-750{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:from-gray-800{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:from-gray-850{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:from-gray-900{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:from-gray-950{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .sm\:from-gray{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:from-green{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .sm\:from-redlight{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .sm\:from-grayLight{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:from-grayDark{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .sm\:from-borderDark{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .sm\:from-whiteLight{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-secondaryLight{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-borderLight{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-secondaryDark{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-blackDark{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:from-gray200{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:from-black50{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:from-borderGray{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:from-borderModal{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:from-modalbg{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black80{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black90{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-warning{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .sm\:from-inputDark{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:from-black30{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-select{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:from-darkBlack{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:from-borderBlack{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .sm\:from-black95{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-blackLight25{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:from-bGraylight{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:from-lightGray{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:from-lightRed{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .sm\:from-maroon{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .sm\:from-footerDark{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .sm\:from-success{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .sm\:from-info{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .sm\:from-danger{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:from-alert{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:from-success-light{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .sm\:from-info-light{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .sm\:from-warning-light{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .sm\:from-danger-light{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .sm\:hover\:from-primary-50:hover{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-primary-100:hover{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:from-primary-200:hover{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:from-primary-300:hover{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:from-primary-400:hover{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:from-primary-500:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:from-primary-600:hover{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:from-primary-700:hover{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:from-primary-800:hover{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:from-primary-900:hover{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:from-primary-950:hover{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .sm\:hover\:from-primary:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:from-secondary-50:hover{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:from-secondary-100:hover{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:hover\:from-secondary-200:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:from-secondary-300:hover{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:hover\:from-secondary-400:hover{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:hover\:from-secondary-500:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:hover\:from-secondary-600:hover{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:hover\:from-secondary-700:hover{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:hover\:from-secondary-800:hover{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:hover\:from-secondary-900:hover{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:hover\:from-secondary-950:hover{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .sm\:hover\:from-secondary:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:hover\:from-blackLight:hover{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .sm\:hover\:from-redDark:hover{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .sm\:hover\:from-gray400:hover{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .sm\:hover\:from-ghostWhite:hover{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .sm\:hover\:from-black500:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-white200:hover{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .sm\:hover\:from-gray100:hover{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .sm\:hover\:from-none:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-orange:hover{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .sm\:hover\:from-pink:hover{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .sm\:hover\:from-pink100:hover{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .sm\:hover\:from-purple:hover{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-50:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:hover\:from-blue-100:hover{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:hover\:from-blue-150:hover{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:hover\:from-blue-250:hover{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-350:hover{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-600:hover{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-700:hover{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .sm\:hover\:from-blue-750:hover{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .sm\:hover\:from-blue-800:hover{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:hover\:from-blue-850:hover{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-900:hover{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .sm\:hover\:from-blue-950:hover{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .sm\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:hover\:from-black-40:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-50:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:from-black-100:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:from-black-150:hover{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:hover\:from-black-200:hover{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:hover\:from-black-250:hover{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:hover\:from-black-300:hover{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:hover\:from-black-350:hover{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:hover\:from-black-400:hover{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:hover\:from-black-450:hover{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:hover\:from-black-500:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:from-black-550:hover{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .sm\:hover\:from-black-600:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-650:hover{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-700:hover{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-750:hover{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-800:hover{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-850:hover{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-900:hover{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-950:hover{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-red-50:hover{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .sm\:hover\:from-red-100:hover{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .sm\:hover\:from-red-200:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:from-red-300:hover{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .sm\:hover\:from-red-400:hover{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .sm\:hover\:from-red-500:hover{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .sm\:hover\:from-red-550:hover{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .sm\:hover\:from-red-600:hover{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .sm\:hover\:from-red-650:hover{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .sm\:hover\:from-red-700:hover{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .sm\:hover\:from-red-800:hover{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .sm\:hover\:from-red:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:from-white-50:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-white-100:hover{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .sm\:hover\:from-white-150:hover{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .sm\:hover\:from-white-200:hover{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .sm\:hover\:from-white-250:hover{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .sm\:hover\:from-white-300:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:from-white-350:hover{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .sm\:hover\:from-white-400:hover{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:hover\:from-white-450:hover{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .sm\:hover\:from-white-500:hover{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .sm\:hover\:from-white-550:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:from-white-600:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:hover\:from-white-650:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:hover\:from-white-700:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-white-750:hover{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .sm\:hover\:from-white-800:hover{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .sm\:hover\:from-white-850:hover{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:hover\:from-white-900:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:from-white-950:hover{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:from-gray-150:hover{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:hover\:from-gray-250:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:from-gray-350:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:from-gray-450:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:from-gray-550:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:from-gray-650:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:from-gray-750:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:from-gray-850:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:from-gray-950:hover{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .sm\:hover\:from-gray:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:from-green:hover{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .sm\:hover\:from-redlight:hover{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .sm\:hover\:from-grayLight:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:hover\:from-grayDark:hover{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .sm\:hover\:from-borderDark:hover{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .sm\:hover\:from-whiteLight:hover{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-secondaryLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-borderLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-secondaryDark:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-blackDark:hover{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:from-gray200:hover{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:from-black50:hover{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:from-borderGray:hover{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:from-borderModal:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:hover\:from-modalbg:hover{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black80:hover{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black90:hover{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-warning:hover{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .sm\:hover\:from-inputDark:hover{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:from-black30:hover{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-select:hover{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:from-darkBlack:hover{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:hover\:from-borderBlack:hover{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .sm\:hover\:from-black95:hover{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-blackLight25:hover{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:from-bGraylight:hover{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:hover\:from-lightGray:hover{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:hover\:from-lightRed:hover{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .sm\:hover\:from-maroon:hover{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .sm\:hover\:from-footerDark:hover{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .sm\:hover\:from-success:hover{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .sm\:hover\:from-info:hover{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .sm\:hover\:from-danger:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:hover\:from-alert:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:hover\:from-success-light:hover{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .sm\:hover\:from-info-light:hover{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .sm\:hover\:from-warning-light:hover{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .sm\:hover\:from-danger-light:hover{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .sm\:focus\:from-primary-50:focus{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-primary-100:focus{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:from-primary-200:focus{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:from-primary-300:focus{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:from-primary-400:focus{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:from-primary-500:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:from-primary-600:focus{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:from-primary-700:focus{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:from-primary-800:focus{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:from-primary-900:focus{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:from-primary-950:focus{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .sm\:focus\:from-primary:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:from-secondary-50:focus{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:from-secondary-100:focus{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:focus\:from-secondary-200:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:from-secondary-300:focus{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:focus\:from-secondary-400:focus{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:focus\:from-secondary-500:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:focus\:from-secondary-600:focus{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:focus\:from-secondary-700:focus{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:focus\:from-secondary-800:focus{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:focus\:from-secondary-900:focus{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:focus\:from-secondary-950:focus{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .sm\:focus\:from-secondary:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:focus\:from-blackLight:focus{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .sm\:focus\:from-redDark:focus{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .sm\:focus\:from-gray400:focus{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .sm\:focus\:from-ghostWhite:focus{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .sm\:focus\:from-black500:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-white200:focus{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .sm\:focus\:from-gray100:focus{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .sm\:focus\:from-none:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-orange:focus{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .sm\:focus\:from-pink:focus{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .sm\:focus\:from-pink100:focus{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .sm\:focus\:from-purple:focus{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-50:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:focus\:from-blue-100:focus{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:focus\:from-blue-150:focus{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:focus\:from-blue-250:focus{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-350:focus{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-600:focus{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-700:focus{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .sm\:focus\:from-blue-750:focus{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .sm\:focus\:from-blue-800:focus{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:focus\:from-blue-850:focus{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-900:focus{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .sm\:focus\:from-blue-950:focus{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .sm\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:focus\:from-black-40:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-50:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:from-black-100:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:from-black-150:focus{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:focus\:from-black-200:focus{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:focus\:from-black-250:focus{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:focus\:from-black-300:focus{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:focus\:from-black-350:focus{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:focus\:from-black-400:focus{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:focus\:from-black-450:focus{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:focus\:from-black-500:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:from-black-550:focus{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .sm\:focus\:from-black-600:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-650:focus{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-700:focus{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-750:focus{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-800:focus{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-850:focus{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-900:focus{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-950:focus{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-red-50:focus{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .sm\:focus\:from-red-100:focus{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .sm\:focus\:from-red-200:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:from-red-300:focus{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .sm\:focus\:from-red-400:focus{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .sm\:focus\:from-red-500:focus{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .sm\:focus\:from-red-550:focus{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .sm\:focus\:from-red-600:focus{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .sm\:focus\:from-red-650:focus{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .sm\:focus\:from-red-700:focus{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .sm\:focus\:from-red-800:focus{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .sm\:focus\:from-red:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:from-white-50:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-white-100:focus{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .sm\:focus\:from-white-150:focus{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .sm\:focus\:from-white-200:focus{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .sm\:focus\:from-white-250:focus{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .sm\:focus\:from-white-300:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:from-white-350:focus{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .sm\:focus\:from-white-400:focus{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:focus\:from-white-450:focus{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .sm\:focus\:from-white-500:focus{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .sm\:focus\:from-white-550:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:from-white-600:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:focus\:from-white-650:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:focus\:from-white-700:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-white-750:focus{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .sm\:focus\:from-white-800:focus{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .sm\:focus\:from-white-850:focus{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:focus\:from-white-900:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:from-white-950:focus{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:from-gray-150:focus{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:focus\:from-gray-250:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:from-gray-350:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:from-gray-450:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:from-gray-550:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:from-gray-650:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:from-gray-750:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:from-gray-850:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:from-gray-950:focus{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .sm\:focus\:from-gray:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:from-green:focus{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .sm\:focus\:from-redlight:focus{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .sm\:focus\:from-grayLight:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:focus\:from-grayDark:focus{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .sm\:focus\:from-borderDark:focus{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .sm\:focus\:from-whiteLight:focus{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-secondaryLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-borderLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-secondaryDark:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-blackDark:focus{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:from-gray200:focus{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:from-black50:focus{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:from-borderGray:focus{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:from-borderModal:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:focus\:from-modalbg:focus{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black80:focus{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black90:focus{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-warning:focus{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .sm\:focus\:from-inputDark:focus{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:from-black30:focus{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-select:focus{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:from-darkBlack:focus{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:focus\:from-borderBlack:focus{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .sm\:focus\:from-black95:focus{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-blackLight25:focus{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:from-bGraylight:focus{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:focus\:from-lightGray:focus{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:focus\:from-lightRed:focus{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .sm\:focus\:from-maroon:focus{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .sm\:focus\:from-footerDark:focus{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .sm\:focus\:from-success:focus{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .sm\:focus\:from-info:focus{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .sm\:focus\:from-danger:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:focus\:from-alert:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:focus\:from-success-light:focus{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .sm\:focus\:from-info-light:focus{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .sm\:focus\:from-warning-light:focus{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .sm\:focus\:from-danger-light:focus{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .sm\:via-primary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:via-primary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:via-primary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:via-primary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:via-primary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:via-primary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:via-primary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:via-primary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:via-primary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:via-primary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:via-primary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .sm\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:via-secondary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:via-secondary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:via-secondary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:via-secondary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:via-secondary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:via-secondary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:via-secondary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:via-secondary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:via-secondary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:via-secondary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:via-secondary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .sm\:via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:via-blackLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .sm\:via-redDark{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .sm\:via-gray400{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .sm\:via-ghostWhite{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .sm\:via-black500{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-white200{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .sm\:via-gray100{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .sm\:via-none{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .sm\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .sm\:via-pink100{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .sm\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .sm\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:via-blue-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .sm\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:via-blue-250{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .sm\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .sm\:via-blue-350{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .sm\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .sm\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .sm\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .sm\:via-blue-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .sm\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:via-blue-850{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .sm\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .sm\:via-blue-950{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .sm\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:via-black-40{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:via-black-150{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:via-black-250{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:via-black-550{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .sm\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-650{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-750{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-800{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-850{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-950{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .sm\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .sm\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .sm\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .sm\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .sm\:via-red-550{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .sm\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .sm\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .sm\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .sm\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .sm\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:via-white-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-white-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .sm\:via-white-150{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .sm\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .sm\:via-white-250{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .sm\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:via-white-350{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .sm\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:via-white-450{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .sm\:via-white-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .sm\:via-white-550{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:via-white-650{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:via-white-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:via-white-750{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .sm\:via-white-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .sm\:via-white-850{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:via-white-900{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:via-white-950{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:via-gray-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:via-gray-250{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:via-gray-650{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:via-gray-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .sm\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .sm\:via-redlight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .sm\:via-grayLight{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:via-grayDark{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .sm\:via-borderDark{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .sm\:via-whiteLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-secondaryLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-borderLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-secondaryDark{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-blackDark{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:via-gray200{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:via-black50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:via-borderGray{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:via-borderModal{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:via-modalbg{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black90{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .sm\:via-inputDark{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:via-black30{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-select{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:via-darkBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:via-borderBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .sm\:via-black95{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-blackLight25{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:via-bGraylight{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:via-lightGray{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:via-lightRed{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .sm\:via-maroon{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .sm\:via-footerDark{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .sm\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .sm\:via-info{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .sm\:via-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:via-alert{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:via-success-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .sm\:via-info-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .sm\:via-warning-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .sm\:via-danger-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .sm\:hover\:via-primary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-primary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:via-primary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:via-primary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:via-primary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:via-primary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:via-primary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:via-primary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:via-primary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:via-primary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:via-primary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .sm\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:via-secondary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:via-secondary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:hover\:via-secondary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:via-secondary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:hover\:via-secondary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:hover\:via-secondary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:hover\:via-secondary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:hover\:via-secondary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:hover\:via-secondary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:hover\:via-secondary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:hover\:via-secondary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .sm\:hover\:via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:hover\:via-blackLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .sm\:hover\:via-redDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .sm\:hover\:via-gray400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .sm\:hover\:via-ghostWhite:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .sm\:hover\:via-black500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-white200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .sm\:hover\:via-gray100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .sm\:hover\:via-none:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .sm\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .sm\:hover\:via-pink100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .sm\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:hover\:via-blue-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:hover\:via-blue-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .sm\:hover\:via-blue-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .sm\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:hover\:via-blue-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .sm\:hover\:via-blue-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .sm\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:hover\:via-black-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:via-black-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:hover\:via-black-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:via-black-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .sm\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .sm\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .sm\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .sm\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .sm\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .sm\:hover\:via-red-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .sm\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .sm\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .sm\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .sm\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .sm\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:hover\:via-white-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-white-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .sm\:hover\:via-white-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .sm\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .sm\:hover\:via-white-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .sm\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:via-white-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .sm\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:hover\:via-white-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .sm\:hover\:via-white-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .sm\:hover\:via-white-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:hover\:via-white-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:hover\:via-white-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-white-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .sm\:hover\:via-white-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .sm\:hover\:via-white-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:hover\:via-white-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:via-white-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:via-gray-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:hover\:via-gray-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:via-gray-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:via-gray-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .sm\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .sm\:hover\:via-redlight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .sm\:hover\:via-grayLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:hover\:via-grayDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .sm\:hover\:via-borderDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .sm\:hover\:via-whiteLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-secondaryLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-borderLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-secondaryDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-blackDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:via-gray200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:via-black50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:via-borderGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:via-borderModal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:hover\:via-modalbg:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .sm\:hover\:via-inputDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:via-black30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-select:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:via-darkBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:hover\:via-borderBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .sm\:hover\:via-black95:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-blackLight25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:hover\:via-bGraylight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:hover\:via-lightGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:hover\:via-lightRed:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .sm\:hover\:via-maroon:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .sm\:hover\:via-footerDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .sm\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .sm\:hover\:via-info:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .sm\:hover\:via-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:hover\:via-alert:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:hover\:via-success-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .sm\:hover\:via-info-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .sm\:hover\:via-warning-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .sm\:hover\:via-danger-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .sm\:focus\:via-primary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-primary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:via-primary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:via-primary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:via-primary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:via-primary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:via-primary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:via-primary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:via-primary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:via-primary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:via-primary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .sm\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:via-secondary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:via-secondary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:focus\:via-secondary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:via-secondary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:focus\:via-secondary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:focus\:via-secondary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:focus\:via-secondary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:focus\:via-secondary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:focus\:via-secondary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:focus\:via-secondary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:focus\:via-secondary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .sm\:focus\:via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:focus\:via-blackLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .sm\:focus\:via-redDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .sm\:focus\:via-gray400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .sm\:focus\:via-ghostWhite:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .sm\:focus\:via-black500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-white200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .sm\:focus\:via-gray100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .sm\:focus\:via-none:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .sm\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .sm\:focus\:via-pink100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .sm\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .sm\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:focus\:via-blue-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:focus\:via-blue-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .sm\:focus\:via-blue-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .sm\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .sm\:focus\:via-blue-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .sm\:focus\:via-blue-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .sm\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .sm\:focus\:via-black-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:via-black-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:focus\:via-black-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:via-black-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .sm\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .sm\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .sm\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .sm\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .sm\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .sm\:focus\:via-red-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .sm\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .sm\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .sm\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .sm\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .sm\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .sm\:focus\:via-white-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-white-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .sm\:focus\:via-white-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .sm\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .sm\:focus\:via-white-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .sm\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:via-white-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .sm\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:focus\:via-white-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .sm\:focus\:via-white-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .sm\:focus\:via-white-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:focus\:via-white-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:focus\:via-white-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-white-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .sm\:focus\:via-white-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .sm\:focus\:via-white-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:focus\:via-white-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:via-white-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:via-gray-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:focus\:via-gray-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:via-gray-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:via-gray-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .sm\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .sm\:focus\:via-redlight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .sm\:focus\:via-grayLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:focus\:via-grayDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .sm\:focus\:via-borderDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .sm\:focus\:via-whiteLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-secondaryLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-borderLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-secondaryDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-blackDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:via-gray200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:via-black50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:via-borderGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:via-borderModal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:focus\:via-modalbg:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .sm\:focus\:via-inputDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:via-black30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-select:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:via-darkBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .sm\:focus\:via-borderBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .sm\:focus\:via-black95:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-blackLight25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .sm\:focus\:via-bGraylight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm\:focus\:via-lightGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:focus\:via-lightRed:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .sm\:focus\:via-maroon:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .sm\:focus\:via-footerDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .sm\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .sm\:focus\:via-info:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .sm\:focus\:via-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:focus\:via-alert:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .sm\:focus\:via-success-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .sm\:focus\:via-info-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .sm\:focus\:via-warning-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .sm\:focus\:via-danger-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .sm\:to-primary-50{
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:to-primary-100{
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:to-primary-200{
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:to-primary-300{
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:to-primary-400{
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:to-primary-500{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:to-primary-600{
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:to-primary-700{
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:to-primary-800{
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:to-primary-900{
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:to-primary-950{
    --tw-gradient-to: #450a0a !important;
  }

  .sm\:to-primary{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:to-secondary-50{
    --tw-gradient-to: #f8fafc !important;
  }

  .sm\:to-secondary-100{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .sm\:to-secondary-200{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:to-secondary-300{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .sm\:to-secondary-400{
    --tw-gradient-to: #94a3b8 !important;
  }

  .sm\:to-secondary-500{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:to-secondary-600{
    --tw-gradient-to: #475569 !important;
  }

  .sm\:to-secondary-700{
    --tw-gradient-to: #334155 !important;
  }

  .sm\:to-secondary-800{
    --tw-gradient-to: #1e293b !important;
  }

  .sm\:to-secondary-900{
    --tw-gradient-to: #0f172a !important;
  }

  .sm\:to-secondary-950{
    --tw-gradient-to: #020617 !important;
  }

  .sm\:to-secondary{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:to-blackLight{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .sm\:to-redDark{
    --tw-gradient-to: #E60A0A !important;
  }

  .sm\:to-gray400{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .sm\:to-ghostWhite{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .sm\:to-black500{
    --tw-gradient-to: #000 !important;
  }

  .sm\:to-white200{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .sm\:to-gray100{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .sm\:to-none{
    --tw-gradient-to: transparent !important;
  }

  .sm\:to-orange{
    --tw-gradient-to: #FF626B !important;
  }

  .sm\:to-pink{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .sm\:to-pink100{
    --tw-gradient-to: #DA2587 !important;
  }

  .sm\:to-purple{
    --tw-gradient-to: #E8E5FF !important;
  }

  .sm\:to-blue-50{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:to-blue-100{
    --tw-gradient-to: #22232f !important;
  }

  .sm\:to-blue-150{
    --tw-gradient-to: #EFF5FC !important;
  }

  .sm\:to-blue-200{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:to-blue-250{
    --tw-gradient-to: #F3F9FF !important;
  }

  .sm\:to-blue-300{
    --tw-gradient-to: #564CFF !important;
  }

  .sm\:to-blue-350{
    --tw-gradient-to: #2A2B3A !important;
  }

  .sm\:to-blue-400{
    --tw-gradient-to: #4C55FF !important;
  }

  .sm\:to-blue-500{
    --tw-gradient-to: #0099FF !important;
  }

  .sm\:to-blue-600{
    --tw-gradient-to: #7B61FF !important;
  }

  .sm\:to-blue-700{
    --tw-gradient-to: #454AE7 !important;
  }

  .sm\:to-blue-750{
    --tw-gradient-to: #1784B2 !important;
  }

  .sm\:to-blue-800{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .sm\:to-blue-850{
    --tw-gradient-to: #F9F9FF !important;
  }

  .sm\:to-blue-900{
    --tw-gradient-to: #5875DC !important;
  }

  .sm\:to-blue-950{
    --tw-gradient-to: #F3F4FC !important;
  }

  .sm\:to-blue{
    --tw-gradient-to: #0099FF !important;
  }

  .sm\:to-black-40{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .sm\:to-black-50{
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:to-black-100{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .sm\:to-black-150{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .sm\:to-black-200{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .sm\:to-black-250{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .sm\:to-black-300{
    --tw-gradient-to: #737373 !important;
  }

  .sm\:to-black-350{
    --tw-gradient-to: #525252 !important;
  }

  .sm\:to-black-400{
    --tw-gradient-to: #404040 !important;
  }

  .sm\:to-black-450{
    --tw-gradient-to: #262626 !important;
  }

  .sm\:to-black-500{
    --tw-gradient-to: #333 !important;
  }

  .sm\:to-black-550{
    --tw-gradient-to: #0a0a0a !important;
  }

  .sm\:to-black-600{
    --tw-gradient-to: #000000 !important;
  }

  .sm\:to-black-650{
    --tw-gradient-to: #00000040 !important;
  }

  .sm\:to-black-700{
    --tw-gradient-to: #00000066 !important;
  }

  .sm\:to-black-750{
    --tw-gradient-to: #00000080 !important;
  }

  .sm\:to-black-800{
    --tw-gradient-to: #00000099 !important;
  }

  .sm\:to-black-850{
    --tw-gradient-to: #000000B3 !important;
  }

  .sm\:to-black-900{
    --tw-gradient-to: #000000CC !important;
  }

  .sm\:to-black-950{
    --tw-gradient-to: #000000E6 !important;
  }

  .sm\:to-black{
    --tw-gradient-to: #000000 !important;
  }

  .sm\:to-red-50{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .sm\:to-red-100{
    --tw-gradient-to: #7b2a2b !important;
  }

  .sm\:to-red-200{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:to-red-300{
    --tw-gradient-to: #F9597C !important;
  }

  .sm\:to-red-400{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .sm\:to-red-500{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .sm\:to-red-550{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .sm\:to-red-600{
    --tw-gradient-to: #FEFAFA !important;
  }

  .sm\:to-red-650{
    --tw-gradient-to: #FFE9EA !important;
  }

  .sm\:to-red-700{
    --tw-gradient-to: #B92823 !important;
  }

  .sm\:to-red-800{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .sm\:to-red{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:to-white-50{
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:to-white-100{
    --tw-gradient-to: #fefefe !important;
  }

  .sm\:to-white-150{
    --tw-gradient-to: #fdfdfd !important;
  }

  .sm\:to-white-200{
    --tw-gradient-to: #fcfcfc !important;
  }

  .sm\:to-white-250{
    --tw-gradient-to: #fbfbfb !important;
  }

  .sm\:to-white-300{
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:to-white-350{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .sm\:to-white-400{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .sm\:to-white-450{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .sm\:to-white-500{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .sm\:to-white-550{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .sm\:to-white-600{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:to-white-650{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .sm\:to-white-700{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .sm\:to-white-750{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .sm\:to-white-800{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .sm\:to-white-850{
    --tw-gradient-to: #efefef !important;
  }

  .sm\:to-white-900{
    --tw-gradient-to: #eeeeee !important;
  }

  .sm\:to-white-950{
    --tw-gradient-to: #ededed !important;
  }

  .sm\:to-white{
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:to-gray-50{
    --tw-gradient-to: #f9fafb !important;
  }

  .sm\:to-gray-100{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .sm\:to-gray-150{
    --tw-gradient-to: #EAECF2 !important;
  }

  .sm\:to-gray-200{
    --tw-gradient-to: #e5e7eb !important;
  }

  .sm\:to-gray-250{
    --tw-gradient-to: #d1d5db !important;
  }

  .sm\:to-gray-300{
    --tw-gradient-to: #d1d5db !important;
  }

  .sm\:to-gray-350{
    --tw-gradient-to: #9ca3af !important;
  }

  .sm\:to-gray-400{
    --tw-gradient-to: #9ca3af !important;
  }

  .sm\:to-gray-450{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:to-gray-500{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:to-gray-550{
    --tw-gradient-to: #4b5563 !important;
  }

  .sm\:to-gray-600{
    --tw-gradient-to: #4b5563 !important;
  }

  .sm\:to-gray-650{
    --tw-gradient-to: #374151 !important;
  }

  .sm\:to-gray-700{
    --tw-gradient-to: #374151 !important;
  }

  .sm\:to-gray-750{
    --tw-gradient-to: #1f2937 !important;
  }

  .sm\:to-gray-800{
    --tw-gradient-to: #1f2937 !important;
  }

  .sm\:to-gray-850{
    --tw-gradient-to: #111827 !important;
  }

  .sm\:to-gray-900{
    --tw-gradient-to: #111827 !important;
  }

  .sm\:to-gray-950{
    --tw-gradient-to: #030712 !important;
  }

  .sm\:to-gray{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:to-green{
    --tw-gradient-to: #5acebe !important;
  }

  .sm\:to-redlight{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .sm\:to-grayLight{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:to-grayDark{
    --tw-gradient-to: #ddd !important;
  }

  .sm\:to-borderDark{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .sm\:to-whiteLight{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .sm\:to-secondaryLight{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .sm\:to-borderLight{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .sm\:to-secondaryDark{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .sm\:to-blackDark{
    --tw-gradient-to: #333333 !important;
  }

  .sm\:to-gray200{
    --tw-gradient-to: #eee !important;
  }

  .sm\:to-black50{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .sm\:to-borderGray{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .sm\:to-borderModal{
    --tw-gradient-to: #707070 !important;
  }

  .sm\:to-modalbg{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .sm\:to-black80{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .sm\:to-black90{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .sm\:to-warning{
    --tw-gradient-to: #ffc107 !important;
  }

  .sm\:to-inputDark{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .sm\:to-black30{
    --tw-gradient-to: #0000004D !important;
  }

  .sm\:to-select{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .sm\:to-darkBlack{
    --tw-gradient-to: #22232F !important;
  }

  .sm\:to-borderBlack{
    --tw-gradient-to: #181922 !important;
  }

  .sm\:to-black95{
    --tw-gradient-to: #000000F2 !important;
  }

  .sm\:to-blackLight25{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .sm\:to-bGraylight{
    --tw-gradient-to: #70707027 !important;
  }

  .sm\:to-lightGray{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .sm\:to-lightRed{
    --tw-gradient-to: #f7eae9 !important;
  }

  .sm\:to-maroon{
    --tw-gradient-to: #b73a33 !important;
  }

  .sm\:to-footerDark{
    --tw-gradient-to: #161617 !important;
  }

  .sm\:to-success{
    --tw-gradient-to: #28a745 !important;
  }

  .sm\:to-info{
    --tw-gradient-to: #17a2b8 !important;
  }

  .sm\:to-danger{
    --tw-gradient-to: #dc3545 !important;
  }

  .sm\:to-alert{
    --tw-gradient-to: #dc3545 !important;
  }

  .sm\:to-success-light{
    --tw-gradient-to: #d4edda !important;
  }

  .sm\:to-info-light{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .sm\:to-warning-light{
    --tw-gradient-to: #fff3cd !important;
  }

  .sm\:to-danger-light{
    --tw-gradient-to: #f8d7da !important;
  }

  .sm\:hover\:to-primary-50:hover{
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:hover\:to-primary-100:hover{
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:hover\:to-primary-200:hover{
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:hover\:to-primary-300:hover{
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:hover\:to-primary-400:hover{
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:hover\:to-primary-500:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:hover\:to-primary-600:hover{
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:hover\:to-primary-700:hover{
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:hover\:to-primary-800:hover{
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:hover\:to-primary-900:hover{
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:hover\:to-primary-950:hover{
    --tw-gradient-to: #450a0a !important;
  }

  .sm\:hover\:to-primary:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:hover\:to-secondary-50:hover{
    --tw-gradient-to: #f8fafc !important;
  }

  .sm\:hover\:to-secondary-100:hover{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .sm\:hover\:to-secondary-200:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:hover\:to-secondary-300:hover{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .sm\:hover\:to-secondary-400:hover{
    --tw-gradient-to: #94a3b8 !important;
  }

  .sm\:hover\:to-secondary-500:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:hover\:to-secondary-600:hover{
    --tw-gradient-to: #475569 !important;
  }

  .sm\:hover\:to-secondary-700:hover{
    --tw-gradient-to: #334155 !important;
  }

  .sm\:hover\:to-secondary-800:hover{
    --tw-gradient-to: #1e293b !important;
  }

  .sm\:hover\:to-secondary-900:hover{
    --tw-gradient-to: #0f172a !important;
  }

  .sm\:hover\:to-secondary-950:hover{
    --tw-gradient-to: #020617 !important;
  }

  .sm\:hover\:to-secondary:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:hover\:to-blackLight:hover{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .sm\:hover\:to-redDark:hover{
    --tw-gradient-to: #E60A0A !important;
  }

  .sm\:hover\:to-gray400:hover{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .sm\:hover\:to-ghostWhite:hover{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .sm\:hover\:to-black500:hover{
    --tw-gradient-to: #000 !important;
  }

  .sm\:hover\:to-white200:hover{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .sm\:hover\:to-gray100:hover{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .sm\:hover\:to-none:hover{
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:to-orange:hover{
    --tw-gradient-to: #FF626B !important;
  }

  .sm\:hover\:to-pink:hover{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .sm\:hover\:to-pink100:hover{
    --tw-gradient-to: #DA2587 !important;
  }

  .sm\:hover\:to-purple:hover{
    --tw-gradient-to: #E8E5FF !important;
  }

  .sm\:hover\:to-blue-50:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:hover\:to-blue-100:hover{
    --tw-gradient-to: #22232f !important;
  }

  .sm\:hover\:to-blue-150:hover{
    --tw-gradient-to: #EFF5FC !important;
  }

  .sm\:hover\:to-blue-200:hover{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:hover\:to-blue-250:hover{
    --tw-gradient-to: #F3F9FF !important;
  }

  .sm\:hover\:to-blue-300:hover{
    --tw-gradient-to: #564CFF !important;
  }

  .sm\:hover\:to-blue-350:hover{
    --tw-gradient-to: #2A2B3A !important;
  }

  .sm\:hover\:to-blue-400:hover{
    --tw-gradient-to: #4C55FF !important;
  }

  .sm\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .sm\:hover\:to-blue-600:hover{
    --tw-gradient-to: #7B61FF !important;
  }

  .sm\:hover\:to-blue-700:hover{
    --tw-gradient-to: #454AE7 !important;
  }

  .sm\:hover\:to-blue-750:hover{
    --tw-gradient-to: #1784B2 !important;
  }

  .sm\:hover\:to-blue-800:hover{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .sm\:hover\:to-blue-850:hover{
    --tw-gradient-to: #F9F9FF !important;
  }

  .sm\:hover\:to-blue-900:hover{
    --tw-gradient-to: #5875DC !important;
  }

  .sm\:hover\:to-blue-950:hover{
    --tw-gradient-to: #F3F4FC !important;
  }

  .sm\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .sm\:hover\:to-black-40:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:to-black-50:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:hover\:to-black-100:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .sm\:hover\:to-black-150:hover{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .sm\:hover\:to-black-200:hover{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .sm\:hover\:to-black-250:hover{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .sm\:hover\:to-black-300:hover{
    --tw-gradient-to: #737373 !important;
  }

  .sm\:hover\:to-black-350:hover{
    --tw-gradient-to: #525252 !important;
  }

  .sm\:hover\:to-black-400:hover{
    --tw-gradient-to: #404040 !important;
  }

  .sm\:hover\:to-black-450:hover{
    --tw-gradient-to: #262626 !important;
  }

  .sm\:hover\:to-black-500:hover{
    --tw-gradient-to: #333 !important;
  }

  .sm\:hover\:to-black-550:hover{
    --tw-gradient-to: #0a0a0a !important;
  }

  .sm\:hover\:to-black-600:hover{
    --tw-gradient-to: #000000 !important;
  }

  .sm\:hover\:to-black-650:hover{
    --tw-gradient-to: #00000040 !important;
  }

  .sm\:hover\:to-black-700:hover{
    --tw-gradient-to: #00000066 !important;
  }

  .sm\:hover\:to-black-750:hover{
    --tw-gradient-to: #00000080 !important;
  }

  .sm\:hover\:to-black-800:hover{
    --tw-gradient-to: #00000099 !important;
  }

  .sm\:hover\:to-black-850:hover{
    --tw-gradient-to: #000000B3 !important;
  }

  .sm\:hover\:to-black-900:hover{
    --tw-gradient-to: #000000CC !important;
  }

  .sm\:hover\:to-black-950:hover{
    --tw-gradient-to: #000000E6 !important;
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000000 !important;
  }

  .sm\:hover\:to-red-50:hover{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .sm\:hover\:to-red-100:hover{
    --tw-gradient-to: #7b2a2b !important;
  }

  .sm\:hover\:to-red-200:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:hover\:to-red-300:hover{
    --tw-gradient-to: #F9597C !important;
  }

  .sm\:hover\:to-red-400:hover{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .sm\:hover\:to-red-500:hover{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .sm\:hover\:to-red-550:hover{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .sm\:hover\:to-red-600:hover{
    --tw-gradient-to: #FEFAFA !important;
  }

  .sm\:hover\:to-red-650:hover{
    --tw-gradient-to: #FFE9EA !important;
  }

  .sm\:hover\:to-red-700:hover{
    --tw-gradient-to: #B92823 !important;
  }

  .sm\:hover\:to-red-800:hover{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .sm\:hover\:to-red:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:hover\:to-white-50:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:hover\:to-white-100:hover{
    --tw-gradient-to: #fefefe !important;
  }

  .sm\:hover\:to-white-150:hover{
    --tw-gradient-to: #fdfdfd !important;
  }

  .sm\:hover\:to-white-200:hover{
    --tw-gradient-to: #fcfcfc !important;
  }

  .sm\:hover\:to-white-250:hover{
    --tw-gradient-to: #fbfbfb !important;
  }

  .sm\:hover\:to-white-300:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:hover\:to-white-350:hover{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .sm\:hover\:to-white-400:hover{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .sm\:hover\:to-white-450:hover{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .sm\:hover\:to-white-500:hover{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .sm\:hover\:to-white-550:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .sm\:hover\:to-white-600:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:hover\:to-white-650:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .sm\:hover\:to-white-700:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .sm\:hover\:to-white-750:hover{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .sm\:hover\:to-white-800:hover{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .sm\:hover\:to-white-850:hover{
    --tw-gradient-to: #efefef !important;
  }

  .sm\:hover\:to-white-900:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .sm\:hover\:to-white-950:hover{
    --tw-gradient-to: #ededed !important;
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb !important;
  }

  .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .sm\:hover\:to-gray-150:hover{
    --tw-gradient-to: #EAECF2 !important;
  }

  .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb !important;
  }

  .sm\:hover\:to-gray-250:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .sm\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .sm\:hover\:to-gray-350:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .sm\:hover\:to-gray-450:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:hover\:to-gray-550:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .sm\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .sm\:hover\:to-gray-650:hover{
    --tw-gradient-to: #374151 !important;
  }

  .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151 !important;
  }

  .sm\:hover\:to-gray-750:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .sm\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .sm\:hover\:to-gray-850:hover{
    --tw-gradient-to: #111827 !important;
  }

  .sm\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827 !important;
  }

  .sm\:hover\:to-gray-950:hover{
    --tw-gradient-to: #030712 !important;
  }

  .sm\:hover\:to-gray:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:hover\:to-green:hover{
    --tw-gradient-to: #5acebe !important;
  }

  .sm\:hover\:to-redlight:hover{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .sm\:hover\:to-grayLight:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:hover\:to-grayDark:hover{
    --tw-gradient-to: #ddd !important;
  }

  .sm\:hover\:to-borderDark:hover{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .sm\:hover\:to-whiteLight:hover{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .sm\:hover\:to-secondaryLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .sm\:hover\:to-borderLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .sm\:hover\:to-secondaryDark:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:to-blackDark:hover{
    --tw-gradient-to: #333333 !important;
  }

  .sm\:hover\:to-gray200:hover{
    --tw-gradient-to: #eee !important;
  }

  .sm\:hover\:to-black50:hover{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .sm\:hover\:to-borderGray:hover{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .sm\:hover\:to-borderModal:hover{
    --tw-gradient-to: #707070 !important;
  }

  .sm\:hover\:to-modalbg:hover{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .sm\:hover\:to-black80:hover{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .sm\:hover\:to-black90:hover{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .sm\:hover\:to-warning:hover{
    --tw-gradient-to: #ffc107 !important;
  }

  .sm\:hover\:to-inputDark:hover{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .sm\:hover\:to-black30:hover{
    --tw-gradient-to: #0000004D !important;
  }

  .sm\:hover\:to-select:hover{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .sm\:hover\:to-darkBlack:hover{
    --tw-gradient-to: #22232F !important;
  }

  .sm\:hover\:to-borderBlack:hover{
    --tw-gradient-to: #181922 !important;
  }

  .sm\:hover\:to-black95:hover{
    --tw-gradient-to: #000000F2 !important;
  }

  .sm\:hover\:to-blackLight25:hover{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .sm\:hover\:to-bGraylight:hover{
    --tw-gradient-to: #70707027 !important;
  }

  .sm\:hover\:to-lightGray:hover{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .sm\:hover\:to-lightRed:hover{
    --tw-gradient-to: #f7eae9 !important;
  }

  .sm\:hover\:to-maroon:hover{
    --tw-gradient-to: #b73a33 !important;
  }

  .sm\:hover\:to-footerDark:hover{
    --tw-gradient-to: #161617 !important;
  }

  .sm\:hover\:to-success:hover{
    --tw-gradient-to: #28a745 !important;
  }

  .sm\:hover\:to-info:hover{
    --tw-gradient-to: #17a2b8 !important;
  }

  .sm\:hover\:to-danger:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .sm\:hover\:to-alert:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .sm\:hover\:to-success-light:hover{
    --tw-gradient-to: #d4edda !important;
  }

  .sm\:hover\:to-info-light:hover{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .sm\:hover\:to-warning-light:hover{
    --tw-gradient-to: #fff3cd !important;
  }

  .sm\:hover\:to-danger-light:hover{
    --tw-gradient-to: #f8d7da !important;
  }

  .sm\:focus\:to-primary-50:focus{
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:focus\:to-primary-100:focus{
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:focus\:to-primary-200:focus{
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:focus\:to-primary-300:focus{
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:focus\:to-primary-400:focus{
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:focus\:to-primary-500:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:focus\:to-primary-600:focus{
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:focus\:to-primary-700:focus{
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:focus\:to-primary-800:focus{
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:focus\:to-primary-900:focus{
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:focus\:to-primary-950:focus{
    --tw-gradient-to: #450a0a !important;
  }

  .sm\:focus\:to-primary:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:focus\:to-secondary-50:focus{
    --tw-gradient-to: #f8fafc !important;
  }

  .sm\:focus\:to-secondary-100:focus{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .sm\:focus\:to-secondary-200:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:focus\:to-secondary-300:focus{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .sm\:focus\:to-secondary-400:focus{
    --tw-gradient-to: #94a3b8 !important;
  }

  .sm\:focus\:to-secondary-500:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:focus\:to-secondary-600:focus{
    --tw-gradient-to: #475569 !important;
  }

  .sm\:focus\:to-secondary-700:focus{
    --tw-gradient-to: #334155 !important;
  }

  .sm\:focus\:to-secondary-800:focus{
    --tw-gradient-to: #1e293b !important;
  }

  .sm\:focus\:to-secondary-900:focus{
    --tw-gradient-to: #0f172a !important;
  }

  .sm\:focus\:to-secondary-950:focus{
    --tw-gradient-to: #020617 !important;
  }

  .sm\:focus\:to-secondary:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:focus\:to-blackLight:focus{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:to-redDark:focus{
    --tw-gradient-to: #E60A0A !important;
  }

  .sm\:focus\:to-gray400:focus{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .sm\:focus\:to-ghostWhite:focus{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .sm\:focus\:to-black500:focus{
    --tw-gradient-to: #000 !important;
  }

  .sm\:focus\:to-white200:focus{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .sm\:focus\:to-gray100:focus{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .sm\:focus\:to-none:focus{
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:to-orange:focus{
    --tw-gradient-to: #FF626B !important;
  }

  .sm\:focus\:to-pink:focus{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .sm\:focus\:to-pink100:focus{
    --tw-gradient-to: #DA2587 !important;
  }

  .sm\:focus\:to-purple:focus{
    --tw-gradient-to: #E8E5FF !important;
  }

  .sm\:focus\:to-blue-50:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .sm\:focus\:to-blue-100:focus{
    --tw-gradient-to: #22232f !important;
  }

  .sm\:focus\:to-blue-150:focus{
    --tw-gradient-to: #EFF5FC !important;
  }

  .sm\:focus\:to-blue-200:focus{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:to-blue-250:focus{
    --tw-gradient-to: #F3F9FF !important;
  }

  .sm\:focus\:to-blue-300:focus{
    --tw-gradient-to: #564CFF !important;
  }

  .sm\:focus\:to-blue-350:focus{
    --tw-gradient-to: #2A2B3A !important;
  }

  .sm\:focus\:to-blue-400:focus{
    --tw-gradient-to: #4C55FF !important;
  }

  .sm\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .sm\:focus\:to-blue-600:focus{
    --tw-gradient-to: #7B61FF !important;
  }

  .sm\:focus\:to-blue-700:focus{
    --tw-gradient-to: #454AE7 !important;
  }

  .sm\:focus\:to-blue-750:focus{
    --tw-gradient-to: #1784B2 !important;
  }

  .sm\:focus\:to-blue-800:focus{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:to-blue-850:focus{
    --tw-gradient-to: #F9F9FF !important;
  }

  .sm\:focus\:to-blue-900:focus{
    --tw-gradient-to: #5875DC !important;
  }

  .sm\:focus\:to-blue-950:focus{
    --tw-gradient-to: #F3F4FC !important;
  }

  .sm\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .sm\:focus\:to-black-40:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:to-black-50:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:focus\:to-black-100:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .sm\:focus\:to-black-150:focus{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .sm\:focus\:to-black-200:focus{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .sm\:focus\:to-black-250:focus{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .sm\:focus\:to-black-300:focus{
    --tw-gradient-to: #737373 !important;
  }

  .sm\:focus\:to-black-350:focus{
    --tw-gradient-to: #525252 !important;
  }

  .sm\:focus\:to-black-400:focus{
    --tw-gradient-to: #404040 !important;
  }

  .sm\:focus\:to-black-450:focus{
    --tw-gradient-to: #262626 !important;
  }

  .sm\:focus\:to-black-500:focus{
    --tw-gradient-to: #333 !important;
  }

  .sm\:focus\:to-black-550:focus{
    --tw-gradient-to: #0a0a0a !important;
  }

  .sm\:focus\:to-black-600:focus{
    --tw-gradient-to: #000000 !important;
  }

  .sm\:focus\:to-black-650:focus{
    --tw-gradient-to: #00000040 !important;
  }

  .sm\:focus\:to-black-700:focus{
    --tw-gradient-to: #00000066 !important;
  }

  .sm\:focus\:to-black-750:focus{
    --tw-gradient-to: #00000080 !important;
  }

  .sm\:focus\:to-black-800:focus{
    --tw-gradient-to: #00000099 !important;
  }

  .sm\:focus\:to-black-850:focus{
    --tw-gradient-to: #000000B3 !important;
  }

  .sm\:focus\:to-black-900:focus{
    --tw-gradient-to: #000000CC !important;
  }

  .sm\:focus\:to-black-950:focus{
    --tw-gradient-to: #000000E6 !important;
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000000 !important;
  }

  .sm\:focus\:to-red-50:focus{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .sm\:focus\:to-red-100:focus{
    --tw-gradient-to: #7b2a2b !important;
  }

  .sm\:focus\:to-red-200:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:focus\:to-red-300:focus{
    --tw-gradient-to: #F9597C !important;
  }

  .sm\:focus\:to-red-400:focus{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .sm\:focus\:to-red-500:focus{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .sm\:focus\:to-red-550:focus{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .sm\:focus\:to-red-600:focus{
    --tw-gradient-to: #FEFAFA !important;
  }

  .sm\:focus\:to-red-650:focus{
    --tw-gradient-to: #FFE9EA !important;
  }

  .sm\:focus\:to-red-700:focus{
    --tw-gradient-to: #B92823 !important;
  }

  .sm\:focus\:to-red-800:focus{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .sm\:focus\:to-red:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .sm\:focus\:to-white-50:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:focus\:to-white-100:focus{
    --tw-gradient-to: #fefefe !important;
  }

  .sm\:focus\:to-white-150:focus{
    --tw-gradient-to: #fdfdfd !important;
  }

  .sm\:focus\:to-white-200:focus{
    --tw-gradient-to: #fcfcfc !important;
  }

  .sm\:focus\:to-white-250:focus{
    --tw-gradient-to: #fbfbfb !important;
  }

  .sm\:focus\:to-white-300:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:focus\:to-white-350:focus{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .sm\:focus\:to-white-400:focus{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .sm\:focus\:to-white-450:focus{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .sm\:focus\:to-white-500:focus{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .sm\:focus\:to-white-550:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .sm\:focus\:to-white-600:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:focus\:to-white-650:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .sm\:focus\:to-white-700:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .sm\:focus\:to-white-750:focus{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .sm\:focus\:to-white-800:focus{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .sm\:focus\:to-white-850:focus{
    --tw-gradient-to: #efefef !important;
  }

  .sm\:focus\:to-white-900:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .sm\:focus\:to-white-950:focus{
    --tw-gradient-to: #ededed !important;
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb !important;
  }

  .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .sm\:focus\:to-gray-150:focus{
    --tw-gradient-to: #EAECF2 !important;
  }

  .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb !important;
  }

  .sm\:focus\:to-gray-250:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .sm\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .sm\:focus\:to-gray-350:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .sm\:focus\:to-gray-450:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:focus\:to-gray-550:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .sm\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .sm\:focus\:to-gray-650:focus{
    --tw-gradient-to: #374151 !important;
  }

  .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151 !important;
  }

  .sm\:focus\:to-gray-750:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .sm\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .sm\:focus\:to-gray-850:focus{
    --tw-gradient-to: #111827 !important;
  }

  .sm\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827 !important;
  }

  .sm\:focus\:to-gray-950:focus{
    --tw-gradient-to: #030712 !important;
  }

  .sm\:focus\:to-gray:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .sm\:focus\:to-green:focus{
    --tw-gradient-to: #5acebe !important;
  }

  .sm\:focus\:to-redlight:focus{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:to-grayLight:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:focus\:to-grayDark:focus{
    --tw-gradient-to: #ddd !important;
  }

  .sm\:focus\:to-borderDark:focus{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .sm\:focus\:to-whiteLight:focus{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:to-secondaryLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:to-borderLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:to-secondaryDark:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:to-blackDark:focus{
    --tw-gradient-to: #333333 !important;
  }

  .sm\:focus\:to-gray200:focus{
    --tw-gradient-to: #eee !important;
  }

  .sm\:focus\:to-black50:focus{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .sm\:focus\:to-borderGray:focus{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .sm\:focus\:to-borderModal:focus{
    --tw-gradient-to: #707070 !important;
  }

  .sm\:focus\:to-modalbg:focus{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:to-black80:focus{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:to-black90:focus{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:to-warning:focus{
    --tw-gradient-to: #ffc107 !important;
  }

  .sm\:focus\:to-inputDark:focus{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .sm\:focus\:to-black30:focus{
    --tw-gradient-to: #0000004D !important;
  }

  .sm\:focus\:to-select:focus{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .sm\:focus\:to-darkBlack:focus{
    --tw-gradient-to: #22232F !important;
  }

  .sm\:focus\:to-borderBlack:focus{
    --tw-gradient-to: #181922 !important;
  }

  .sm\:focus\:to-black95:focus{
    --tw-gradient-to: #000000F2 !important;
  }

  .sm\:focus\:to-blackLight25:focus{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .sm\:focus\:to-bGraylight:focus{
    --tw-gradient-to: #70707027 !important;
  }

  .sm\:focus\:to-lightGray:focus{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .sm\:focus\:to-lightRed:focus{
    --tw-gradient-to: #f7eae9 !important;
  }

  .sm\:focus\:to-maroon:focus{
    --tw-gradient-to: #b73a33 !important;
  }

  .sm\:focus\:to-footerDark:focus{
    --tw-gradient-to: #161617 !important;
  }

  .sm\:focus\:to-success:focus{
    --tw-gradient-to: #28a745 !important;
  }

  .sm\:focus\:to-info:focus{
    --tw-gradient-to: #17a2b8 !important;
  }

  .sm\:focus\:to-danger:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .sm\:focus\:to-alert:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .sm\:focus\:to-success-light:focus{
    --tw-gradient-to: #d4edda !important;
  }

  .sm\:focus\:to-info-light:focus{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .sm\:focus\:to-warning-light:focus{
    --tw-gradient-to: #fff3cd !important;
  }

  .sm\:focus\:to-danger-light:focus{
    --tw-gradient-to: #f8d7da !important;
  }

  .sm\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm\:bg-50{
    background-size: 50% !important;
  }

  .sm\:bg-55{
    background-size: 55% !important;
  }

  .sm\:bg-75{
    background-size: 75% !important;
  }

  .sm\:bg-auto{
    background-size: auto !important;
  }

  .sm\:bg-cover{
    background-size: cover !important;
  }

  .sm\:bg-contain{
    background-size: contain !important;
  }

  .sm\:bg-fixed{
    background-attachment: fixed !important;
  }

  .sm\:bg-local{
    background-attachment: local !important;
  }

  .sm\:bg-scroll{
    background-attachment: scroll !important;
  }

  .sm\:bg-clip-border{
    background-clip: border-box !important;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .sm\:bg-clip-content{
    background-clip: content-box !important;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:bg-bottom{
    background-position: bottom !important;
  }

  .sm\:bg-center{
    background-position: center !important;
  }

  .sm\:bg-left{
    background-position: left !important;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .sm\:bg-left-top{
    background-position: left top !important;
  }

  .sm\:bg-right{
    background-position: right !important;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .sm\:bg-right-top{
    background-position: right top !important;
  }

  .sm\:bg-top{
    background-position: top !important;
  }

  .sm\:bg-repeat{
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:bg-origin-border{
    background-origin: border-box !important;
  }

  .sm\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .sm\:bg-origin-content{
    background-origin: content-box !important;
  }

  .sm\:fill-current{
    fill: currentColor !important;
  }

  .sm\:stroke-current{
    stroke: currentColor !important;
  }

  .sm\:stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:p-0{
    padding: 0px !important;
  }

  .sm\:p-1{
    padding: 0.25rem !important;
  }

  .sm\:p-2{
    padding: 0.5rem !important;
  }

  .sm\:p-3{
    padding: 0.75rem !important;
  }

  .sm\:p-4{
    padding: 1rem !important;
  }

  .sm\:p-5{
    padding: 1.25rem !important;
  }

  .sm\:p-6{
    padding: 1.5rem !important;
  }

  .sm\:p-7{
    padding: 1.75rem !important;
  }

  .sm\:p-8{
    padding: 2rem !important;
  }

  .sm\:p-9{
    padding: 2.25rem !important;
  }

  .sm\:p-10{
    padding: 2.5rem !important;
  }

  .sm\:p-11{
    padding: 2.75rem !important;
  }

  .sm\:p-12{
    padding: 3rem !important;
  }

  .sm\:p-14{
    padding: 3.5rem !important;
  }

  .sm\:p-16{
    padding: 4rem !important;
  }

  .sm\:p-20{
    padding: 5rem !important;
  }

  .sm\:p-24{
    padding: 6rem !important;
  }

  .sm\:p-28{
    padding: 7rem !important;
  }

  .sm\:p-32{
    padding: 8rem !important;
  }

  .sm\:p-36{
    padding: 9rem !important;
  }

  .sm\:p-40{
    padding: 10rem !important;
  }

  .sm\:p-44{
    padding: 11rem !important;
  }

  .sm\:p-48{
    padding: 12rem !important;
  }

  .sm\:p-52{
    padding: 13rem !important;
  }

  .sm\:p-56{
    padding: 14rem !important;
  }

  .sm\:p-60{
    padding: 15rem !important;
  }

  .sm\:p-64{
    padding: 16rem !important;
  }

  .sm\:p-72{
    padding: 18rem !important;
  }

  .sm\:p-80{
    padding: 20rem !important;
  }

  .sm\:p-96{
    padding: 24rem !important;
  }

  .sm\:p-px{
    padding: 1px !important;
  }

  .sm\:p-0\.5{
    padding: 0.125rem !important;
  }

  .sm\:p-1\.5{
    padding: 0.375rem !important;
  }

  .sm\:p-2\.5{
    padding: 0.625rem !important;
  }

  .sm\:p-3\.5{
    padding: 0.875rem !important;
  }

  .sm\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .sm\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .sm\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .sm\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:pt-0{
    padding-top: 0px !important;
  }

  .sm\:pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:pt-4{
    padding-top: 1rem !important;
  }

  .sm\:pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:pt-7{
    padding-top: 1.75rem !important;
  }

  .sm\:pt-8{
    padding-top: 2rem !important;
  }

  .sm\:pt-9{
    padding-top: 2.25rem !important;
  }

  .sm\:pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:pt-11{
    padding-top: 2.75rem !important;
  }

  .sm\:pt-12{
    padding-top: 3rem !important;
  }

  .sm\:pt-14{
    padding-top: 3.5rem !important;
  }

  .sm\:pt-16{
    padding-top: 4rem !important;
  }

  .sm\:pt-20{
    padding-top: 5rem !important;
  }

  .sm\:pt-24{
    padding-top: 6rem !important;
  }

  .sm\:pt-28{
    padding-top: 7rem !important;
  }

  .sm\:pt-32{
    padding-top: 8rem !important;
  }

  .sm\:pt-36{
    padding-top: 9rem !important;
  }

  .sm\:pt-40{
    padding-top: 10rem !important;
  }

  .sm\:pt-44{
    padding-top: 11rem !important;
  }

  .sm\:pt-48{
    padding-top: 12rem !important;
  }

  .sm\:pt-52{
    padding-top: 13rem !important;
  }

  .sm\:pt-56{
    padding-top: 14rem !important;
  }

  .sm\:pt-60{
    padding-top: 15rem !important;
  }

  .sm\:pt-64{
    padding-top: 16rem !important;
  }

  .sm\:pt-72{
    padding-top: 18rem !important;
  }

  .sm\:pt-80{
    padding-top: 20rem !important;
  }

  .sm\:pt-96{
    padding-top: 24rem !important;
  }

  .sm\:pt-px{
    padding-top: 1px !important;
  }

  .sm\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .sm\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .sm\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .sm\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .sm\:pr-0{
    padding-right: 0px !important;
  }

  .sm\:pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:pr-4{
    padding-right: 1rem !important;
  }

  .sm\:pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:pr-7{
    padding-right: 1.75rem !important;
  }

  .sm\:pr-8{
    padding-right: 2rem !important;
  }

  .sm\:pr-9{
    padding-right: 2.25rem !important;
  }

  .sm\:pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:pr-11{
    padding-right: 2.75rem !important;
  }

  .sm\:pr-12{
    padding-right: 3rem !important;
  }

  .sm\:pr-14{
    padding-right: 3.5rem !important;
  }

  .sm\:pr-16{
    padding-right: 4rem !important;
  }

  .sm\:pr-20{
    padding-right: 5rem !important;
  }

  .sm\:pr-24{
    padding-right: 6rem !important;
  }

  .sm\:pr-28{
    padding-right: 7rem !important;
  }

  .sm\:pr-32{
    padding-right: 8rem !important;
  }

  .sm\:pr-36{
    padding-right: 9rem !important;
  }

  .sm\:pr-40{
    padding-right: 10rem !important;
  }

  .sm\:pr-44{
    padding-right: 11rem !important;
  }

  .sm\:pr-48{
    padding-right: 12rem !important;
  }

  .sm\:pr-52{
    padding-right: 13rem !important;
  }

  .sm\:pr-56{
    padding-right: 14rem !important;
  }

  .sm\:pr-60{
    padding-right: 15rem !important;
  }

  .sm\:pr-64{
    padding-right: 16rem !important;
  }

  .sm\:pr-72{
    padding-right: 18rem !important;
  }

  .sm\:pr-80{
    padding-right: 20rem !important;
  }

  .sm\:pr-96{
    padding-right: 24rem !important;
  }

  .sm\:pr-px{
    padding-right: 1px !important;
  }

  .sm\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .sm\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .sm\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .sm\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .sm\:pb-0{
    padding-bottom: 0px !important;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .sm\:pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .sm\:pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .sm\:pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:pb-28{
    padding-bottom: 7rem !important;
  }

  .sm\:pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:pb-36{
    padding-bottom: 9rem !important;
  }

  .sm\:pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:pb-44{
    padding-bottom: 11rem !important;
  }

  .sm\:pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:pb-52{
    padding-bottom: 13rem !important;
  }

  .sm\:pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:pb-60{
    padding-bottom: 15rem !important;
  }

  .sm\:pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:pb-72{
    padding-bottom: 18rem !important;
  }

  .sm\:pb-80{
    padding-bottom: 20rem !important;
  }

  .sm\:pb-96{
    padding-bottom: 24rem !important;
  }

  .sm\:pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .sm\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .sm\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .sm\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .sm\:pl-0{
    padding-left: 0px !important;
  }

  .sm\:pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:pl-4{
    padding-left: 1rem !important;
  }

  .sm\:pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:pl-7{
    padding-left: 1.75rem !important;
  }

  .sm\:pl-8{
    padding-left: 2rem !important;
  }

  .sm\:pl-9{
    padding-left: 2.25rem !important;
  }

  .sm\:pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:pl-11{
    padding-left: 2.75rem !important;
  }

  .sm\:pl-12{
    padding-left: 3rem !important;
  }

  .sm\:pl-14{
    padding-left: 3.5rem !important;
  }

  .sm\:pl-16{
    padding-left: 4rem !important;
  }

  .sm\:pl-20{
    padding-left: 5rem !important;
  }

  .sm\:pl-24{
    padding-left: 6rem !important;
  }

  .sm\:pl-28{
    padding-left: 7rem !important;
  }

  .sm\:pl-32{
    padding-left: 8rem !important;
  }

  .sm\:pl-36{
    padding-left: 9rem !important;
  }

  .sm\:pl-40{
    padding-left: 10rem !important;
  }

  .sm\:pl-44{
    padding-left: 11rem !important;
  }

  .sm\:pl-48{
    padding-left: 12rem !important;
  }

  .sm\:pl-52{
    padding-left: 13rem !important;
  }

  .sm\:pl-56{
    padding-left: 14rem !important;
  }

  .sm\:pl-60{
    padding-left: 15rem !important;
  }

  .sm\:pl-64{
    padding-left: 16rem !important;
  }

  .sm\:pl-72{
    padding-left: 18rem !important;
  }

  .sm\:pl-80{
    padding-left: 20rem !important;
  }

  .sm\:pl-96{
    padding-left: 24rem !important;
  }

  .sm\:pl-px{
    padding-left: 1px !important;
  }

  .sm\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .sm\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .sm\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .sm\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .sm\:text-left{
    text-align: left !important;
  }

  .sm\:text-center{
    text-align: center !important;
  }

  .sm\:text-right{
    text-align: right !important;
  }

  .sm\:text-justify{
    text-align: justify !important;
  }

  .sm\:align-baseline{
    vertical-align: baseline !important;
  }

  .sm\:align-top{
    vertical-align: top !important;
  }

  .sm\:align-middle{
    vertical-align: middle !important;
  }

  .sm\:align-bottom{
    vertical-align: bottom !important;
  }

  .sm\:align-text-top{
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm\:font-body{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .sm\:font-displayRegular{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .sm\:font-display{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .sm\:font-displayHead{
    font-family: Conv_FontsFree-Net-SFProDisplay-Bold, sans-serif !important;
  }

  .sm\:font-displayHeavy{
    font-family: Conv_FontsFree-Net-SFProDisplay-Heavy, sans-serif !important;
  }

  .sm\:font-displaySemibold{
    font-family: Conv_FontsFree-Net-SFProDisplay-Semibold, sans-serif !important;
  }

  .sm\:font-displayLight{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .sm\:font-displayBlack{
    font-family: SFProDisplay-Black, sans-serif !important;
  }

  .sm\:font-displayItalic{
    font-family: Conv_FontsFree-Net-SFProDisplay-BoldItalic, sans-serif !important;
  }

  .sm\:font-displayMedium{
    font-family: display-Medium, sans-serif !important;
  }

  .sm\:font-pacifico{
    font-family: Pacifico, cursive !important;
  }

  .sm\:font-Lora{
    font-family: Lora, serif !important;
  }

  .sm\:font-freightMedium{
    font-family: freight-medium, serif !important;
  }

  .sm\:text-xxs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-h2{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-h3{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .sm\:text-h4{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-h1{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-h5{
    font-size: 24px !important;
    line-height: 1.2em !important;
  }

  .sm\:text-xs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-sm{
    font-size: 14px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-md{
    font-size: 16px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-base{
    font-size: 18px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-lg{
    font-size: 20px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-xl{
    font-size: 22px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-2xl{
    font-size: 24px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-3xl{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-4xl{
    font-size: 34px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-5xl{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .sm\:text-6xl{
    font-size: 48px !important;
    line-height: 1.2em !important;
  }

  .sm\:text-7xl{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .sm\:text-8xl{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .sm\:font-thin{
    font-weight: 100 !important;
  }

  .sm\:font-extralight{
    font-weight: 200 !important;
  }

  .sm\:font-light{
    font-weight: 300 !important;
  }

  .sm\:font-normal{
    font-weight: 400 !important;
  }

  .sm\:font-medium{
    font-weight: 500 !important;
  }

  .sm\:font-semibold{
    font-weight: 600 !important;
  }

  .sm\:font-bold{
    font-weight: 700 !important;
  }

  .sm\:font-extrabold{
    font-weight: 800 !important;
  }

  .sm\:font-black{
    font-weight: 900 !important;
  }

  .sm\:uppercase{
    text-transform: uppercase !important;
  }

  .sm\:lowercase{
    text-transform: lowercase !important;
  }

  .sm\:capitalize{
    text-transform: capitalize !important;
  }

  .sm\:normal-case{
    text-transform: none !important;
  }

  .sm\:italic{
    font-style: italic !important;
  }

  .sm\:not-italic{
    font-style: normal !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:leading-3{
    line-height: .75rem !important;
  }

  .sm\:leading-4{
    line-height: 1rem !important;
  }

  .sm\:leading-5{
    line-height: 1.25rem !important;
  }

  .sm\:leading-6{
    line-height: 1.5rem !important;
  }

  .sm\:leading-7{
    line-height: 1.75rem !important;
  }

  .sm\:leading-8{
    line-height: 2rem !important;
  }

  .sm\:leading-9{
    line-height: 2.25rem !important;
  }

  .sm\:leading-10{
    line-height: 2.5rem !important;
  }

  .sm\:leading-none{
    line-height: 1 !important;
  }

  .sm\:leading-tight{
    line-height: 1.25 !important;
  }

  .sm\:leading-snug{
    line-height: 1.375 !important;
  }

  .sm\:leading-normal{
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm\:leading-loose{
    line-height: 2 !important;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black50{
    color: #2A2C3B80 !important;
  }

  .sm\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .sm\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .sm\:text-black30{
    color: #0000004D !important;
  }

  .sm\:text-select{
    color: #2A2C3B41 !important;
  }

  .sm\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black95{
    color: #000000F2 !important;
  }

  .sm\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .sm\:text-bGraylight{
    color: #70707027 !important;
  }

  .sm\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black-650{
    color: #00000040 !important;
  }

  .sm\:text-black-700{
    color: #00000066 !important;
  }

  .sm\:text-black-750{
    color: #00000080 !important;
  }

  .sm\:text-black-800{
    color: #00000099 !important;
  }

  .sm\:text-black-850{
    color: #000000B3 !important;
  }

  .sm\:text-black-900{
    color: #000000CC !important;
  }

  .sm\:text-black-950{
    color: #000000E6 !important;
  }

  .sm\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .group:hover .sm\:group-hover\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .sm\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .sm\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .sm\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .sm\:group-hover\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black50{
    color: #2A2C3B80 !important;
  }

  .group:hover .sm\:group-hover\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .group:hover .sm\:group-hover\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .group:hover .sm\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .sm\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .sm\:group-hover\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .group:hover .sm\:group-hover\:text-black30{
    color: #0000004D !important;
  }

  .group:hover .sm\:group-hover\:text-select{
    color: #2A2C3B41 !important;
  }

  .group:hover .sm\:group-hover\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black95{
    color: #000000F2 !important;
  }

  .group:hover .sm\:group-hover\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .group:hover .sm\:group-hover\:text-bGraylight{
    color: #70707027 !important;
  }

  .group:hover .sm\:group-hover\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .sm\:group-hover\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black-650{
    color: #00000040 !important;
  }

  .group:hover .sm\:group-hover\:text-black-700{
    color: #00000066 !important;
  }

  .group:hover .sm\:group-hover\:text-black-750{
    color: #00000080 !important;
  }

  .group:hover .sm\:group-hover\:text-black-800{
    color: #00000099 !important;
  }

  .group:hover .sm\:group-hover\:text-black-850{
    color: #000000B3 !important;
  }

  .group:hover .sm\:group-hover\:text-black-900{
    color: #000000CC !important;
  }

  .group:hover .sm\:group-hover\:text-black-950{
    color: #000000E6 !important;
  }

  .group:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blackDarker:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-redlight:focus-within{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus-within\:text-grayLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-grayDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-borderDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-whiteLight:focus-within{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus-within\:text-secondaryLight:focus-within{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus-within\:text-borderLight:focus-within{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus-within\:text-secondaryDark:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:text-blackDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black50:focus-within{
    color: #2A2C3B80 !important;
  }

  .sm\:focus-within\:text-borderGray:focus-within{
    color: #2A2C3B67 !important;
  }

  .sm\:focus-within\:text-borderModal:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-modalbg:focus-within{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus-within\:text-black80:focus-within{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus-within\:text-black90:focus-within{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus-within\:text-warning:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-inputDark:focus-within{
    color: #2A2C3BCB !important;
  }

  .sm\:focus-within\:text-black30:focus-within{
    color: #0000004D !important;
  }

  .sm\:focus-within\:text-select:focus-within{
    color: #2A2C3B41 !important;
  }

  .sm\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-darkBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-borderBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black95:focus-within{
    color: #000000F2 !important;
  }

  .sm\:focus-within\:text-blackLight25:focus-within{
    color: #2A2C3B40 !important;
  }

  .sm\:focus-within\:text-bGraylight:focus-within{
    color: #70707027 !important;
  }

  .sm\:focus-within\:text-lightGray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lightRed:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-maroon:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-footerDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-alert:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blackLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-40:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:text-black-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black-650:focus-within{
    color: #00000040 !important;
  }

  .sm\:focus-within\:text-black-700:focus-within{
    color: #00000066 !important;
  }

  .sm\:focus-within\:text-black-750:focus-within{
    color: #00000080 !important;
  }

  .sm\:focus-within\:text-black-800:focus-within{
    color: #00000099 !important;
  }

  .sm\:focus-within\:text-black-850:focus-within{
    color: #000000B3 !important;
  }

  .sm\:focus-within\:text-black-900:focus-within{
    color: #000000CC !important;
  }

  .sm\:focus-within\:text-black-950:focus-within{
    color: #000000E6 !important;
  }

  .sm\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blackDarker:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-redlight:hover{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:hover\:text-grayLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-grayDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-borderDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-whiteLight:hover{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:hover\:text-secondaryLight:hover{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:hover\:text-borderLight:hover{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:hover\:text-secondaryDark:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:text-blackDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black50:hover{
    color: #2A2C3B80 !important;
  }

  .sm\:hover\:text-borderGray:hover{
    color: #2A2C3B67 !important;
  }

  .sm\:hover\:text-borderModal:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-modalbg:hover{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:hover\:text-black80:hover{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:hover\:text-black90:hover{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:hover\:text-warning:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-inputDark:hover{
    color: #2A2C3BCB !important;
  }

  .sm\:hover\:text-black30:hover{
    color: #0000004D !important;
  }

  .sm\:hover\:text-select:hover{
    color: #2A2C3B41 !important;
  }

  .sm\:hover\:text-orange:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-darkBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-borderBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black95:hover{
    color: #000000F2 !important;
  }

  .sm\:hover\:text-blackLight25:hover{
    color: #2A2C3B40 !important;
  }

  .sm\:hover\:text-bGraylight:hover{
    color: #70707027 !important;
  }

  .sm\:hover\:text-lightGray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lightRed:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-maroon:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-footerDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-alert:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blackLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-40:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:text-black-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black-650:hover{
    color: #00000040 !important;
  }

  .sm\:hover\:text-black-700:hover{
    color: #00000066 !important;
  }

  .sm\:hover\:text-black-750:hover{
    color: #00000080 !important;
  }

  .sm\:hover\:text-black-800:hover{
    color: #00000099 !important;
  }

  .sm\:hover\:text-black-850:hover{
    color: #000000B3 !important;
  }

  .sm\:hover\:text-black-900:hover{
    color: #000000CC !important;
  }

  .sm\:hover\:text-black-950:hover{
    color: #000000E6 !important;
  }

  .sm\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blackDarker:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-redlight:focus{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:text-grayLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-grayDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-borderDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-whiteLight:focus{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:text-secondaryLight:focus{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:text-borderLight:focus{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:text-secondaryDark:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:text-blackDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black50:focus{
    color: #2A2C3B80 !important;
  }

  .sm\:focus\:text-borderGray:focus{
    color: #2A2C3B67 !important;
  }

  .sm\:focus\:text-borderModal:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-modalbg:focus{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:text-black80:focus{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:text-black90:focus{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:text-warning:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-inputDark:focus{
    color: #2A2C3BCB !important;
  }

  .sm\:focus\:text-black30:focus{
    color: #0000004D !important;
  }

  .sm\:focus\:text-select:focus{
    color: #2A2C3B41 !important;
  }

  .sm\:focus\:text-orange:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-darkBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-borderBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black95:focus{
    color: #000000F2 !important;
  }

  .sm\:focus\:text-blackLight25:focus{
    color: #2A2C3B40 !important;
  }

  .sm\:focus\:text-bGraylight:focus{
    color: #70707027 !important;
  }

  .sm\:focus\:text-lightGray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lightRed:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-maroon:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-footerDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-alert:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blackLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-40:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:text-black-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black-650:focus{
    color: #00000040 !important;
  }

  .sm\:focus\:text-black-700:focus{
    color: #00000066 !important;
  }

  .sm\:focus\:text-black-750:focus{
    color: #00000080 !important;
  }

  .sm\:focus\:text-black-800:focus{
    color: #00000099 !important;
  }

  .sm\:focus\:text-black-850:focus{
    color: #000000B3 !important;
  }

  .sm\:focus\:text-black-900:focus{
    color: #000000CC !important;
  }

  .sm\:focus\:text-black-950:focus{
    color: #000000E6 !important;
  }

  .sm\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .sm\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .sm\:underline{
    text-decoration: underline !important;
  }

  .sm\:line-through{
    text-decoration: line-through !important;
  }

  .sm\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .sm\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:placeholder-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blackLight::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .sm\:placeholder-blackLight:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .sm\:placeholder-blackLight::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .sm\:placeholder-redDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-redDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-redDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-ghostWhite::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-ghostWhite:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-ghostWhite::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-none::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-none:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-none::placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:placeholder-blue-200::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:placeholder-blue-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .sm\:placeholder-blue-800::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .sm\:placeholder-blue-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-40::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:placeholder-black-40:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:placeholder-black-40::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:placeholder-black-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-650::-moz-placeholder{
    color: #00000040 !important;
  }

  .sm\:placeholder-black-650:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .sm\:placeholder-black-650::placeholder{
    color: #00000040 !important;
  }

  .sm\:placeholder-black-700::-moz-placeholder{
    color: #00000066 !important;
  }

  .sm\:placeholder-black-700:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .sm\:placeholder-black-700::placeholder{
    color: #00000066 !important;
  }

  .sm\:placeholder-black-750::-moz-placeholder{
    color: #00000080 !important;
  }

  .sm\:placeholder-black-750:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .sm\:placeholder-black-750::placeholder{
    color: #00000080 !important;
  }

  .sm\:placeholder-black-800::-moz-placeholder{
    color: #00000099 !important;
  }

  .sm\:placeholder-black-800:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .sm\:placeholder-black-800::placeholder{
    color: #00000099 !important;
  }

  .sm\:placeholder-black-850::-moz-placeholder{
    color: #000000B3 !important;
  }

  .sm\:placeholder-black-850:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .sm\:placeholder-black-850::placeholder{
    color: #000000B3 !important;
  }

  .sm\:placeholder-black-900::-moz-placeholder{
    color: #000000CC !important;
  }

  .sm\:placeholder-black-900:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .sm\:placeholder-black-900::placeholder{
    color: #000000CC !important;
  }

  .sm\:placeholder-black-950::-moz-placeholder{
    color: #000000E6 !important;
  }

  .sm\:placeholder-black-950:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .sm\:placeholder-black-950::placeholder{
    color: #000000E6 !important;
  }

  .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-redlight::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:placeholder-redlight:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:placeholder-redlight::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:placeholder-grayLight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayLight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayLight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-whiteLight::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:placeholder-whiteLight:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:placeholder-whiteLight::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:placeholder-secondaryLight::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:placeholder-secondaryLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:placeholder-secondaryLight::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:placeholder-borderLight::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:placeholder-borderLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:placeholder-borderLight::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:placeholder-secondaryDark::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:placeholder-secondaryDark:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:placeholder-secondaryDark::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:placeholder-blackDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blackDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blackDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black50::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .sm\:placeholder-black50:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .sm\:placeholder-black50::placeholder{
    color: #2A2C3B80 !important;
  }

  .sm\:placeholder-borderGray::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .sm\:placeholder-borderGray:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .sm\:placeholder-borderGray::placeholder{
    color: #2A2C3B67 !important;
  }

  .sm\:placeholder-borderModal::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderModal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderModal::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-modalbg::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:placeholder-modalbg:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:placeholder-modalbg::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:placeholder-black80::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:placeholder-black80:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:placeholder-black80::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:placeholder-black90::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:placeholder-black90:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:placeholder-black90::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:placeholder-warning::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-inputDark::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .sm\:placeholder-inputDark:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .sm\:placeholder-inputDark::placeholder{
    color: #2A2C3BCB !important;
  }

  .sm\:placeholder-black30::-moz-placeholder{
    color: #0000004D !important;
  }

  .sm\:placeholder-black30:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .sm\:placeholder-black30::placeholder{
    color: #0000004D !important;
  }

  .sm\:placeholder-select::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .sm\:placeholder-select:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .sm\:placeholder-select::placeholder{
    color: #2A2C3B41 !important;
  }

  .sm\:placeholder-darkBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-borderBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black95::-moz-placeholder{
    color: #000000F2 !important;
  }

  .sm\:placeholder-black95:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .sm\:placeholder-black95::placeholder{
    color: #000000F2 !important;
  }

  .sm\:placeholder-blackLight25::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .sm\:placeholder-blackLight25:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .sm\:placeholder-blackLight25::placeholder{
    color: #2A2C3B40 !important;
  }

  .sm\:placeholder-bGraylight::-moz-placeholder{
    color: #70707027 !important;
  }

  .sm\:placeholder-bGraylight:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .sm\:placeholder-bGraylight::placeholder{
    color: #70707027 !important;
  }

  .sm\:placeholder-lightGray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightGray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightGray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightRed::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightRed:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightRed::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-maroon::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-maroon:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-maroon::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-footerDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-footerDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-footerDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-alert::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-alert:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-alert::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-custom::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-custom:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-custom::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darker::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darker::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-medium::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-medium::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blackLight:focus::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:placeholder-blackLight:focus:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:placeholder-blackLight:focus::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:placeholder-redDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-redDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-redDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-ghostWhite:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-ghostWhite:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-ghostWhite:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-none:focus::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-none:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-none:focus::placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:placeholder-blue-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:placeholder-blue-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-40:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:placeholder-black-40:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:placeholder-black-40:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:placeholder-black-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-650:focus::-moz-placeholder{
    color: #00000040 !important;
  }

  .sm\:focus\:placeholder-black-650:focus:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .sm\:focus\:placeholder-black-650:focus::placeholder{
    color: #00000040 !important;
  }

  .sm\:focus\:placeholder-black-700:focus::-moz-placeholder{
    color: #00000066 !important;
  }

  .sm\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .sm\:focus\:placeholder-black-700:focus::placeholder{
    color: #00000066 !important;
  }

  .sm\:focus\:placeholder-black-750:focus::-moz-placeholder{
    color: #00000080 !important;
  }

  .sm\:focus\:placeholder-black-750:focus:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .sm\:focus\:placeholder-black-750:focus::placeholder{
    color: #00000080 !important;
  }

  .sm\:focus\:placeholder-black-800:focus::-moz-placeholder{
    color: #00000099 !important;
  }

  .sm\:focus\:placeholder-black-800:focus:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .sm\:focus\:placeholder-black-800:focus::placeholder{
    color: #00000099 !important;
  }

  .sm\:focus\:placeholder-black-850:focus::-moz-placeholder{
    color: #000000B3 !important;
  }

  .sm\:focus\:placeholder-black-850:focus:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .sm\:focus\:placeholder-black-850:focus::placeholder{
    color: #000000B3 !important;
  }

  .sm\:focus\:placeholder-black-900:focus::-moz-placeholder{
    color: #000000CC !important;
  }

  .sm\:focus\:placeholder-black-900:focus:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .sm\:focus\:placeholder-black-900:focus::placeholder{
    color: #000000CC !important;
  }

  .sm\:focus\:placeholder-black-950:focus::-moz-placeholder{
    color: #000000E6 !important;
  }

  .sm\:focus\:placeholder-black-950:focus:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .sm\:focus\:placeholder-black-950:focus::placeholder{
    color: #000000E6 !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-redlight:focus::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:placeholder-redlight:focus:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:placeholder-redlight:focus::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:placeholder-grayLight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayLight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayLight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-whiteLight:focus::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:placeholder-whiteLight:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:placeholder-whiteLight:focus::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:placeholder-secondaryLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:placeholder-secondaryLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:placeholder-secondaryLight:focus::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:placeholder-borderLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:placeholder-borderLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:placeholder-borderLight:focus::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:placeholder-secondaryDark:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:placeholder-secondaryDark:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:placeholder-secondaryDark:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:placeholder-blackDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blackDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blackDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black50:focus::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .sm\:focus\:placeholder-black50:focus:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .sm\:focus\:placeholder-black50:focus::placeholder{
    color: #2A2C3B80 !important;
  }

  .sm\:focus\:placeholder-borderGray:focus::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .sm\:focus\:placeholder-borderGray:focus:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .sm\:focus\:placeholder-borderGray:focus::placeholder{
    color: #2A2C3B67 !important;
  }

  .sm\:focus\:placeholder-borderModal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderModal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderModal:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-modalbg:focus::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:placeholder-modalbg:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:placeholder-modalbg:focus::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:placeholder-black80:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:placeholder-black80:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:placeholder-black80:focus::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:placeholder-black90:focus::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:placeholder-black90:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:placeholder-black90:focus::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:placeholder-warning:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-inputDark:focus::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .sm\:focus\:placeholder-inputDark:focus:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .sm\:focus\:placeholder-inputDark:focus::placeholder{
    color: #2A2C3BCB !important;
  }

  .sm\:focus\:placeholder-black30:focus::-moz-placeholder{
    color: #0000004D !important;
  }

  .sm\:focus\:placeholder-black30:focus:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .sm\:focus\:placeholder-black30:focus::placeholder{
    color: #0000004D !important;
  }

  .sm\:focus\:placeholder-select:focus::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .sm\:focus\:placeholder-select:focus:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .sm\:focus\:placeholder-select:focus::placeholder{
    color: #2A2C3B41 !important;
  }

  .sm\:focus\:placeholder-darkBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-borderBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black95:focus::-moz-placeholder{
    color: #000000F2 !important;
  }

  .sm\:focus\:placeholder-black95:focus:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .sm\:focus\:placeholder-black95:focus::placeholder{
    color: #000000F2 !important;
  }

  .sm\:focus\:placeholder-blackLight25:focus::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .sm\:focus\:placeholder-blackLight25:focus:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .sm\:focus\:placeholder-blackLight25:focus::placeholder{
    color: #2A2C3B40 !important;
  }

  .sm\:focus\:placeholder-bGraylight:focus::-moz-placeholder{
    color: #70707027 !important;
  }

  .sm\:focus\:placeholder-bGraylight:focus:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .sm\:focus\:placeholder-bGraylight:focus::placeholder{
    color: #70707027 !important;
  }

  .sm\:focus\:placeholder-lightGray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightGray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightGray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightRed:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightRed:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightRed:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-maroon:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-maroon:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-maroon:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-footerDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-footerDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-footerDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-alert:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-alert:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-alert:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-custom:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-custom:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-custom:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darker:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darker:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-medium:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-medium:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:opacity-0{
    opacity: 0 !important;
  }

  .sm\:opacity-5{
    opacity: 0.05 !important;
  }

  .sm\:opacity-10{
    opacity: 0.1 !important;
  }

  .sm\:opacity-20{
    opacity: 0.2 !important;
  }

  .sm\:opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:opacity-30{
    opacity: 0.3 !important;
  }

  .sm\:opacity-40{
    opacity: 0.4 !important;
  }

  .sm\:opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:opacity-60{
    opacity: 0.6 !important;
  }

  .sm\:opacity-70{
    opacity: 0.7 !important;
  }

  .sm\:opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:opacity-80{
    opacity: 0.8 !important;
  }

  .sm\:opacity-90{
    opacity: 0.9 !important;
  }

  .sm\:opacity-95{
    opacity: 0.95 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .sm\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .sm\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .sm\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .sm\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .sm\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .sm\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .sm\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .sm\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .sm\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .sm\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .sm\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .sm\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .sm\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .sm\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .sm\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .sm\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .sm\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .sm\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .sm\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .sm\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-0:focus-within{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-xs:focus-within{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-card:focus-within{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-0:hover{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-xs:hover{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-default:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-card:hover{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-0:focus{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-xs:focus{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-default:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-card:focus{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .sm\:ring-primary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blackLight{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:ring-redDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-ghostWhite{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-none{
    --tw-ring-color: transparent !important;
  }

  .sm\:ring-orange{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-200{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:ring-blue-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-800{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:ring-blue-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-40{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:ring-black-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black-650{
    --tw-ring-color: #00000040 !important;
  }

  .sm\:ring-black-700{
    --tw-ring-color: #00000066 !important;
  }

  .sm\:ring-black-750{
    --tw-ring-color: #00000080 !important;
  }

  .sm\:ring-black-800{
    --tw-ring-color: #00000099 !important;
  }

  .sm\:ring-black-850{
    --tw-ring-color: #000000B3 !important;
  }

  .sm\:ring-black-900{
    --tw-ring-color: #000000CC !important;
  }

  .sm\:ring-black-950{
    --tw-ring-color: #000000E6 !important;
  }

  .sm\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-redlight{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .sm\:ring-grayLight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-grayDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-borderDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-whiteLight{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:ring-secondaryLight{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:ring-borderLight{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:ring-secondaryDark{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:ring-blackDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black50{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .sm\:ring-borderGray{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .sm\:ring-borderModal{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-modalbg{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .sm\:ring-black80{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:ring-black90{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:ring-warning{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-inputDark{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .sm\:ring-black30{
    --tw-ring-color: #0000004D !important;
  }

  .sm\:ring-select{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .sm\:ring-darkBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-borderBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black95{
    --tw-ring-color: #000000F2 !important;
  }

  .sm\:ring-blackLight25{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .sm\:ring-bGraylight{
    --tw-ring-color: #70707027 !important;
  }

  .sm\:ring-lightGray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lightRed{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-maroon{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-footerDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-alert{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blackLight:focus-within{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus-within\:ring-redDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-ghostWhite:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-none:focus-within{
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus-within\:ring-blue-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus-within\:ring-blue-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-40:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:ring-black-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black-650:focus-within{
    --tw-ring-color: #00000040 !important;
  }

  .sm\:focus-within\:ring-black-700:focus-within{
    --tw-ring-color: #00000066 !important;
  }

  .sm\:focus-within\:ring-black-750:focus-within{
    --tw-ring-color: #00000080 !important;
  }

  .sm\:focus-within\:ring-black-800:focus-within{
    --tw-ring-color: #00000099 !important;
  }

  .sm\:focus-within\:ring-black-850:focus-within{
    --tw-ring-color: #000000B3 !important;
  }

  .sm\:focus-within\:ring-black-900:focus-within{
    --tw-ring-color: #000000CC !important;
  }

  .sm\:focus-within\:ring-black-950:focus-within{
    --tw-ring-color: #000000E6 !important;
  }

  .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-redlight:focus-within{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus-within\:ring-grayLight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-grayDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-borderDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-whiteLight:focus-within{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus-within\:ring-secondaryLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus-within\:ring-borderLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus-within\:ring-secondaryDark:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:ring-blackDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black50:focus-within{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .sm\:focus-within\:ring-borderGray:focus-within{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .sm\:focus-within\:ring-borderModal:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-modalbg:focus-within{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus-within\:ring-black80:focus-within{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus-within\:ring-black90:focus-within{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus-within\:ring-warning:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-inputDark:focus-within{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .sm\:focus-within\:ring-black30:focus-within{
    --tw-ring-color: #0000004D !important;
  }

  .sm\:focus-within\:ring-select:focus-within{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .sm\:focus-within\:ring-darkBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-borderBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black95:focus-within{
    --tw-ring-color: #000000F2 !important;
  }

  .sm\:focus-within\:ring-blackLight25:focus-within{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .sm\:focus-within\:ring-bGraylight:focus-within{
    --tw-ring-color: #70707027 !important;
  }

  .sm\:focus-within\:ring-lightGray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lightRed:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-maroon:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-footerDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-alert:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blackLight:focus{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:ring-redDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-ghostWhite:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-none:focus{
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-200:focus{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:ring-blue-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-800:focus{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:ring-blue-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-40:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:ring-black-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black-650:focus{
    --tw-ring-color: #00000040 !important;
  }

  .sm\:focus\:ring-black-700:focus{
    --tw-ring-color: #00000066 !important;
  }

  .sm\:focus\:ring-black-750:focus{
    --tw-ring-color: #00000080 !important;
  }

  .sm\:focus\:ring-black-800:focus{
    --tw-ring-color: #00000099 !important;
  }

  .sm\:focus\:ring-black-850:focus{
    --tw-ring-color: #000000B3 !important;
  }

  .sm\:focus\:ring-black-900:focus{
    --tw-ring-color: #000000CC !important;
  }

  .sm\:focus\:ring-black-950:focus{
    --tw-ring-color: #000000E6 !important;
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-redlight:focus{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:ring-grayLight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-grayDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-borderDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-whiteLight:focus{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:ring-secondaryLight:focus{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:ring-borderLight:focus{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:ring-secondaryDark:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:ring-blackDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black50:focus{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .sm\:focus\:ring-borderGray:focus{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .sm\:focus\:ring-borderModal:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-modalbg:focus{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:ring-black80:focus{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:ring-black90:focus{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:ring-warning:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-inputDark:focus{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .sm\:focus\:ring-black30:focus{
    --tw-ring-color: #0000004D !important;
  }

  .sm\:focus\:ring-select:focus{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .sm\:focus\:ring-darkBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-borderBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black95:focus{
    --tw-ring-color: #000000F2 !important;
  }

  .sm\:focus\:ring-blackLight25:focus{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .sm\:focus\:ring-bGraylight:focus{
    --tw-ring-color: #70707027 !important;
  }

  .sm\:focus\:ring-lightGray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lightRed:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-maroon:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-footerDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-alert:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:ring-offset-primary-50{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:ring-offset-primary-100{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:ring-offset-primary-200{
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:ring-offset-primary-300{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:ring-offset-primary-400{
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:ring-offset-primary-500{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:ring-offset-primary-600{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:ring-offset-primary-700{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:ring-offset-primary-800{
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:ring-offset-primary-900{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:ring-offset-primary-950{
    --tw-ring-offset-color: #450a0a !important;
  }

  .sm\:ring-offset-primary{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:ring-offset-secondary-50{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .sm\:ring-offset-secondary-100{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .sm\:ring-offset-secondary-200{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:ring-offset-secondary-300{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .sm\:ring-offset-secondary-400{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .sm\:ring-offset-secondary-500{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:ring-offset-secondary-600{
    --tw-ring-offset-color: #475569 !important;
  }

  .sm\:ring-offset-secondary-700{
    --tw-ring-offset-color: #334155 !important;
  }

  .sm\:ring-offset-secondary-800{
    --tw-ring-offset-color: #1e293b !important;
  }

  .sm\:ring-offset-secondary-900{
    --tw-ring-offset-color: #0f172a !important;
  }

  .sm\:ring-offset-secondary-950{
    --tw-ring-offset-color: #020617 !important;
  }

  .sm\:ring-offset-secondary{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:ring-offset-blackLight{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:ring-offset-redDark{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .sm\:ring-offset-gray400{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .sm\:ring-offset-ghostWhite{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .sm\:ring-offset-black500{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:ring-offset-white200{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .sm\:ring-offset-gray100{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .sm\:ring-offset-none{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:ring-offset-orange{
    --tw-ring-offset-color: #FF626B !important;
  }

  .sm\:ring-offset-pink{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .sm\:ring-offset-pink100{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .sm\:ring-offset-purple{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .sm\:ring-offset-blue-50{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:ring-offset-blue-100{
    --tw-ring-offset-color: #22232f !important;
  }

  .sm\:ring-offset-blue-150{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .sm\:ring-offset-blue-200{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:ring-offset-blue-250{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .sm\:ring-offset-blue-300{
    --tw-ring-offset-color: #564CFF !important;
  }

  .sm\:ring-offset-blue-350{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .sm\:ring-offset-blue-400{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .sm\:ring-offset-blue-500{
    --tw-ring-offset-color: #0099FF !important;
  }

  .sm\:ring-offset-blue-600{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .sm\:ring-offset-blue-700{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .sm\:ring-offset-blue-750{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .sm\:ring-offset-blue-800{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:ring-offset-blue-850{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .sm\:ring-offset-blue-900{
    --tw-ring-offset-color: #5875DC !important;
  }

  .sm\:ring-offset-blue-950{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .sm\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF !important;
  }

  .sm\:ring-offset-black-40{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:ring-offset-black-50{
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:ring-offset-black-100{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .sm\:ring-offset-black-150{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .sm\:ring-offset-black-200{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .sm\:ring-offset-black-250{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .sm\:ring-offset-black-300{
    --tw-ring-offset-color: #737373 !important;
  }

  .sm\:ring-offset-black-350{
    --tw-ring-offset-color: #525252 !important;
  }

  .sm\:ring-offset-black-400{
    --tw-ring-offset-color: #404040 !important;
  }

  .sm\:ring-offset-black-450{
    --tw-ring-offset-color: #262626 !important;
  }

  .sm\:ring-offset-black-500{
    --tw-ring-offset-color: #333 !important;
  }

  .sm\:ring-offset-black-550{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .sm\:ring-offset-black-600{
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:ring-offset-black-650{
    --tw-ring-offset-color: #00000040 !important;
  }

  .sm\:ring-offset-black-700{
    --tw-ring-offset-color: #00000066 !important;
  }

  .sm\:ring-offset-black-750{
    --tw-ring-offset-color: #00000080 !important;
  }

  .sm\:ring-offset-black-800{
    --tw-ring-offset-color: #00000099 !important;
  }

  .sm\:ring-offset-black-850{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .sm\:ring-offset-black-900{
    --tw-ring-offset-color: #000000CC !important;
  }

  .sm\:ring-offset-black-950{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:ring-offset-red-50{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .sm\:ring-offset-red-100{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .sm\:ring-offset-red-200{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:ring-offset-red-300{
    --tw-ring-offset-color: #F9597C !important;
  }

  .sm\:ring-offset-red-400{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .sm\:ring-offset-red-500{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .sm\:ring-offset-red-550{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .sm\:ring-offset-red-600{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .sm\:ring-offset-red-650{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .sm\:ring-offset-red-700{
    --tw-ring-offset-color: #B92823 !important;
  }

  .sm\:ring-offset-red-800{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .sm\:ring-offset-red{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:ring-offset-white-50{
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:ring-offset-white-100{
    --tw-ring-offset-color: #fefefe !important;
  }

  .sm\:ring-offset-white-150{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .sm\:ring-offset-white-200{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .sm\:ring-offset-white-250{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .sm\:ring-offset-white-300{
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:ring-offset-white-350{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .sm\:ring-offset-white-400{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .sm\:ring-offset-white-450{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .sm\:ring-offset-white-500{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .sm\:ring-offset-white-550{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .sm\:ring-offset-white-600{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:ring-offset-white-650{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .sm\:ring-offset-white-700{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .sm\:ring-offset-white-750{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .sm\:ring-offset-white-800{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .sm\:ring-offset-white-850{
    --tw-ring-offset-color: #efefef !important;
  }

  .sm\:ring-offset-white-900{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .sm\:ring-offset-white-950{
    --tw-ring-offset-color: #ededed !important;
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .sm\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .sm\:ring-offset-gray-150{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .sm\:ring-offset-gray-250{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .sm\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .sm\:ring-offset-gray-350{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .sm\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .sm\:ring-offset-gray-450{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:ring-offset-gray-550{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .sm\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .sm\:ring-offset-gray-650{
    --tw-ring-offset-color: #374151 !important;
  }

  .sm\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151 !important;
  }

  .sm\:ring-offset-gray-750{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .sm\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .sm\:ring-offset-gray-850{
    --tw-ring-offset-color: #111827 !important;
  }

  .sm\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827 !important;
  }

  .sm\:ring-offset-gray-950{
    --tw-ring-offset-color: #030712 !important;
  }

  .sm\:ring-offset-gray{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:ring-offset-green{
    --tw-ring-offset-color: #5acebe !important;
  }

  .sm\:ring-offset-redlight{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .sm\:ring-offset-grayLight{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:ring-offset-grayDark{
    --tw-ring-offset-color: #ddd !important;
  }

  .sm\:ring-offset-borderDark{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .sm\:ring-offset-whiteLight{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:ring-offset-secondaryLight{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:ring-offset-borderLight{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:ring-offset-secondaryDark{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:ring-offset-blackDark{
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:ring-offset-gray200{
    --tw-ring-offset-color: #eee !important;
  }

  .sm\:ring-offset-black50{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .sm\:ring-offset-borderGray{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .sm\:ring-offset-borderModal{
    --tw-ring-offset-color: #707070 !important;
  }

  .sm\:ring-offset-modalbg{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .sm\:ring-offset-black80{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:ring-offset-black90{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:ring-offset-warning{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .sm\:ring-offset-inputDark{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .sm\:ring-offset-black30{
    --tw-ring-offset-color: #0000004D !important;
  }

  .sm\:ring-offset-select{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .sm\:ring-offset-darkBlack{
    --tw-ring-offset-color: #22232F !important;
  }

  .sm\:ring-offset-borderBlack{
    --tw-ring-offset-color: #181922 !important;
  }

  .sm\:ring-offset-black95{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .sm\:ring-offset-blackLight25{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .sm\:ring-offset-bGraylight{
    --tw-ring-offset-color: #70707027 !important;
  }

  .sm\:ring-offset-lightGray{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .sm\:ring-offset-lightRed{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .sm\:ring-offset-maroon{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .sm\:ring-offset-footerDark{
    --tw-ring-offset-color: #161617 !important;
  }

  .sm\:ring-offset-success{
    --tw-ring-offset-color: #28a745 !important;
  }

  .sm\:ring-offset-info{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .sm\:ring-offset-danger{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .sm\:ring-offset-alert{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .sm\:ring-offset-success-light{
    --tw-ring-offset-color: #d4edda !important;
  }

  .sm\:ring-offset-info-light{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .sm\:ring-offset-warning-light{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .sm\:ring-offset-danger-light{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .sm\:focus-within\:ring-offset-primary-50:focus-within{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:focus-within\:ring-offset-primary-100:focus-within{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:focus-within\:ring-offset-primary-200:focus-within{
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:focus-within\:ring-offset-primary-300:focus-within{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:focus-within\:ring-offset-primary-400:focus-within{
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:focus-within\:ring-offset-primary-500:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus-within\:ring-offset-primary-600:focus-within{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:focus-within\:ring-offset-primary-700:focus-within{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:focus-within\:ring-offset-primary-800:focus-within{
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:focus-within\:ring-offset-primary-900:focus-within{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:focus-within\:ring-offset-primary-950:focus-within{
    --tw-ring-offset-color: #450a0a !important;
  }

  .sm\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-50:focus-within{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .sm\:focus-within\:ring-offset-secondary-100:focus-within{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-200:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-300:focus-within{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-400:focus-within{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-500:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:focus-within\:ring-offset-secondary-600:focus-within{
    --tw-ring-offset-color: #475569 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-700:focus-within{
    --tw-ring-offset-color: #334155 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-800:focus-within{
    --tw-ring-offset-color: #1e293b !important;
  }

  .sm\:focus-within\:ring-offset-secondary-900:focus-within{
    --tw-ring-offset-color: #0f172a !important;
  }

  .sm\:focus-within\:ring-offset-secondary-950:focus-within{
    --tw-ring-offset-color: #020617 !important;
  }

  .sm\:focus-within\:ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:focus-within\:ring-offset-blackLight:focus-within{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus-within\:ring-offset-redDark:focus-within{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .sm\:focus-within\:ring-offset-gray400:focus-within{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .sm\:focus-within\:ring-offset-ghostWhite:focus-within{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .sm\:focus-within\:ring-offset-black500:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus-within\:ring-offset-white200:focus-within{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .sm\:focus-within\:ring-offset-gray100:focus-within{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .sm\:focus-within\:ring-offset-none:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FF626B !important;
  }

  .sm\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .sm\:focus-within\:ring-offset-pink100:focus-within{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .sm\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #22232f !important;
  }

  .sm\:focus-within\:ring-offset-blue-150:focus-within{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus-within\:ring-offset-blue-250:focus-within{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #564CFF !important;
  }

  .sm\:focus-within\:ring-offset-blue-350:focus-within{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .sm\:focus-within\:ring-offset-blue-750:focus-within{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus-within\:ring-offset-blue-850:focus-within{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #5875DC !important;
  }

  .sm\:focus-within\:ring-offset-blue-950:focus-within{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .sm\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .sm\:focus-within\:ring-offset-black-40:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:ring-offset-black-50:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .sm\:focus-within\:ring-offset-black-150:focus-within{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .sm\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .sm\:focus-within\:ring-offset-black-250:focus-within{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .sm\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: #737373 !important;
  }

  .sm\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: #525252 !important;
  }

  .sm\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #404040 !important;
  }

  .sm\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #262626 !important;
  }

  .sm\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .sm\:focus-within\:ring-offset-black-550:focus-within{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .sm\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:focus-within\:ring-offset-black-650:focus-within{
    --tw-ring-offset-color: #00000040 !important;
  }

  .sm\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #00000066 !important;
  }

  .sm\:focus-within\:ring-offset-black-750:focus-within{
    --tw-ring-offset-color: #00000080 !important;
  }

  .sm\:focus-within\:ring-offset-black-800:focus-within{
    --tw-ring-offset-color: #00000099 !important;
  }

  .sm\:focus-within\:ring-offset-black-850:focus-within{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .sm\:focus-within\:ring-offset-black-900:focus-within{
    --tw-ring-offset-color: #000000CC !important;
  }

  .sm\:focus-within\:ring-offset-black-950:focus-within{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F9597C !important;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .sm\:focus-within\:ring-offset-red-550:focus-within{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .sm\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B92823 !important;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .sm\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus-within\:ring-offset-white-50:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:focus-within\:ring-offset-white-100:focus-within{
    --tw-ring-offset-color: #fefefe !important;
  }

  .sm\:focus-within\:ring-offset-white-150:focus-within{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .sm\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .sm\:focus-within\:ring-offset-white-250:focus-within{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .sm\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus-within\:ring-offset-white-350:focus-within{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .sm\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .sm\:focus-within\:ring-offset-white-450:focus-within{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .sm\:focus-within\:ring-offset-white-500:focus-within{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .sm\:focus-within\:ring-offset-white-550:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .sm\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:focus-within\:ring-offset-white-650:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .sm\:focus-within\:ring-offset-white-700:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .sm\:focus-within\:ring-offset-white-750:focus-within{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .sm\:focus-within\:ring-offset-white-800:focus-within{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .sm\:focus-within\:ring-offset-white-850:focus-within{
    --tw-ring-offset-color: #efefef !important;
  }

  .sm\:focus-within\:ring-offset-white-900:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .sm\:focus-within\:ring-offset-white-950:focus-within{
    --tw-ring-offset-color: #ededed !important;
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .sm\:focus-within\:ring-offset-gray-150:focus-within{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .sm\:focus-within\:ring-offset-gray-250:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .sm\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .sm\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .sm\:focus-within\:ring-offset-gray-650:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .sm\:focus-within\:ring-offset-gray-750:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .sm\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .sm\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #030712 !important;
  }

  .sm\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #5acebe !important;
  }

  .sm\:focus-within\:ring-offset-redlight:focus-within{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus-within\:ring-offset-grayLight:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:focus-within\:ring-offset-grayDark:focus-within{
    --tw-ring-offset-color: #ddd !important;
  }

  .sm\:focus-within\:ring-offset-borderDark:focus-within{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .sm\:focus-within\:ring-offset-whiteLight:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus-within\:ring-offset-secondaryLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus-within\:ring-offset-borderLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus-within\:ring-offset-secondaryDark:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus-within\:ring-offset-blackDark:focus-within{
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:focus-within\:ring-offset-gray200:focus-within{
    --tw-ring-offset-color: #eee !important;
  }

  .sm\:focus-within\:ring-offset-black50:focus-within{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .sm\:focus-within\:ring-offset-borderGray:focus-within{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .sm\:focus-within\:ring-offset-borderModal:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .sm\:focus-within\:ring-offset-modalbg:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus-within\:ring-offset-black80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus-within\:ring-offset-black90:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .sm\:focus-within\:ring-offset-inputDark:focus-within{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .sm\:focus-within\:ring-offset-black30:focus-within{
    --tw-ring-offset-color: #0000004D !important;
  }

  .sm\:focus-within\:ring-offset-select:focus-within{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .sm\:focus-within\:ring-offset-darkBlack:focus-within{
    --tw-ring-offset-color: #22232F !important;
  }

  .sm\:focus-within\:ring-offset-borderBlack:focus-within{
    --tw-ring-offset-color: #181922 !important;
  }

  .sm\:focus-within\:ring-offset-black95:focus-within{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .sm\:focus-within\:ring-offset-blackLight25:focus-within{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .sm\:focus-within\:ring-offset-bGraylight:focus-within{
    --tw-ring-offset-color: #70707027 !important;
  }

  .sm\:focus-within\:ring-offset-lightGray:focus-within{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .sm\:focus-within\:ring-offset-lightRed:focus-within{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .sm\:focus-within\:ring-offset-maroon:focus-within{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .sm\:focus-within\:ring-offset-footerDark:focus-within{
    --tw-ring-offset-color: #161617 !important;
  }

  .sm\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: #28a745 !important;
  }

  .sm\:focus-within\:ring-offset-info:focus-within{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .sm\:focus-within\:ring-offset-danger:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .sm\:focus-within\:ring-offset-alert:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .sm\:focus-within\:ring-offset-success-light:focus-within{
    --tw-ring-offset-color: #d4edda !important;
  }

  .sm\:focus-within\:ring-offset-info-light:focus-within{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .sm\:focus-within\:ring-offset-warning-light:focus-within{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .sm\:focus-within\:ring-offset-danger-light:focus-within{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .sm\:focus\:ring-offset-primary-50:focus{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:focus\:ring-offset-primary-100:focus{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:focus\:ring-offset-primary-200:focus{
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:focus\:ring-offset-primary-300:focus{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:focus\:ring-offset-primary-400:focus{
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:focus\:ring-offset-primary-500:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus\:ring-offset-primary-600:focus{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:focus\:ring-offset-primary-700:focus{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:focus\:ring-offset-primary-800:focus{
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:focus\:ring-offset-primary-900:focus{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:focus\:ring-offset-primary-950:focus{
    --tw-ring-offset-color: #450a0a !important;
  }

  .sm\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus\:ring-offset-secondary-50:focus{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .sm\:focus\:ring-offset-secondary-100:focus{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .sm\:focus\:ring-offset-secondary-200:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus\:ring-offset-secondary-300:focus{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .sm\:focus\:ring-offset-secondary-400:focus{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .sm\:focus\:ring-offset-secondary-500:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:focus\:ring-offset-secondary-600:focus{
    --tw-ring-offset-color: #475569 !important;
  }

  .sm\:focus\:ring-offset-secondary-700:focus{
    --tw-ring-offset-color: #334155 !important;
  }

  .sm\:focus\:ring-offset-secondary-800:focus{
    --tw-ring-offset-color: #1e293b !important;
  }

  .sm\:focus\:ring-offset-secondary-900:focus{
    --tw-ring-offset-color: #0f172a !important;
  }

  .sm\:focus\:ring-offset-secondary-950:focus{
    --tw-ring-offset-color: #020617 !important;
  }

  .sm\:focus\:ring-offset-secondary:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:focus\:ring-offset-blackLight:focus{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .sm\:focus\:ring-offset-redDark:focus{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .sm\:focus\:ring-offset-gray400:focus{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .sm\:focus\:ring-offset-ghostWhite:focus{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .sm\:focus\:ring-offset-black500:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus\:ring-offset-white200:focus{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .sm\:focus\:ring-offset-gray100:focus{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .sm\:focus\:ring-offset-none:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FF626B !important;
  }

  .sm\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .sm\:focus\:ring-offset-pink100:focus{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .sm\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .sm\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .sm\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #22232f !important;
  }

  .sm\:focus\:ring-offset-blue-150:focus{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .sm\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .sm\:focus\:ring-offset-blue-250:focus{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .sm\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #564CFF !important;
  }

  .sm\:focus\:ring-offset-blue-350:focus{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .sm\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .sm\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .sm\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .sm\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .sm\:focus\:ring-offset-blue-750:focus{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .sm\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .sm\:focus\:ring-offset-blue-850:focus{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .sm\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #5875DC !important;
  }

  .sm\:focus\:ring-offset-blue-950:focus{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .sm\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .sm\:focus\:ring-offset-black-40:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:ring-offset-black-50:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .sm\:focus\:ring-offset-black-150:focus{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .sm\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .sm\:focus\:ring-offset-black-250:focus{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .sm\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: #737373 !important;
  }

  .sm\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: #525252 !important;
  }

  .sm\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #404040 !important;
  }

  .sm\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #262626 !important;
  }

  .sm\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .sm\:focus\:ring-offset-black-550:focus{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .sm\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:focus\:ring-offset-black-650:focus{
    --tw-ring-offset-color: #00000040 !important;
  }

  .sm\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #00000066 !important;
  }

  .sm\:focus\:ring-offset-black-750:focus{
    --tw-ring-offset-color: #00000080 !important;
  }

  .sm\:focus\:ring-offset-black-800:focus{
    --tw-ring-offset-color: #00000099 !important;
  }

  .sm\:focus\:ring-offset-black-850:focus{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .sm\:focus\:ring-offset-black-900:focus{
    --tw-ring-offset-color: #000000CC !important;
  }

  .sm\:focus\:ring-offset-black-950:focus{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .sm\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .sm\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F9597C !important;
  }

  .sm\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .sm\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .sm\:focus\:ring-offset-red-550:focus{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .sm\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .sm\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .sm\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B92823 !important;
  }

  .sm\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .sm\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .sm\:focus\:ring-offset-white-50:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:focus\:ring-offset-white-100:focus{
    --tw-ring-offset-color: #fefefe !important;
  }

  .sm\:focus\:ring-offset-white-150:focus{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .sm\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .sm\:focus\:ring-offset-white-250:focus{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .sm\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus\:ring-offset-white-350:focus{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .sm\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .sm\:focus\:ring-offset-white-450:focus{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .sm\:focus\:ring-offset-white-500:focus{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .sm\:focus\:ring-offset-white-550:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .sm\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:focus\:ring-offset-white-650:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .sm\:focus\:ring-offset-white-700:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .sm\:focus\:ring-offset-white-750:focus{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .sm\:focus\:ring-offset-white-800:focus{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .sm\:focus\:ring-offset-white-850:focus{
    --tw-ring-offset-color: #efefef !important;
  }

  .sm\:focus\:ring-offset-white-900:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .sm\:focus\:ring-offset-white-950:focus{
    --tw-ring-offset-color: #ededed !important;
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .sm\:focus\:ring-offset-gray-150:focus{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .sm\:focus\:ring-offset-gray-250:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .sm\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .sm\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .sm\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .sm\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .sm\:focus\:ring-offset-gray-650:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .sm\:focus\:ring-offset-gray-750:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .sm\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .sm\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .sm\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .sm\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #030712 !important;
  }

  .sm\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .sm\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #5acebe !important;
  }

  .sm\:focus\:ring-offset-redlight:focus{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .sm\:focus\:ring-offset-grayLight:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:focus\:ring-offset-grayDark:focus{
    --tw-ring-offset-color: #ddd !important;
  }

  .sm\:focus\:ring-offset-borderDark:focus{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .sm\:focus\:ring-offset-whiteLight:focus{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .sm\:focus\:ring-offset-secondaryLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .sm\:focus\:ring-offset-borderLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .sm\:focus\:ring-offset-secondaryDark:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:ring-offset-blackDark:focus{
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:focus\:ring-offset-gray200:focus{
    --tw-ring-offset-color: #eee !important;
  }

  .sm\:focus\:ring-offset-black50:focus{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .sm\:focus\:ring-offset-borderGray:focus{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .sm\:focus\:ring-offset-borderModal:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .sm\:focus\:ring-offset-modalbg:focus{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .sm\:focus\:ring-offset-black80:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .sm\:focus\:ring-offset-black90:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .sm\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .sm\:focus\:ring-offset-inputDark:focus{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .sm\:focus\:ring-offset-black30:focus{
    --tw-ring-offset-color: #0000004D !important;
  }

  .sm\:focus\:ring-offset-select:focus{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .sm\:focus\:ring-offset-darkBlack:focus{
    --tw-ring-offset-color: #22232F !important;
  }

  .sm\:focus\:ring-offset-borderBlack:focus{
    --tw-ring-offset-color: #181922 !important;
  }

  .sm\:focus\:ring-offset-black95:focus{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .sm\:focus\:ring-offset-blackLight25:focus{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .sm\:focus\:ring-offset-bGraylight:focus{
    --tw-ring-offset-color: #70707027 !important;
  }

  .sm\:focus\:ring-offset-lightGray:focus{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .sm\:focus\:ring-offset-lightRed:focus{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .sm\:focus\:ring-offset-maroon:focus{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .sm\:focus\:ring-offset-footerDark:focus{
    --tw-ring-offset-color: #161617 !important;
  }

  .sm\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: #28a745 !important;
  }

  .sm\:focus\:ring-offset-info:focus{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .sm\:focus\:ring-offset-danger:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .sm\:focus\:ring-offset-alert:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .sm\:focus\:ring-offset-success-light:focus{
    --tw-ring-offset-color: #d4edda !important;
  }

  .sm\:focus\:ring-offset-info-light:focus{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .sm\:focus\:ring-offset-warning-light:focus{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .sm\:focus\:ring-offset-danger-light:focus{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .sm\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:filter-none{
    filter: none !important;
  }

  .sm\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .sm\:blur{
    --tw-blur: blur(8px) !important;
  }

  .sm\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .sm\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .sm\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .sm\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .sm\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .sm\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .sm\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .sm\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .sm\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .sm\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .sm\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .sm\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .sm\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .sm\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .sm\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .sm\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .sm\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .sm\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .sm\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .sm\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .sm\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .sm\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .sm\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .sm\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .sm\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .sm\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .sm\:invert{
    --tw-invert: invert(100%) !important;
  }

  .sm\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .sm\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .sm\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .sm\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .sm\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .sm\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .sm\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .sm\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .sm\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .sm\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .sm\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .sm\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .sm\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm\:transition-none{
    transition-property: none !important;
  }

  .sm\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:delay-75{
    transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .sm\:duration-75{
    transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .sm\:ease-linear{
    transition-timing-function: linear !important;
  }

  .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 768px){
  .md\: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\: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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\: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\: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\:pointer-events-none{
    pointer-events: none !important;
  }

  .md\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:visible{
    visibility: visible !important;
  }

  .md\:invisible{
    visibility: hidden !important;
  }

  .md\:static{
    position: static !important;
  }

  .md\:fixed{
    position: fixed !important;
  }

  .md\:absolute{
    position: absolute !important;
  }

  .md\:relative{
    position: relative !important;
  }

  .md\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .md\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .md\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .md\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .md\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .md\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .md\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .md\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .md\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .md\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .md\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .md\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .md\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .md\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .md\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .md\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .md\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .md\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .md\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .md\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .md\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .md\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .md\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .md\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .md\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .md\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .md\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .md\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .md\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .md\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .md\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .md\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .md\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .md\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .md\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .md\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .md\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .md\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .md\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .md\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .md\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .md\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .md\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .md\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .md\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .md\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .md\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .md\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .md\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .md\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .md\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .md\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .md\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .md\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .md\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .md\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .md\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .md\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .md\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .md\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .md\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .md\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .md\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .md\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .md\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .md\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .md\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .md\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .md\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .md\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .md\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .md\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .md\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .md\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .md\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .md\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .md\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .md\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .md\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .md\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .md\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .md\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .md\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .md\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .md\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .md\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .md\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .md\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .md\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .md\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .md\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .md\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .md\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .md\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .md\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .md\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .md\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .md\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .md\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .md\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .md\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .md\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .md\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .md\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .md\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .md\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .md\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .md\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .md\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .md\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .md\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .md\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .md\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .md\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .md\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .md\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .md\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .md\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .md\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .md\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .md\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .md\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .md\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .md\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .md\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .md\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .md\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .md\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .md\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .md\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .md\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .md\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .md\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .md\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .md\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .md\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .md\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .md\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .md\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .md\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .md\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .md\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .md\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .md\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .md\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .md\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .md\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .md\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .md\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .md\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .md\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .md\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .md\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:top-0{
    top: 0px !important;
  }

  .md\:top-1{
    top: 0.25rem !important;
  }

  .md\:top-2{
    top: 0.5rem !important;
  }

  .md\:top-3{
    top: 0.75rem !important;
  }

  .md\:top-4{
    top: 1rem !important;
  }

  .md\:top-5{
    top: 1.25rem !important;
  }

  .md\:top-6{
    top: 1.5rem !important;
  }

  .md\:top-7{
    top: 1.75rem !important;
  }

  .md\:top-8{
    top: 2rem !important;
  }

  .md\:top-9{
    top: 2.25rem !important;
  }

  .md\:top-10{
    top: 2.5rem !important;
  }

  .md\:top-11{
    top: 2.75rem !important;
  }

  .md\:top-12{
    top: 3rem !important;
  }

  .md\:top-14{
    top: 3.5rem !important;
  }

  .md\:top-16{
    top: 4rem !important;
  }

  .md\:top-20{
    top: 5rem !important;
  }

  .md\:top-24{
    top: 6rem !important;
  }

  .md\:top-28{
    top: 7rem !important;
  }

  .md\:top-32{
    top: 8rem !important;
  }

  .md\:top-36{
    top: 9rem !important;
  }

  .md\:top-40{
    top: 10rem !important;
  }

  .md\:top-44{
    top: 11rem !important;
  }

  .md\:top-48{
    top: 12rem !important;
  }

  .md\:top-52{
    top: 13rem !important;
  }

  .md\:top-56{
    top: 14rem !important;
  }

  .md\:top-60{
    top: 15rem !important;
  }

  .md\:top-64{
    top: 16rem !important;
  }

  .md\:top-72{
    top: 18rem !important;
  }

  .md\:top-80{
    top: 20rem !important;
  }

  .md\:top-96{
    top: 24rem !important;
  }

  .md\:top-auto{
    top: auto !important;
  }

  .md\:top-px{
    top: 1px !important;
  }

  .md\:top-0\.5{
    top: 0.125rem !important;
  }

  .md\:top-1\.5{
    top: 0.375rem !important;
  }

  .md\:top-2\.5{
    top: 0.625rem !important;
  }

  .md\:top-3\.5{
    top: 0.875rem !important;
  }

  .md\:-top-0{
    top: 0px !important;
  }

  .md\:-top-1{
    top: -0.25rem !important;
  }

  .md\:-top-2{
    top: -0.5rem !important;
  }

  .md\:-top-3{
    top: -0.75rem !important;
  }

  .md\:-top-4{
    top: -1rem !important;
  }

  .md\:-top-5{
    top: -1.25rem !important;
  }

  .md\:-top-6{
    top: -1.5rem !important;
  }

  .md\:-top-7{
    top: -1.75rem !important;
  }

  .md\:-top-8{
    top: -2rem !important;
  }

  .md\:-top-9{
    top: -2.25rem !important;
  }

  .md\:-top-10{
    top: -2.5rem !important;
  }

  .md\:-top-11{
    top: -2.75rem !important;
  }

  .md\:-top-12{
    top: -3rem !important;
  }

  .md\:-top-14{
    top: -3.5rem !important;
  }

  .md\:-top-16{
    top: -4rem !important;
  }

  .md\:-top-20{
    top: -5rem !important;
  }

  .md\:-top-24{
    top: -6rem !important;
  }

  .md\:-top-28{
    top: -7rem !important;
  }

  .md\:-top-32{
    top: -8rem !important;
  }

  .md\:-top-36{
    top: -9rem !important;
  }

  .md\:-top-40{
    top: -10rem !important;
  }

  .md\:-top-44{
    top: -11rem !important;
  }

  .md\:-top-48{
    top: -12rem !important;
  }

  .md\:-top-52{
    top: -13rem !important;
  }

  .md\:-top-56{
    top: -14rem !important;
  }

  .md\:-top-60{
    top: -15rem !important;
  }

  .md\:-top-64{
    top: -16rem !important;
  }

  .md\:-top-72{
    top: -18rem !important;
  }

  .md\:-top-80{
    top: -20rem !important;
  }

  .md\:-top-96{
    top: -24rem !important;
  }

  .md\:-top-px{
    top: -1px !important;
  }

  .md\:-top-0\.5{
    top: -0.125rem !important;
  }

  .md\:-top-1\.5{
    top: -0.375rem !important;
  }

  .md\:-top-2\.5{
    top: -0.625rem !important;
  }

  .md\:-top-3\.5{
    top: -0.875rem !important;
  }

  .md\:top-1\/2{
    top: 50% !important;
  }

  .md\:top-1\/3{
    top: 33.333333% !important;
  }

  .md\:top-2\/3{
    top: 66.666667% !important;
  }

  .md\:top-1\/4{
    top: 25% !important;
  }

  .md\:top-2\/4{
    top: 50% !important;
  }

  .md\:top-3\/4{
    top: 75% !important;
  }

  .md\:top-full{
    top: 100% !important;
  }

  .md\:-top-1\/2{
    top: -50% !important;
  }

  .md\:-top-1\/3{
    top: -33.333333% !important;
  }

  .md\:-top-2\/3{
    top: -66.666667% !important;
  }

  .md\:-top-1\/4{
    top: -25% !important;
  }

  .md\:-top-2\/4{
    top: -50% !important;
  }

  .md\:-top-3\/4{
    top: -75% !important;
  }

  .md\:-top-full{
    top: -100% !important;
  }

  .md\:right-0{
    right: 0px !important;
  }

  .md\:right-1{
    right: 0.25rem !important;
  }

  .md\:right-2{
    right: 0.5rem !important;
  }

  .md\:right-3{
    right: 0.75rem !important;
  }

  .md\:right-4{
    right: 1rem !important;
  }

  .md\:right-5{
    right: 1.25rem !important;
  }

  .md\:right-6{
    right: 1.5rem !important;
  }

  .md\:right-7{
    right: 1.75rem !important;
  }

  .md\:right-8{
    right: 2rem !important;
  }

  .md\:right-9{
    right: 2.25rem !important;
  }

  .md\:right-10{
    right: 2.5rem !important;
  }

  .md\:right-11{
    right: 2.75rem !important;
  }

  .md\:right-12{
    right: 3rem !important;
  }

  .md\:right-14{
    right: 3.5rem !important;
  }

  .md\:right-16{
    right: 4rem !important;
  }

  .md\:right-20{
    right: 5rem !important;
  }

  .md\:right-24{
    right: 6rem !important;
  }

  .md\:right-28{
    right: 7rem !important;
  }

  .md\:right-32{
    right: 8rem !important;
  }

  .md\:right-36{
    right: 9rem !important;
  }

  .md\:right-40{
    right: 10rem !important;
  }

  .md\:right-44{
    right: 11rem !important;
  }

  .md\:right-48{
    right: 12rem !important;
  }

  .md\:right-52{
    right: 13rem !important;
  }

  .md\:right-56{
    right: 14rem !important;
  }

  .md\:right-60{
    right: 15rem !important;
  }

  .md\:right-64{
    right: 16rem !important;
  }

  .md\:right-72{
    right: 18rem !important;
  }

  .md\:right-80{
    right: 20rem !important;
  }

  .md\:right-96{
    right: 24rem !important;
  }

  .md\:right-auto{
    right: auto !important;
  }

  .md\:right-px{
    right: 1px !important;
  }

  .md\:right-0\.5{
    right: 0.125rem !important;
  }

  .md\:right-1\.5{
    right: 0.375rem !important;
  }

  .md\:right-2\.5{
    right: 0.625rem !important;
  }

  .md\:right-3\.5{
    right: 0.875rem !important;
  }

  .md\:-right-0{
    right: 0px !important;
  }

  .md\:-right-1{
    right: -0.25rem !important;
  }

  .md\:-right-2{
    right: -0.5rem !important;
  }

  .md\:-right-3{
    right: -0.75rem !important;
  }

  .md\:-right-4{
    right: -1rem !important;
  }

  .md\:-right-5{
    right: -1.25rem !important;
  }

  .md\:-right-6{
    right: -1.5rem !important;
  }

  .md\:-right-7{
    right: -1.75rem !important;
  }

  .md\:-right-8{
    right: -2rem !important;
  }

  .md\:-right-9{
    right: -2.25rem !important;
  }

  .md\:-right-10{
    right: -2.5rem !important;
  }

  .md\:-right-11{
    right: -2.75rem !important;
  }

  .md\:-right-12{
    right: -3rem !important;
  }

  .md\:-right-14{
    right: -3.5rem !important;
  }

  .md\:-right-16{
    right: -4rem !important;
  }

  .md\:-right-20{
    right: -5rem !important;
  }

  .md\:-right-24{
    right: -6rem !important;
  }

  .md\:-right-28{
    right: -7rem !important;
  }

  .md\:-right-32{
    right: -8rem !important;
  }

  .md\:-right-36{
    right: -9rem !important;
  }

  .md\:-right-40{
    right: -10rem !important;
  }

  .md\:-right-44{
    right: -11rem !important;
  }

  .md\:-right-48{
    right: -12rem !important;
  }

  .md\:-right-52{
    right: -13rem !important;
  }

  .md\:-right-56{
    right: -14rem !important;
  }

  .md\:-right-60{
    right: -15rem !important;
  }

  .md\:-right-64{
    right: -16rem !important;
  }

  .md\:-right-72{
    right: -18rem !important;
  }

  .md\:-right-80{
    right: -20rem !important;
  }

  .md\:-right-96{
    right: -24rem !important;
  }

  .md\:-right-px{
    right: -1px !important;
  }

  .md\:-right-0\.5{
    right: -0.125rem !important;
  }

  .md\:-right-1\.5{
    right: -0.375rem !important;
  }

  .md\:-right-2\.5{
    right: -0.625rem !important;
  }

  .md\:-right-3\.5{
    right: -0.875rem !important;
  }

  .md\:right-1\/2{
    right: 50% !important;
  }

  .md\:right-1\/3{
    right: 33.333333% !important;
  }

  .md\:right-2\/3{
    right: 66.666667% !important;
  }

  .md\:right-1\/4{
    right: 25% !important;
  }

  .md\:right-2\/4{
    right: 50% !important;
  }

  .md\:right-3\/4{
    right: 75% !important;
  }

  .md\:right-full{
    right: 100% !important;
  }

  .md\:-right-1\/2{
    right: -50% !important;
  }

  .md\:-right-1\/3{
    right: -33.333333% !important;
  }

  .md\:-right-2\/3{
    right: -66.666667% !important;
  }

  .md\:-right-1\/4{
    right: -25% !important;
  }

  .md\:-right-2\/4{
    right: -50% !important;
  }

  .md\:-right-3\/4{
    right: -75% !important;
  }

  .md\:-right-full{
    right: -100% !important;
  }

  .md\:bottom-0{
    bottom: 0px !important;
  }

  .md\:bottom-1{
    bottom: 0.25rem !important;
  }

  .md\:bottom-2{
    bottom: 0.5rem !important;
  }

  .md\:bottom-3{
    bottom: 0.75rem !important;
  }

  .md\:bottom-4{
    bottom: 1rem !important;
  }

  .md\:bottom-5{
    bottom: 1.25rem !important;
  }

  .md\:bottom-6{
    bottom: 1.5rem !important;
  }

  .md\:bottom-7{
    bottom: 1.75rem !important;
  }

  .md\:bottom-8{
    bottom: 2rem !important;
  }

  .md\:bottom-9{
    bottom: 2.25rem !important;
  }

  .md\:bottom-10{
    bottom: 2.5rem !important;
  }

  .md\:bottom-11{
    bottom: 2.75rem !important;
  }

  .md\:bottom-12{
    bottom: 3rem !important;
  }

  .md\:bottom-14{
    bottom: 3.5rem !important;
  }

  .md\:bottom-16{
    bottom: 4rem !important;
  }

  .md\:bottom-20{
    bottom: 5rem !important;
  }

  .md\:bottom-24{
    bottom: 6rem !important;
  }

  .md\:bottom-28{
    bottom: 7rem !important;
  }

  .md\:bottom-32{
    bottom: 8rem !important;
  }

  .md\:bottom-36{
    bottom: 9rem !important;
  }

  .md\:bottom-40{
    bottom: 10rem !important;
  }

  .md\:bottom-44{
    bottom: 11rem !important;
  }

  .md\:bottom-48{
    bottom: 12rem !important;
  }

  .md\:bottom-52{
    bottom: 13rem !important;
  }

  .md\:bottom-56{
    bottom: 14rem !important;
  }

  .md\:bottom-60{
    bottom: 15rem !important;
  }

  .md\:bottom-64{
    bottom: 16rem !important;
  }

  .md\:bottom-72{
    bottom: 18rem !important;
  }

  .md\:bottom-80{
    bottom: 20rem !important;
  }

  .md\:bottom-96{
    bottom: 24rem !important;
  }

  .md\:bottom-auto{
    bottom: auto !important;
  }

  .md\:bottom-px{
    bottom: 1px !important;
  }

  .md\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .md\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .md\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .md\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .md\:-bottom-0{
    bottom: 0px !important;
  }

  .md\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .md\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .md\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .md\:-bottom-4{
    bottom: -1rem !important;
  }

  .md\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .md\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .md\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .md\:-bottom-8{
    bottom: -2rem !important;
  }

  .md\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .md\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .md\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .md\:-bottom-12{
    bottom: -3rem !important;
  }

  .md\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .md\:-bottom-16{
    bottom: -4rem !important;
  }

  .md\:-bottom-20{
    bottom: -5rem !important;
  }

  .md\:-bottom-24{
    bottom: -6rem !important;
  }

  .md\:-bottom-28{
    bottom: -7rem !important;
  }

  .md\:-bottom-32{
    bottom: -8rem !important;
  }

  .md\:-bottom-36{
    bottom: -9rem !important;
  }

  .md\:-bottom-40{
    bottom: -10rem !important;
  }

  .md\:-bottom-44{
    bottom: -11rem !important;
  }

  .md\:-bottom-48{
    bottom: -12rem !important;
  }

  .md\:-bottom-52{
    bottom: -13rem !important;
  }

  .md\:-bottom-56{
    bottom: -14rem !important;
  }

  .md\:-bottom-60{
    bottom: -15rem !important;
  }

  .md\:-bottom-64{
    bottom: -16rem !important;
  }

  .md\:-bottom-72{
    bottom: -18rem !important;
  }

  .md\:-bottom-80{
    bottom: -20rem !important;
  }

  .md\:-bottom-96{
    bottom: -24rem !important;
  }

  .md\:-bottom-px{
    bottom: -1px !important;
  }

  .md\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .md\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .md\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .md\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .md\:bottom-1\/2{
    bottom: 50% !important;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .md\:bottom-1\/4{
    bottom: 25% !important;
  }

  .md\:bottom-2\/4{
    bottom: 50% !important;
  }

  .md\:bottom-3\/4{
    bottom: 75% !important;
  }

  .md\:bottom-full{
    bottom: 100% !important;
  }

  .md\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .md\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .md\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .md\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .md\:-bottom-full{
    bottom: -100% !important;
  }

  .md\:left-0{
    left: 0px !important;
  }

  .md\:left-1{
    left: 0.25rem !important;
  }

  .md\:left-2{
    left: 0.5rem !important;
  }

  .md\:left-3{
    left: 0.75rem !important;
  }

  .md\:left-4{
    left: 1rem !important;
  }

  .md\:left-5{
    left: 1.25rem !important;
  }

  .md\:left-6{
    left: 1.5rem !important;
  }

  .md\:left-7{
    left: 1.75rem !important;
  }

  .md\:left-8{
    left: 2rem !important;
  }

  .md\:left-9{
    left: 2.25rem !important;
  }

  .md\:left-10{
    left: 2.5rem !important;
  }

  .md\:left-11{
    left: 2.75rem !important;
  }

  .md\:left-12{
    left: 3rem !important;
  }

  .md\:left-14{
    left: 3.5rem !important;
  }

  .md\:left-16{
    left: 4rem !important;
  }

  .md\:left-20{
    left: 5rem !important;
  }

  .md\:left-24{
    left: 6rem !important;
  }

  .md\:left-28{
    left: 7rem !important;
  }

  .md\:left-32{
    left: 8rem !important;
  }

  .md\:left-36{
    left: 9rem !important;
  }

  .md\:left-40{
    left: 10rem !important;
  }

  .md\:left-44{
    left: 11rem !important;
  }

  .md\:left-48{
    left: 12rem !important;
  }

  .md\:left-52{
    left: 13rem !important;
  }

  .md\:left-56{
    left: 14rem !important;
  }

  .md\:left-60{
    left: 15rem !important;
  }

  .md\:left-64{
    left: 16rem !important;
  }

  .md\:left-72{
    left: 18rem !important;
  }

  .md\:left-80{
    left: 20rem !important;
  }

  .md\:left-96{
    left: 24rem !important;
  }

  .md\:left-auto{
    left: auto !important;
  }

  .md\:left-px{
    left: 1px !important;
  }

  .md\:left-0\.5{
    left: 0.125rem !important;
  }

  .md\:left-1\.5{
    left: 0.375rem !important;
  }

  .md\:left-2\.5{
    left: 0.625rem !important;
  }

  .md\:left-3\.5{
    left: 0.875rem !important;
  }

  .md\:-left-0{
    left: 0px !important;
  }

  .md\:-left-1{
    left: -0.25rem !important;
  }

  .md\:-left-2{
    left: -0.5rem !important;
  }

  .md\:-left-3{
    left: -0.75rem !important;
  }

  .md\:-left-4{
    left: -1rem !important;
  }

  .md\:-left-5{
    left: -1.25rem !important;
  }

  .md\:-left-6{
    left: -1.5rem !important;
  }

  .md\:-left-7{
    left: -1.75rem !important;
  }

  .md\:-left-8{
    left: -2rem !important;
  }

  .md\:-left-9{
    left: -2.25rem !important;
  }

  .md\:-left-10{
    left: -2.5rem !important;
  }

  .md\:-left-11{
    left: -2.75rem !important;
  }

  .md\:-left-12{
    left: -3rem !important;
  }

  .md\:-left-14{
    left: -3.5rem !important;
  }

  .md\:-left-16{
    left: -4rem !important;
  }

  .md\:-left-20{
    left: -5rem !important;
  }

  .md\:-left-24{
    left: -6rem !important;
  }

  .md\:-left-28{
    left: -7rem !important;
  }

  .md\:-left-32{
    left: -8rem !important;
  }

  .md\:-left-36{
    left: -9rem !important;
  }

  .md\:-left-40{
    left: -10rem !important;
  }

  .md\:-left-44{
    left: -11rem !important;
  }

  .md\:-left-48{
    left: -12rem !important;
  }

  .md\:-left-52{
    left: -13rem !important;
  }

  .md\:-left-56{
    left: -14rem !important;
  }

  .md\:-left-60{
    left: -15rem !important;
  }

  .md\:-left-64{
    left: -16rem !important;
  }

  .md\:-left-72{
    left: -18rem !important;
  }

  .md\:-left-80{
    left: -20rem !important;
  }

  .md\:-left-96{
    left: -24rem !important;
  }

  .md\:-left-px{
    left: -1px !important;
  }

  .md\:-left-0\.5{
    left: -0.125rem !important;
  }

  .md\:-left-1\.5{
    left: -0.375rem !important;
  }

  .md\:-left-2\.5{
    left: -0.625rem !important;
  }

  .md\:-left-3\.5{
    left: -0.875rem !important;
  }

  .md\:left-1\/2{
    left: 50% !important;
  }

  .md\:left-1\/3{
    left: 33.333333% !important;
  }

  .md\:left-2\/3{
    left: 66.666667% !important;
  }

  .md\:left-1\/4{
    left: 25% !important;
  }

  .md\:left-2\/4{
    left: 50% !important;
  }

  .md\:left-3\/4{
    left: 75% !important;
  }

  .md\:left-full{
    left: 100% !important;
  }

  .md\:-left-1\/2{
    left: -50% !important;
  }

  .md\:-left-1\/3{
    left: -33.333333% !important;
  }

  .md\:-left-2\/3{
    left: -66.666667% !important;
  }

  .md\:-left-1\/4{
    left: -25% !important;
  }

  .md\:-left-2\/4{
    left: -50% !important;
  }

  .md\:-left-3\/4{
    left: -75% !important;
  }

  .md\:-left-full{
    left: -100% !important;
  }

  .md\:isolate{
    isolation: isolate !important;
  }

  .md\:isolation-auto{
    isolation: auto !important;
  }

  .md\:z-0{
    z-index: 0 !important;
  }

  .md\:z-10{
    z-index: 10 !important;
  }

  .md\:z-20{
    z-index: 20 !important;
  }

  .md\:z-30{
    z-index: 30 !important;
  }

  .md\:z-40{
    z-index: 40 !important;
  }

  .md\:z-50{
    z-index: 50 !important;
  }

  .md\:z-auto{
    z-index: auto !important;
  }

  .md\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .md\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .md\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .md\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .md\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .md\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .md\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .md\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .md\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .md\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .md\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .md\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .md\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .md\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .md\:order-1{
    order: 1 !important;
  }

  .md\:order-2{
    order: 2 !important;
  }

  .md\:order-3{
    order: 3 !important;
  }

  .md\:order-4{
    order: 4 !important;
  }

  .md\:order-5{
    order: 5 !important;
  }

  .md\:order-6{
    order: 6 !important;
  }

  .md\:order-7{
    order: 7 !important;
  }

  .md\:order-8{
    order: 8 !important;
  }

  .md\:order-9{
    order: 9 !important;
  }

  .md\:order-10{
    order: 10 !important;
  }

  .md\:order-11{
    order: 11 !important;
  }

  .md\:order-12{
    order: 12 !important;
  }

  .md\:order-first{
    order: -9999 !important;
  }

  .md\:order-last{
    order: 9999 !important;
  }

  .md\:order-none{
    order: 0 !important;
  }

  .md\:col-auto{
    grid-column: auto !important;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1{
    grid-column-start: 1 !important;
  }

  .md\:col-start-2{
    grid-column-start: 2 !important;
  }

  .md\:col-start-3{
    grid-column-start: 3 !important;
  }

  .md\:col-start-4{
    grid-column-start: 4 !important;
  }

  .md\:col-start-5{
    grid-column-start: 5 !important;
  }

  .md\:col-start-6{
    grid-column-start: 6 !important;
  }

  .md\:col-start-7{
    grid-column-start: 7 !important;
  }

  .md\:col-start-8{
    grid-column-start: 8 !important;
  }

  .md\:col-start-9{
    grid-column-start: 9 !important;
  }

  .md\:col-start-10{
    grid-column-start: 10 !important;
  }

  .md\:col-start-11{
    grid-column-start: 11 !important;
  }

  .md\:col-start-12{
    grid-column-start: 12 !important;
  }

  .md\:col-start-13{
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto{
    grid-column-start: auto !important;
  }

  .md\:col-end-1{
    grid-column-end: 1 !important;
  }

  .md\:col-end-2{
    grid-column-end: 2 !important;
  }

  .md\:col-end-3{
    grid-column-end: 3 !important;
  }

  .md\:col-end-4{
    grid-column-end: 4 !important;
  }

  .md\:col-end-5{
    grid-column-end: 5 !important;
  }

  .md\:col-end-6{
    grid-column-end: 6 !important;
  }

  .md\:col-end-7{
    grid-column-end: 7 !important;
  }

  .md\:col-end-8{
    grid-column-end: 8 !important;
  }

  .md\:col-end-9{
    grid-column-end: 9 !important;
  }

  .md\:col-end-10{
    grid-column-end: 10 !important;
  }

  .md\:col-end-11{
    grid-column-end: 11 !important;
  }

  .md\:col-end-12{
    grid-column-end: 12 !important;
  }

  .md\:col-end-13{
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto{
    grid-column-end: auto !important;
  }

  .md\:row-auto{
    grid-row: auto !important;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1{
    grid-row-start: 1 !important;
  }

  .md\:row-start-2{
    grid-row-start: 2 !important;
  }

  .md\:row-start-3{
    grid-row-start: 3 !important;
  }

  .md\:row-start-4{
    grid-row-start: 4 !important;
  }

  .md\:row-start-5{
    grid-row-start: 5 !important;
  }

  .md\:row-start-6{
    grid-row-start: 6 !important;
  }

  .md\:row-start-7{
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto{
    grid-row-start: auto !important;
  }

  .md\:row-end-1{
    grid-row-end: 1 !important;
  }

  .md\:row-end-2{
    grid-row-end: 2 !important;
  }

  .md\:row-end-3{
    grid-row-end: 3 !important;
  }

  .md\:row-end-4{
    grid-row-end: 4 !important;
  }

  .md\:row-end-5{
    grid-row-end: 5 !important;
  }

  .md\:row-end-6{
    grid-row-end: 6 !important;
  }

  .md\:row-end-7{
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto{
    grid-row-end: auto !important;
  }

  .md\:float-right{
    float: right !important;
  }

  .md\:float-left{
    float: left !important;
  }

  .md\:float-none{
    float: none !important;
  }

  .md\:clear-left{
    clear: left !important;
  }

  .md\:clear-right{
    clear: right !important;
  }

  .md\:clear-both{
    clear: both !important;
  }

  .md\:clear-none{
    clear: none !important;
  }

  .md\:m-0{
    margin: 0px !important;
  }

  .md\:m-1{
    margin: 0.25rem !important;
  }

  .md\:m-2{
    margin: 0.5rem !important;
  }

  .md\:m-3{
    margin: 0.75rem !important;
  }

  .md\:m-4{
    margin: 1rem !important;
  }

  .md\:m-5{
    margin: 1.25rem !important;
  }

  .md\:m-6{
    margin: 1.5rem !important;
  }

  .md\:m-7{
    margin: 1.75rem !important;
  }

  .md\:m-8{
    margin: 2rem !important;
  }

  .md\:m-9{
    margin: 2.25rem !important;
  }

  .md\:m-10{
    margin: 2.5rem !important;
  }

  .md\:m-11{
    margin: 2.75rem !important;
  }

  .md\:m-12{
    margin: 3rem !important;
  }

  .md\:m-14{
    margin: 3.5rem !important;
  }

  .md\:m-16{
    margin: 4rem !important;
  }

  .md\:m-20{
    margin: 5rem !important;
  }

  .md\:m-24{
    margin: 6rem !important;
  }

  .md\:m-28{
    margin: 7rem !important;
  }

  .md\:m-32{
    margin: 8rem !important;
  }

  .md\:m-36{
    margin: 9rem !important;
  }

  .md\:m-40{
    margin: 10rem !important;
  }

  .md\:m-44{
    margin: 11rem !important;
  }

  .md\:m-48{
    margin: 12rem !important;
  }

  .md\:m-52{
    margin: 13rem !important;
  }

  .md\:m-56{
    margin: 14rem !important;
  }

  .md\:m-60{
    margin: 15rem !important;
  }

  .md\:m-64{
    margin: 16rem !important;
  }

  .md\:m-72{
    margin: 18rem !important;
  }

  .md\:m-80{
    margin: 20rem !important;
  }

  .md\:m-96{
    margin: 24rem !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:m-px{
    margin: 1px !important;
  }

  .md\:m-0\.5{
    margin: 0.125rem !important;
  }

  .md\:m-1\.5{
    margin: 0.375rem !important;
  }

  .md\:m-2\.5{
    margin: 0.625rem !important;
  }

  .md\:m-3\.5{
    margin: 0.875rem !important;
  }

  .md\:-m-0{
    margin: 0px !important;
  }

  .md\:-m-1{
    margin: -0.25rem !important;
  }

  .md\:-m-2{
    margin: -0.5rem !important;
  }

  .md\:-m-3{
    margin: -0.75rem !important;
  }

  .md\:-m-4{
    margin: -1rem !important;
  }

  .md\:-m-5{
    margin: -1.25rem !important;
  }

  .md\:-m-6{
    margin: -1.5rem !important;
  }

  .md\:-m-7{
    margin: -1.75rem !important;
  }

  .md\:-m-8{
    margin: -2rem !important;
  }

  .md\:-m-9{
    margin: -2.25rem !important;
  }

  .md\:-m-10{
    margin: -2.5rem !important;
  }

  .md\:-m-11{
    margin: -2.75rem !important;
  }

  .md\:-m-12{
    margin: -3rem !important;
  }

  .md\:-m-14{
    margin: -3.5rem !important;
  }

  .md\:-m-16{
    margin: -4rem !important;
  }

  .md\:-m-20{
    margin: -5rem !important;
  }

  .md\:-m-24{
    margin: -6rem !important;
  }

  .md\:-m-28{
    margin: -7rem !important;
  }

  .md\:-m-32{
    margin: -8rem !important;
  }

  .md\:-m-36{
    margin: -9rem !important;
  }

  .md\:-m-40{
    margin: -10rem !important;
  }

  .md\:-m-44{
    margin: -11rem !important;
  }

  .md\:-m-48{
    margin: -12rem !important;
  }

  .md\:-m-52{
    margin: -13rem !important;
  }

  .md\:-m-56{
    margin: -14rem !important;
  }

  .md\:-m-60{
    margin: -15rem !important;
  }

  .md\:-m-64{
    margin: -16rem !important;
  }

  .md\:-m-72{
    margin: -18rem !important;
  }

  .md\:-m-80{
    margin: -20rem !important;
  }

  .md\:-m-96{
    margin: -24rem !important;
  }

  .md\:-m-px{
    margin: -1px !important;
  }

  .md\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .md\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .md\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .md\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .md\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .md\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .md\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .md\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .md\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .md\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .md\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .md\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .md\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .md\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .md\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .md\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .md\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .md\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:mt-0{
    margin-top: 0px !important;
  }

  .md\:mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:mt-4{
    margin-top: 1rem !important;
  }

  .md\:mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:mt-7{
    margin-top: 1.75rem !important;
  }

  .md\:mt-8{
    margin-top: 2rem !important;
  }

  .md\:mt-9{
    margin-top: 2.25rem !important;
  }

  .md\:mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:mt-11{
    margin-top: 2.75rem !important;
  }

  .md\:mt-12{
    margin-top: 3rem !important;
  }

  .md\:mt-14{
    margin-top: 3.5rem !important;
  }

  .md\:mt-16{
    margin-top: 4rem !important;
  }

  .md\:mt-20{
    margin-top: 5rem !important;
  }

  .md\:mt-24{
    margin-top: 6rem !important;
  }

  .md\:mt-28{
    margin-top: 7rem !important;
  }

  .md\:mt-32{
    margin-top: 8rem !important;
  }

  .md\:mt-36{
    margin-top: 9rem !important;
  }

  .md\:mt-40{
    margin-top: 10rem !important;
  }

  .md\:mt-44{
    margin-top: 11rem !important;
  }

  .md\:mt-48{
    margin-top: 12rem !important;
  }

  .md\:mt-52{
    margin-top: 13rem !important;
  }

  .md\:mt-56{
    margin-top: 14rem !important;
  }

  .md\:mt-60{
    margin-top: 15rem !important;
  }

  .md\:mt-64{
    margin-top: 16rem !important;
  }

  .md\:mt-72{
    margin-top: 18rem !important;
  }

  .md\:mt-80{
    margin-top: 20rem !important;
  }

  .md\:mt-96{
    margin-top: 24rem !important;
  }

  .md\:mt-auto{
    margin-top: auto !important;
  }

  .md\:mt-px{
    margin-top: 1px !important;
  }

  .md\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .md\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .md\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .md\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .md\:-mt-0{
    margin-top: 0px !important;
  }

  .md\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:-mt-4{
    margin-top: -1rem !important;
  }

  .md\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .md\:-mt-8{
    margin-top: -2rem !important;
  }

  .md\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .md\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .md\:-mt-12{
    margin-top: -3rem !important;
  }

  .md\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .md\:-mt-16{
    margin-top: -4rem !important;
  }

  .md\:-mt-20{
    margin-top: -5rem !important;
  }

  .md\:-mt-24{
    margin-top: -6rem !important;
  }

  .md\:-mt-28{
    margin-top: -7rem !important;
  }

  .md\:-mt-32{
    margin-top: -8rem !important;
  }

  .md\:-mt-36{
    margin-top: -9rem !important;
  }

  .md\:-mt-40{
    margin-top: -10rem !important;
  }

  .md\:-mt-44{
    margin-top: -11rem !important;
  }

  .md\:-mt-48{
    margin-top: -12rem !important;
  }

  .md\:-mt-52{
    margin-top: -13rem !important;
  }

  .md\:-mt-56{
    margin-top: -14rem !important;
  }

  .md\:-mt-60{
    margin-top: -15rem !important;
  }

  .md\:-mt-64{
    margin-top: -16rem !important;
  }

  .md\:-mt-72{
    margin-top: -18rem !important;
  }

  .md\:-mt-80{
    margin-top: -20rem !important;
  }

  .md\:-mt-96{
    margin-top: -24rem !important;
  }

  .md\:-mt-px{
    margin-top: -1px !important;
  }

  .md\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .md\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .md\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .md\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .md\:mr-0{
    margin-right: 0px !important;
  }

  .md\:mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:mr-4{
    margin-right: 1rem !important;
  }

  .md\:mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:mr-7{
    margin-right: 1.75rem !important;
  }

  .md\:mr-8{
    margin-right: 2rem !important;
  }

  .md\:mr-9{
    margin-right: 2.25rem !important;
  }

  .md\:mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:mr-11{
    margin-right: 2.75rem !important;
  }

  .md\:mr-12{
    margin-right: 3rem !important;
  }

  .md\:mr-14{
    margin-right: 3.5rem !important;
  }

  .md\:mr-16{
    margin-right: 4rem !important;
  }

  .md\:mr-20{
    margin-right: 5rem !important;
  }

  .md\:mr-24{
    margin-right: 6rem !important;
  }

  .md\:mr-28{
    margin-right: 7rem !important;
  }

  .md\:mr-32{
    margin-right: 8rem !important;
  }

  .md\:mr-36{
    margin-right: 9rem !important;
  }

  .md\:mr-40{
    margin-right: 10rem !important;
  }

  .md\:mr-44{
    margin-right: 11rem !important;
  }

  .md\:mr-48{
    margin-right: 12rem !important;
  }

  .md\:mr-52{
    margin-right: 13rem !important;
  }

  .md\:mr-56{
    margin-right: 14rem !important;
  }

  .md\:mr-60{
    margin-right: 15rem !important;
  }

  .md\:mr-64{
    margin-right: 16rem !important;
  }

  .md\:mr-72{
    margin-right: 18rem !important;
  }

  .md\:mr-80{
    margin-right: 20rem !important;
  }

  .md\:mr-96{
    margin-right: 24rem !important;
  }

  .md\:mr-auto{
    margin-right: auto !important;
  }

  .md\:mr-px{
    margin-right: 1px !important;
  }

  .md\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .md\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .md\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .md\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .md\:-mr-0{
    margin-right: 0px !important;
  }

  .md\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:-mr-4{
    margin-right: -1rem !important;
  }

  .md\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .md\:-mr-8{
    margin-right: -2rem !important;
  }

  .md\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .md\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .md\:-mr-12{
    margin-right: -3rem !important;
  }

  .md\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .md\:-mr-16{
    margin-right: -4rem !important;
  }

  .md\:-mr-20{
    margin-right: -5rem !important;
  }

  .md\:-mr-24{
    margin-right: -6rem !important;
  }

  .md\:-mr-28{
    margin-right: -7rem !important;
  }

  .md\:-mr-32{
    margin-right: -8rem !important;
  }

  .md\:-mr-36{
    margin-right: -9rem !important;
  }

  .md\:-mr-40{
    margin-right: -10rem !important;
  }

  .md\:-mr-44{
    margin-right: -11rem !important;
  }

  .md\:-mr-48{
    margin-right: -12rem !important;
  }

  .md\:-mr-52{
    margin-right: -13rem !important;
  }

  .md\:-mr-56{
    margin-right: -14rem !important;
  }

  .md\:-mr-60{
    margin-right: -15rem !important;
  }

  .md\:-mr-64{
    margin-right: -16rem !important;
  }

  .md\:-mr-72{
    margin-right: -18rem !important;
  }

  .md\:-mr-80{
    margin-right: -20rem !important;
  }

  .md\:-mr-96{
    margin-right: -24rem !important;
  }

  .md\:-mr-px{
    margin-right: -1px !important;
  }

  .md\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .md\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .md\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .md\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .md\:mb-0{
    margin-bottom: 0px !important;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .md\:mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .md\:mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .md\:mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:mb-28{
    margin-bottom: 7rem !important;
  }

  .md\:mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:mb-36{
    margin-bottom: 9rem !important;
  }

  .md\:mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:mb-44{
    margin-bottom: 11rem !important;
  }

  .md\:mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:mb-52{
    margin-bottom: 13rem !important;
  }

  .md\:mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:mb-60{
    margin-bottom: 15rem !important;
  }

  .md\:mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:mb-72{
    margin-bottom: 18rem !important;
  }

  .md\:mb-80{
    margin-bottom: 20rem !important;
  }

  .md\:mb-96{
    margin-bottom: 24rem !important;
  }

  .md\:mb-auto{
    margin-bottom: auto !important;
  }

  .md\:mb-px{
    margin-bottom: 1px !important;
  }

  .md\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .md\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .md\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .md\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .md\:-mb-0{
    margin-bottom: 0px !important;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .md\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .md\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .md\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .md\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .md\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .md\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .md\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .md\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .md\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .md\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .md\:-mb-px{
    margin-bottom: -1px !important;
  }

  .md\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .md\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .md\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .md\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .md\:ml-0{
    margin-left: 0px !important;
  }

  .md\:ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:ml-4{
    margin-left: 1rem !important;
  }

  .md\:ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:ml-7{
    margin-left: 1.75rem !important;
  }

  .md\:ml-8{
    margin-left: 2rem !important;
  }

  .md\:ml-9{
    margin-left: 2.25rem !important;
  }

  .md\:ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:ml-11{
    margin-left: 2.75rem !important;
  }

  .md\:ml-12{
    margin-left: 3rem !important;
  }

  .md\:ml-14{
    margin-left: 3.5rem !important;
  }

  .md\:ml-16{
    margin-left: 4rem !important;
  }

  .md\:ml-20{
    margin-left: 5rem !important;
  }

  .md\:ml-24{
    margin-left: 6rem !important;
  }

  .md\:ml-28{
    margin-left: 7rem !important;
  }

  .md\:ml-32{
    margin-left: 8rem !important;
  }

  .md\:ml-36{
    margin-left: 9rem !important;
  }

  .md\:ml-40{
    margin-left: 10rem !important;
  }

  .md\:ml-44{
    margin-left: 11rem !important;
  }

  .md\:ml-48{
    margin-left: 12rem !important;
  }

  .md\:ml-52{
    margin-left: 13rem !important;
  }

  .md\:ml-56{
    margin-left: 14rem !important;
  }

  .md\:ml-60{
    margin-left: 15rem !important;
  }

  .md\:ml-64{
    margin-left: 16rem !important;
  }

  .md\:ml-72{
    margin-left: 18rem !important;
  }

  .md\:ml-80{
    margin-left: 20rem !important;
  }

  .md\:ml-96{
    margin-left: 24rem !important;
  }

  .md\:ml-auto{
    margin-left: auto !important;
  }

  .md\:ml-px{
    margin-left: 1px !important;
  }

  .md\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .md\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .md\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .md\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .md\:-ml-0{
    margin-left: 0px !important;
  }

  .md\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:-ml-4{
    margin-left: -1rem !important;
  }

  .md\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .md\:-ml-8{
    margin-left: -2rem !important;
  }

  .md\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .md\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .md\:-ml-12{
    margin-left: -3rem !important;
  }

  .md\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .md\:-ml-16{
    margin-left: -4rem !important;
  }

  .md\:-ml-20{
    margin-left: -5rem !important;
  }

  .md\:-ml-24{
    margin-left: -6rem !important;
  }

  .md\:-ml-28{
    margin-left: -7rem !important;
  }

  .md\:-ml-32{
    margin-left: -8rem !important;
  }

  .md\:-ml-36{
    margin-left: -9rem !important;
  }

  .md\:-ml-40{
    margin-left: -10rem !important;
  }

  .md\:-ml-44{
    margin-left: -11rem !important;
  }

  .md\:-ml-48{
    margin-left: -12rem !important;
  }

  .md\:-ml-52{
    margin-left: -13rem !important;
  }

  .md\:-ml-56{
    margin-left: -14rem !important;
  }

  .md\:-ml-60{
    margin-left: -15rem !important;
  }

  .md\:-ml-64{
    margin-left: -16rem !important;
  }

  .md\:-ml-72{
    margin-left: -18rem !important;
  }

  .md\:-ml-80{
    margin-left: -20rem !important;
  }

  .md\:-ml-96{
    margin-left: -24rem !important;
  }

  .md\:-ml-px{
    margin-left: -1px !important;
  }

  .md\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .md\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .md\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .md\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .md\:box-border{
    box-sizing: border-box !important;
  }

  .md\:box-content{
    box-sizing: content-box !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

  .md\:flex{
    display: flex !important;
  }

  .md\:inline-flex{
    display: inline-flex !important;
  }

  .md\:table{
    display: table !important;
  }

  .md\:inline-table{
    display: inline-table !important;
  }

  .md\:table-caption{
    display: table-caption !important;
  }

  .md\:table-cell{
    display: table-cell !important;
  }

  .md\:table-column{
    display: table-column !important;
  }

  .md\:table-column-group{
    display: table-column-group !important;
  }

  .md\:table-footer-group{
    display: table-footer-group !important;
  }

  .md\:table-header-group{
    display: table-header-group !important;
  }

  .md\:table-row-group{
    display: table-row-group !important;
  }

  .md\:table-row{
    display: table-row !important;
  }

  .md\:flow-root{
    display: flow-root !important;
  }

  .md\:grid{
    display: grid !important;
  }

  .md\:inline-grid{
    display: inline-grid !important;
  }

  .md\:contents{
    display: contents !important;
  }

  .md\:list-item{
    display: list-item !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:h-0{
    height: 0px !important;
  }

  .md\:h-1{
    height: 0.25rem !important;
  }

  .md\:h-2{
    height: 0.5rem !important;
  }

  .md\:h-3{
    height: 0.75rem !important;
  }

  .md\:h-4{
    height: 1rem !important;
  }

  .md\:h-5{
    height: 1.25rem !important;
  }

  .md\:h-6{
    height: 1.5rem !important;
  }

  .md\:h-7{
    height: 1.75rem !important;
  }

  .md\:h-8{
    height: 2rem !important;
  }

  .md\:h-9{
    height: 2.25rem !important;
  }

  .md\:h-10{
    height: 2.5rem !important;
  }

  .md\:h-11{
    height: 2.75rem !important;
  }

  .md\:h-12{
    height: 3rem !important;
  }

  .md\:h-14{
    height: 3.5rem !important;
  }

  .md\:h-16{
    height: 4rem !important;
  }

  .md\:h-20{
    height: 5rem !important;
  }

  .md\:h-24{
    height: 6rem !important;
  }

  .md\:h-28{
    height: 7rem !important;
  }

  .md\:h-32{
    height: 8rem !important;
  }

  .md\:h-36{
    height: 9rem !important;
  }

  .md\:h-40{
    height: 10rem !important;
  }

  .md\:h-44{
    height: 11rem !important;
  }

  .md\:h-48{
    height: 12rem !important;
  }

  .md\:h-52{
    height: 13rem !important;
  }

  .md\:h-56{
    height: 14rem !important;
  }

  .md\:h-60{
    height: 15rem !important;
  }

  .md\:h-64{
    height: 16rem !important;
  }

  .md\:h-72{
    height: 18rem !important;
  }

  .md\:h-80{
    height: 20rem !important;
  }

  .md\:h-96{
    height: 24rem !important;
  }

  .md\:h-auto{
    height: auto !important;
  }

  .md\:h-px{
    height: 1px !important;
  }

  .md\:h-0\.5{
    height: 0.125rem !important;
  }

  .md\:h-1\.5{
    height: 0.375rem !important;
  }

  .md\:h-2\.5{
    height: 0.625rem !important;
  }

  .md\:h-3\.5{
    height: 0.875rem !important;
  }

  .md\:h-1\/2{
    height: 50% !important;
  }

  .md\:h-1\/3{
    height: 33.333333% !important;
  }

  .md\:h-2\/3{
    height: 66.666667% !important;
  }

  .md\:h-1\/4{
    height: 25% !important;
  }

  .md\:h-2\/4{
    height: 50% !important;
  }

  .md\:h-3\/4{
    height: 75% !important;
  }

  .md\:h-1\/5{
    height: 20% !important;
  }

  .md\:h-2\/5{
    height: 40% !important;
  }

  .md\:h-3\/5{
    height: 60% !important;
  }

  .md\:h-4\/5{
    height: 80% !important;
  }

  .md\:h-1\/6{
    height: 16.666667% !important;
  }

  .md\:h-2\/6{
    height: 33.333333% !important;
  }

  .md\:h-3\/6{
    height: 50% !important;
  }

  .md\:h-4\/6{
    height: 66.666667% !important;
  }

  .md\:h-5\/6{
    height: 83.333333% !important;
  }

  .md\:h-full{
    height: 100% !important;
  }

  .md\:h-screen{
    height: 100vh !important;
  }

  .md\:max-h-0{
    max-height: 0px !important;
  }

  .md\:max-h-1{
    max-height: 0.25rem !important;
  }

  .md\:max-h-2{
    max-height: 0.5rem !important;
  }

  .md\:max-h-3{
    max-height: 0.75rem !important;
  }

  .md\:max-h-4{
    max-height: 1rem !important;
  }

  .md\:max-h-5{
    max-height: 1.25rem !important;
  }

  .md\:max-h-6{
    max-height: 1.5rem !important;
  }

  .md\:max-h-7{
    max-height: 1.75rem !important;
  }

  .md\:max-h-8{
    max-height: 2rem !important;
  }

  .md\:max-h-9{
    max-height: 2.25rem !important;
  }

  .md\:max-h-10{
    max-height: 2.5rem !important;
  }

  .md\:max-h-11{
    max-height: 2.75rem !important;
  }

  .md\:max-h-12{
    max-height: 3rem !important;
  }

  .md\:max-h-14{
    max-height: 3.5rem !important;
  }

  .md\:max-h-16{
    max-height: 4rem !important;
  }

  .md\:max-h-20{
    max-height: 5rem !important;
  }

  .md\:max-h-24{
    max-height: 6rem !important;
  }

  .md\:max-h-28{
    max-height: 7rem !important;
  }

  .md\:max-h-32{
    max-height: 8rem !important;
  }

  .md\:max-h-36{
    max-height: 9rem !important;
  }

  .md\:max-h-40{
    max-height: 10rem !important;
  }

  .md\:max-h-44{
    max-height: 11rem !important;
  }

  .md\:max-h-48{
    max-height: 12rem !important;
  }

  .md\:max-h-52{
    max-height: 13rem !important;
  }

  .md\:max-h-56{
    max-height: 14rem !important;
  }

  .md\:max-h-60{
    max-height: 15rem !important;
  }

  .md\:max-h-64{
    max-height: 16rem !important;
  }

  .md\:max-h-72{
    max-height: 18rem !important;
  }

  .md\:max-h-80{
    max-height: 20rem !important;
  }

  .md\:max-h-96{
    max-height: 24rem !important;
  }

  .md\:max-h-px{
    max-height: 1px !important;
  }

  .md\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .md\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .md\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .md\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:min-h-100{
    min-height: 100px !important;
  }

  .md\:w-0{
    width: 0px !important;
  }

  .md\:w-1{
    width: 0.25rem !important;
  }

  .md\:w-2{
    width: 0.5rem !important;
  }

  .md\:w-3{
    width: 0.75rem !important;
  }

  .md\:w-4{
    width: 1rem !important;
  }

  .md\:w-5{
    width: 1.25rem !important;
  }

  .md\:w-6{
    width: 1.5rem !important;
  }

  .md\:w-7{
    width: 1.75rem !important;
  }

  .md\:w-8{
    width: 2rem !important;
  }

  .md\:w-9{
    width: 2.25rem !important;
  }

  .md\:w-10{
    width: 2.5rem !important;
  }

  .md\:w-11{
    width: 2.75rem !important;
  }

  .md\:w-12{
    width: 3rem !important;
  }

  .md\:w-14{
    width: 3.5rem !important;
  }

  .md\:w-16{
    width: 4rem !important;
  }

  .md\:w-20{
    width: 5rem !important;
  }

  .md\:w-24{
    width: 6rem !important;
  }

  .md\:w-28{
    width: 7rem !important;
  }

  .md\:w-32{
    width: 8rem !important;
  }

  .md\:w-36{
    width: 9rem !important;
  }

  .md\:w-40{
    width: 10rem !important;
  }

  .md\:w-44{
    width: 11rem !important;
  }

  .md\:w-48{
    width: 12rem !important;
  }

  .md\:w-52{
    width: 13rem !important;
  }

  .md\:w-56{
    width: 14rem !important;
  }

  .md\:w-60{
    width: 15rem !important;
  }

  .md\:w-64{
    width: 16rem !important;
  }

  .md\:w-72{
    width: 18rem !important;
  }

  .md\:w-80{
    width: 20rem !important;
  }

  .md\:w-96{
    width: 24rem !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:w-px{
    width: 1px !important;
  }

  .md\:w-0\.5{
    width: 0.125rem !important;
  }

  .md\:w-1\.5{
    width: 0.375rem !important;
  }

  .md\:w-2\.5{
    width: 0.625rem !important;
  }

  .md\:w-3\.5{
    width: 0.875rem !important;
  }

  .md\:w-1\/2{
    width: 50% !important;
  }

  .md\:w-1\/3{
    width: 33.333333% !important;
  }

  .md\:w-2\/3{
    width: 66.666667% !important;
  }

  .md\:w-1\/4{
    width: 25% !important;
  }

  .md\:w-2\/4{
    width: 50% !important;
  }

  .md\:w-3\/4{
    width: 75% !important;
  }

  .md\:w-1\/5{
    width: 20% !important;
  }

  .md\:w-2\/5{
    width: 40% !important;
  }

  .md\:w-3\/5{
    width: 60% !important;
  }

  .md\:w-4\/5{
    width: 80% !important;
  }

  .md\:w-1\/6{
    width: 16.666667% !important;
  }

  .md\:w-2\/6{
    width: 33.333333% !important;
  }

  .md\:w-3\/6{
    width: 50% !important;
  }

  .md\:w-4\/6{
    width: 66.666667% !important;
  }

  .md\:w-5\/6{
    width: 83.333333% !important;
  }

  .md\:w-1\/12{
    width: 8.333333% !important;
  }

  .md\:w-2\/12{
    width: 16.666667% !important;
  }

  .md\:w-3\/12{
    width: 25% !important;
  }

  .md\:w-4\/12{
    width: 33.333333% !important;
  }

  .md\:w-5\/12{
    width: 41.666667% !important;
  }

  .md\:w-6\/12{
    width: 50% !important;
  }

  .md\:w-7\/12{
    width: 58.333333% !important;
  }

  .md\:w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-9\/12{
    width: 75% !important;
  }

  .md\:w-10\/12{
    width: 83.333333% !important;
  }

  .md\:w-11\/12{
    width: 91.666667% !important;
  }

  .md\:w-full{
    width: 100% !important;
  }

  .md\:w-screen{
    width: 100vw !important;
  }

  .md\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:min-w-60{
    min-width: 60px !important;
  }

  .md\:max-w-0{
    max-width: 0rem !important;
  }

  .md\:max-w-none{
    max-width: none !important;
  }

  .md\:max-w-xs{
    max-width: 20rem !important;
  }

  .md\:max-w-sm{
    max-width: 24rem !important;
  }

  .md\:max-w-md{
    max-width: 28rem !important;
  }

  .md\:max-w-lg{
    max-width: 32rem !important;
  }

  .md\:max-w-xl{
    max-width: 36rem !important;
  }

  .md\:max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:max-w-7xl{
    max-width: 80rem !important;
  }

  .md\:max-w-full{
    max-width: 100% !important;
  }

  .md\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:max-w-prose{
    max-width: 65ch !important;
  }

  .md\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .md\:max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .md\:max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .md\:flex-1{
    flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    flex: 0 1 auto !important;
  }

  .md\:flex-none{
    flex: none !important;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .md\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .md\:flex-grow{
    flex-grow: 1 !important;
  }

  .md\:table-auto{
    table-layout: auto !important;
  }

  .md\:table-fixed{
    table-layout: fixed !important;
  }

  .md\:border-collapse{
    border-collapse: collapse !important;
  }

  .md\:border-separate{
    border-collapse: separate !important;
  }

  .md\:origin-center{
    transform-origin: center !important;
  }

  .md\:origin-top{
    transform-origin: top !important;
  }

  .md\:origin-top-right{
    transform-origin: top right !important;
  }

  .md\:origin-right{
    transform-origin: right !important;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom{
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .md\:origin-left{
    transform-origin: left !important;
  }

  .md\:origin-top-left{
    transform-origin: top left !important;
  }

  .md\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-none{
    transform: none !important;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .md\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .md\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .md\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .md\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .md\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .md\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .md\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .md\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .md\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .md\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .md\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .md\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .md\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .md\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .md\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .md\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .md\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .md\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .md\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .md\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .md\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .md\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .md\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .md\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .md\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .md\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .md\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .md\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .md\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .md\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .md\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .md\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .md\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .md\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .md\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .md\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .md\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .md\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .md\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .md\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .md\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .md\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .md\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .md\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .md\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .md\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .md\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .md\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .md\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .md\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .md\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .md\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .md\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .md\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .md\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .md\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .md\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .md\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .md\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .md\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .md\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .md\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .md\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .md\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .md\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .md\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .md\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .md\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .md\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .md\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .md\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .md\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .md\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .md\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .md\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .md\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .md\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .md\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .md\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .md\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .md\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .md\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .md\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .md\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .md\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .md\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .md\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .md\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .md\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .md\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .md\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .md\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .md\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .md\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .md\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .md\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .md\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .md\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .md\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .md\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .md\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .md\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .md\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .md\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .md\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .md\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .md\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .md\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .md\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .md\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .md\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .md\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .md\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .md\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .md\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .md\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .md\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .md\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .md\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .md\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .md\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .md\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .md\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .md\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .md\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .md\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .md\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .md\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .md\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .md\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .md\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .md\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .md\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .md\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .md\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .md\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .md\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .md\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .md\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .md\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .md\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .md\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .md\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .md\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .md\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .md\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .md\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .md\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .md\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .md\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .md\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .md\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .md\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .md\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .md\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .md\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .md\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .md\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .md\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .md\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .md\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .md\:cursor-auto{
    cursor: auto !important;
  }

  .md\:cursor-default{
    cursor: default !important;
  }

  .md\:cursor-pointer{
    cursor: pointer !important;
  }

  .md\:cursor-wait{
    cursor: wait !important;
  }

  .md\:cursor-text{
    cursor: text !important;
  }

  .md\:cursor-move{
    cursor: move !important;
  }

  .md\:cursor-help{
    cursor: help !important;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .md\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:resize-none{
    resize: none !important;
  }

  .md\:resize-y{
    resize: vertical !important;
  }

  .md\:resize-x{
    resize: horizontal !important;
  }

  .md\:resize{
    resize: both !important;
  }

  .md\:list-inside{
    list-style-position: inside !important;
  }

  .md\:list-outside{
    list-style-position: outside !important;
  }

  .md\:list-none{
    list-style-type: none !important;
  }

  .md\:list-disc{
    list-style-type: disc !important;
  }

  .md\:list-decimal{
    list-style-type: decimal !important;
  }

  .md\:list-square{
    list-style-type: square !important;
  }

  .md\:list-roman{
    list-style-type: upper-roman !important;
  }

  .md\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .md\:flex-row{
    flex-direction: row !important;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .md\:flex-col{
    flex-direction: column !important;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .md\:place-content-center{
    place-content: center !important;
  }

  .md\:place-content-start{
    place-content: start !important;
  }

  .md\:place-content-end{
    place-content: end !important;
  }

  .md\:place-content-between{
    place-content: space-between !important;
  }

  .md\:place-content-around{
    place-content: space-around !important;
  }

  .md\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch{
    place-content: stretch !important;
  }

  .md\:place-items-start{
    place-items: start !important;
  }

  .md\:place-items-end{
    place-items: end !important;
  }

  .md\:place-items-center{
    place-items: center !important;
  }

  .md\:place-items-stretch{
    place-items: stretch !important;
  }

  .md\:content-center{
    align-content: center !important;
  }

  .md\:content-start{
    align-content: flex-start !important;
  }

  .md\:content-end{
    align-content: flex-end !important;
  }

  .md\:content-between{
    align-content: space-between !important;
  }

  .md\:content-around{
    align-content: space-around !important;
  }

  .md\:content-evenly{
    align-content: space-evenly !important;
  }

  .md\:items-start{
    align-items: flex-start !important;
  }

  .md\:items-end{
    align-items: flex-end !important;
  }

  .md\:items-center{
    align-items: center !important;
  }

  .md\:items-baseline{
    align-items: baseline !important;
  }

  .md\:items-stretch{
    align-items: stretch !important;
  }

  .md\:justify-start{
    justify-content: flex-start !important;
  }

  .md\:justify-end{
    justify-content: flex-end !important;
  }

  .md\:justify-center{
    justify-content: center !important;
  }

  .md\:justify-between{
    justify-content: space-between !important;
  }

  .md\:justify-around{
    justify-content: space-around !important;
  }

  .md\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .md\:justify-items-start{
    justify-items: start !important;
  }

  .md\:justify-items-end{
    justify-items: end !important;
  }

  .md\:justify-items-center{
    justify-items: center !important;
  }

  .md\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .md\:gap-0{
    gap: 0px !important;
  }

  .md\:gap-1{
    gap: 0.25rem !important;
  }

  .md\:gap-2{
    gap: 0.5rem !important;
  }

  .md\:gap-3{
    gap: 0.75rem !important;
  }

  .md\:gap-4{
    gap: 1rem !important;
  }

  .md\:gap-5{
    gap: 1.25rem !important;
  }

  .md\:gap-6{
    gap: 1.5rem !important;
  }

  .md\:gap-7{
    gap: 1.75rem !important;
  }

  .md\:gap-8{
    gap: 2rem !important;
  }

  .md\:gap-9{
    gap: 2.25rem !important;
  }

  .md\:gap-10{
    gap: 2.5rem !important;
  }

  .md\:gap-11{
    gap: 2.75rem !important;
  }

  .md\:gap-12{
    gap: 3rem !important;
  }

  .md\:gap-14{
    gap: 3.5rem !important;
  }

  .md\:gap-16{
    gap: 4rem !important;
  }

  .md\:gap-20{
    gap: 5rem !important;
  }

  .md\:gap-24{
    gap: 6rem !important;
  }

  .md\:gap-28{
    gap: 7rem !important;
  }

  .md\:gap-32{
    gap: 8rem !important;
  }

  .md\:gap-36{
    gap: 9rem !important;
  }

  .md\:gap-40{
    gap: 10rem !important;
  }

  .md\:gap-44{
    gap: 11rem !important;
  }

  .md\:gap-48{
    gap: 12rem !important;
  }

  .md\:gap-52{
    gap: 13rem !important;
  }

  .md\:gap-56{
    gap: 14rem !important;
  }

  .md\:gap-60{
    gap: 15rem !important;
  }

  .md\:gap-64{
    gap: 16rem !important;
  }

  .md\:gap-72{
    gap: 18rem !important;
  }

  .md\:gap-80{
    gap: 20rem !important;
  }

  .md\:gap-96{
    gap: 24rem !important;
  }

  .md\:gap-px{
    gap: 1px !important;
  }

  .md\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .md\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .md\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .md\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .md\:gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-y-0{
    row-gap: 0px !important;
  }

  .md\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4{
    row-gap: 1rem !important;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-8{
    row-gap: 2rem !important;
  }

  .md\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-12{
    row-gap: 3rem !important;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-16{
    row-gap: 4rem !important;
  }

  .md\:gap-y-20{
    row-gap: 5rem !important;
  }

  .md\:gap-y-24{
    row-gap: 6rem !important;
  }

  .md\:gap-y-28{
    row-gap: 7rem !important;
  }

  .md\:gap-y-32{
    row-gap: 8rem !important;
  }

  .md\:gap-y-36{
    row-gap: 9rem !important;
  }

  .md\:gap-y-40{
    row-gap: 10rem !important;
  }

  .md\:gap-y-44{
    row-gap: 11rem !important;
  }

  .md\:gap-y-48{
    row-gap: 12rem !important;
  }

  .md\:gap-y-52{
    row-gap: 13rem !important;
  }

  .md\:gap-y-56{
    row-gap: 14rem !important;
  }

  .md\:gap-y-60{
    row-gap: 15rem !important;
  }

  .md\:gap-y-64{
    row-gap: 16rem !important;
  }

  .md\:gap-y-72{
    row-gap: 18rem !important;
  }

  .md\:gap-y-80{
    row-gap: 20rem !important;
  }

  .md\:gap-y-96{
    row-gap: 24rem !important;
  }

  .md\:gap-y-px{
    row-gap: 1px !important;
  }

  .md\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .md\:divide-primary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blackLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(42,44,49,0.3) !important;
  }

  .md\:divide-redDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-ghostWhite > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .md\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:divide-blue-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98,218,251,0.10) !important;
  }

  .md\:divide-blue-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:divide-black-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black-650 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000040 !important;
  }

  .md\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000066 !important;
  }

  .md\:divide-black-750 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000080 !important;
  }

  .md\:divide-black-800 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000099 !important;
  }

  .md\:divide-black-850 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000B3 !important;
  }

  .md\:divide-black-900 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000CC !important;
  }

  .md\:divide-black-950 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000E6 !important;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-redlight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(176,42,35,.6) !important;
  }

  .md\:divide-grayLight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-grayDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-borderDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-whiteLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0.8) !important;
  }

  .md\:divide-secondaryLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.2) !important;
  }

  .md\:divide-borderLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.3) !important;
  }

  .md\:divide-secondaryDark > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:divide-blackDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black50 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B80 !important;
  }

  .md\:divide-borderGray > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B67 !important;
  }

  .md\:divide-borderModal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-modalbg > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.7) !important;
  }

  .md\:divide-black80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.8) !important;
  }

  .md\:divide-black90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.9) !important;
  }

  .md\:divide-warning > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-inputDark > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3BCB !important;
  }

  .md\:divide-black30 > :not([hidden]) ~ :not([hidden]){
    border-color: #0000004D !important;
  }

  .md\:divide-select > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B41 !important;
  }

  .md\:divide-darkBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-borderBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black95 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000F2 !important;
  }

  .md\:divide-blackLight25 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B40 !important;
  }

  .md\:divide-bGraylight > :not([hidden]) ~ :not([hidden]){
    border-color: #70707027 !important;
  }

  .md\:divide-lightGray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lightRed > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-maroon > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-footerDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-alert > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .md\:place-self-auto{
    place-self: auto !important;
  }

  .md\:place-self-start{
    place-self: start !important;
  }

  .md\:place-self-end{
    place-self: end !important;
  }

  .md\:place-self-center{
    place-self: center !important;
  }

  .md\:place-self-stretch{
    place-self: stretch !important;
  }

  .md\:self-auto{
    align-self: auto !important;
  }

  .md\:self-start{
    align-self: flex-start !important;
  }

  .md\:self-end{
    align-self: flex-end !important;
  }

  .md\:self-center{
    align-self: center !important;
  }

  .md\:self-stretch{
    align-self: stretch !important;
  }

  .md\:self-baseline{
    align-self: baseline !important;
  }

  .md\:justify-self-auto{
    justify-self: auto !important;
  }

  .md\:justify-self-start{
    justify-self: start !important;
  }

  .md\:justify-self-end{
    justify-self: end !important;
  }

  .md\:justify-self-center{
    justify-self: center !important;
  }

  .md\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .md\:overflow-auto{
    overflow: auto !important;
  }

  .md\:overflow-hidden{
    overflow: hidden !important;
  }

  .md\:overflow-visible{
    overflow: visible !important;
  }

  .md\:overflow-scroll{
    overflow: scroll !important;
  }

  .md\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .md\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .md\:overflow-clip{
    text-overflow: clip !important;
  }

  .md\:whitespace-normal{
    white-space: normal !important;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .md\:whitespace-pre{
    white-space: pre !important;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words{
    overflow-wrap: break-word !important;
  }

  .md\:break-all{
    word-break: break-all !important;
  }

  .md\:rounded-none{
    border-radius: 0 !important;
  }

  .md\:rounded-xs{
    border-radius: 2px !important;
  }

  .md\:rounded-sm{
    border-radius: 4px !important;
  }

  .md\:rounded{
    border-radius: 4px !important;
  }

  .md\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md\:rounded-full{
    border-radius: 9999px !important;
  }

  .md\:rounded-large{
    border-radius: 12px !important;
  }

  .md\:rounded-3xl{
    border-radius: 20px !important;
  }

  .md\:hover\:rounded-none:hover{
    border-radius: 0 !important;
  }

  .md\:hover\:rounded-xs:hover{
    border-radius: 2px !important;
  }

  .md\:hover\:rounded-sm:hover{
    border-radius: 4px !important;
  }

  .md\:hover\:rounded:hover{
    border-radius: 4px !important;
  }

  .md\:hover\:rounded-md:hover{
    border-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-lg:hover{
    border-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-full:hover{
    border-radius: 9999px !important;
  }

  .md\:hover\:rounded-large:hover{
    border-radius: 12px !important;
  }

  .md\:hover\:rounded-3xl:hover{
    border-radius: 20px !important;
  }

  .md\:focus\:rounded-none:focus{
    border-radius: 0 !important;
  }

  .md\:focus\:rounded-xs:focus{
    border-radius: 2px !important;
  }

  .md\:focus\:rounded-sm:focus{
    border-radius: 4px !important;
  }

  .md\:focus\:rounded:focus{
    border-radius: 4px !important;
  }

  .md\:focus\:rounded-md:focus{
    border-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-lg:focus{
    border-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-full:focus{
    border-radius: 9999px !important;
  }

  .md\:focus\:rounded-large:focus{
    border-radius: 12px !important;
  }

  .md\:focus\:rounded-3xl:focus{
    border-radius: 20px !important;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-t-xs{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-t{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-t-large{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-r-xs{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-r{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-r-large{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-b-xs{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-b-large{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-xs{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-l{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-large{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .md\:hover\:rounded-t-none:hover{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:hover\:rounded-t-xs:hover{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .md\:hover\:rounded-t-sm:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:hover\:rounded-t:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:hover\:rounded-t-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-t-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-t-full:hover{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:hover\:rounded-t-large:hover{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .md\:hover\:rounded-t-3xl:hover{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .md\:hover\:rounded-r-none:hover{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:hover\:rounded-r-xs:hover{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .md\:hover\:rounded-r-sm:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:hover\:rounded-r:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:hover\:rounded-r-md:hover{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-r-lg:hover{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-r-full:hover{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:hover\:rounded-r-large:hover{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .md\:hover\:rounded-r-3xl:hover{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .md\:hover\:rounded-b-none:hover{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:hover\:rounded-b-xs:hover{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:hover\:rounded-b-sm:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:hover\:rounded-b:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:hover\:rounded-b-md:hover{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-b-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-b-full:hover{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:hover\:rounded-b-large:hover{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:hover\:rounded-b-3xl:hover{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .md\:hover\:rounded-l-none:hover{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:hover\:rounded-l-xs:hover{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:hover\:rounded-l-sm:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:hover\:rounded-l:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:hover\:rounded-l-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-l-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-l-full:hover{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:hover\:rounded-l-large:hover{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:hover\:rounded-l-3xl:hover{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .md\:focus\:rounded-t-none:focus{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:focus\:rounded-t-xs:focus{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .md\:focus\:rounded-t-sm:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:focus\:rounded-t:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:focus\:rounded-t-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-t-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-t-full:focus{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:focus\:rounded-t-large:focus{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .md\:focus\:rounded-t-3xl:focus{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .md\:focus\:rounded-r-none:focus{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:focus\:rounded-r-xs:focus{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .md\:focus\:rounded-r-sm:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:focus\:rounded-r:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:focus\:rounded-r-md:focus{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-r-lg:focus{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-r-full:focus{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:focus\:rounded-r-large:focus{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .md\:focus\:rounded-r-3xl:focus{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .md\:focus\:rounded-b-none:focus{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:focus\:rounded-b-xs:focus{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:focus\:rounded-b-sm:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:focus\:rounded-b:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:focus\:rounded-b-md:focus{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-b-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-b-full:focus{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:focus\:rounded-b-large:focus{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:focus\:rounded-b-3xl:focus{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .md\:focus\:rounded-l-none:focus{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:focus\:rounded-l-xs:focus{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:focus\:rounded-l-sm:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:focus\:rounded-l:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:focus\:rounded-l-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-l-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-l-full:focus{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:focus\:rounded-l-large:focus{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:focus\:rounded-l-3xl:focus{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tl-xs{
    border-top-left-radius: 2px !important;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 4px !important;
  }

  .md\:rounded-tl{
    border-top-left-radius: 4px !important;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tl-large{
    border-top-left-radius: 12px !important;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 20px !important;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-tr-xs{
    border-top-right-radius: 2px !important;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-tr{
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-tr-large{
    border-top-right-radius: 12px !important;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 20px !important;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-br-xs{
    border-bottom-right-radius: 2px !important;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-br-large{
    border-bottom-right-radius: 12px !important;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 20px !important;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-bl-xs{
    border-bottom-left-radius: 2px !important;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-bl-large{
    border-bottom-left-radius: 12px !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 20px !important;
  }

  .md\:hover\:rounded-tl-none:hover{
    border-top-left-radius: 0 !important;
  }

  .md\:hover\:rounded-tl-xs:hover{
    border-top-left-radius: 2px !important;
  }

  .md\:hover\:rounded-tl-sm:hover{
    border-top-left-radius: 4px !important;
  }

  .md\:hover\:rounded-tl:hover{
    border-top-left-radius: 4px !important;
  }

  .md\:hover\:rounded-tl-md:hover{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-tl-lg:hover{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-tl-full:hover{
    border-top-left-radius: 9999px !important;
  }

  .md\:hover\:rounded-tl-large:hover{
    border-top-left-radius: 12px !important;
  }

  .md\:hover\:rounded-tl-3xl:hover{
    border-top-left-radius: 20px !important;
  }

  .md\:hover\:rounded-tr-none:hover{
    border-top-right-radius: 0 !important;
  }

  .md\:hover\:rounded-tr-xs:hover{
    border-top-right-radius: 2px !important;
  }

  .md\:hover\:rounded-tr-sm:hover{
    border-top-right-radius: 4px !important;
  }

  .md\:hover\:rounded-tr:hover{
    border-top-right-radius: 4px !important;
  }

  .md\:hover\:rounded-tr-md:hover{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-tr-lg:hover{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-tr-full:hover{
    border-top-right-radius: 9999px !important;
  }

  .md\:hover\:rounded-tr-large:hover{
    border-top-right-radius: 12px !important;
  }

  .md\:hover\:rounded-tr-3xl:hover{
    border-top-right-radius: 20px !important;
  }

  .md\:hover\:rounded-br-none:hover{
    border-bottom-right-radius: 0 !important;
  }

  .md\:hover\:rounded-br-xs:hover{
    border-bottom-right-radius: 2px !important;
  }

  .md\:hover\:rounded-br-sm:hover{
    border-bottom-right-radius: 4px !important;
  }

  .md\:hover\:rounded-br:hover{
    border-bottom-right-radius: 4px !important;
  }

  .md\:hover\:rounded-br-md:hover{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-br-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-br-full:hover{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:hover\:rounded-br-large:hover{
    border-bottom-right-radius: 12px !important;
  }

  .md\:hover\:rounded-br-3xl:hover{
    border-bottom-right-radius: 20px !important;
  }

  .md\:hover\:rounded-bl-none:hover{
    border-bottom-left-radius: 0 !important;
  }

  .md\:hover\:rounded-bl-xs:hover{
    border-bottom-left-radius: 2px !important;
  }

  .md\:hover\:rounded-bl-sm:hover{
    border-bottom-left-radius: 4px !important;
  }

  .md\:hover\:rounded-bl:hover{
    border-bottom-left-radius: 4px !important;
  }

  .md\:hover\:rounded-bl-md:hover{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:hover\:rounded-bl-lg:hover{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:hover\:rounded-bl-full:hover{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:hover\:rounded-bl-large:hover{
    border-bottom-left-radius: 12px !important;
  }

  .md\:hover\:rounded-bl-3xl:hover{
    border-bottom-left-radius: 20px !important;
  }

  .md\:focus\:rounded-tl-none:focus{
    border-top-left-radius: 0 !important;
  }

  .md\:focus\:rounded-tl-xs:focus{
    border-top-left-radius: 2px !important;
  }

  .md\:focus\:rounded-tl-sm:focus{
    border-top-left-radius: 4px !important;
  }

  .md\:focus\:rounded-tl:focus{
    border-top-left-radius: 4px !important;
  }

  .md\:focus\:rounded-tl-md:focus{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-tl-lg:focus{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-tl-full:focus{
    border-top-left-radius: 9999px !important;
  }

  .md\:focus\:rounded-tl-large:focus{
    border-top-left-radius: 12px !important;
  }

  .md\:focus\:rounded-tl-3xl:focus{
    border-top-left-radius: 20px !important;
  }

  .md\:focus\:rounded-tr-none:focus{
    border-top-right-radius: 0 !important;
  }

  .md\:focus\:rounded-tr-xs:focus{
    border-top-right-radius: 2px !important;
  }

  .md\:focus\:rounded-tr-sm:focus{
    border-top-right-radius: 4px !important;
  }

  .md\:focus\:rounded-tr:focus{
    border-top-right-radius: 4px !important;
  }

  .md\:focus\:rounded-tr-md:focus{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-tr-lg:focus{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-tr-full:focus{
    border-top-right-radius: 9999px !important;
  }

  .md\:focus\:rounded-tr-large:focus{
    border-top-right-radius: 12px !important;
  }

  .md\:focus\:rounded-tr-3xl:focus{
    border-top-right-radius: 20px !important;
  }

  .md\:focus\:rounded-br-none:focus{
    border-bottom-right-radius: 0 !important;
  }

  .md\:focus\:rounded-br-xs:focus{
    border-bottom-right-radius: 2px !important;
  }

  .md\:focus\:rounded-br-sm:focus{
    border-bottom-right-radius: 4px !important;
  }

  .md\:focus\:rounded-br:focus{
    border-bottom-right-radius: 4px !important;
  }

  .md\:focus\:rounded-br-md:focus{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-br-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-br-full:focus{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:focus\:rounded-br-large:focus{
    border-bottom-right-radius: 12px !important;
  }

  .md\:focus\:rounded-br-3xl:focus{
    border-bottom-right-radius: 20px !important;
  }

  .md\:focus\:rounded-bl-none:focus{
    border-bottom-left-radius: 0 !important;
  }

  .md\:focus\:rounded-bl-xs:focus{
    border-bottom-left-radius: 2px !important;
  }

  .md\:focus\:rounded-bl-sm:focus{
    border-bottom-left-radius: 4px !important;
  }

  .md\:focus\:rounded-bl:focus{
    border-bottom-left-radius: 4px !important;
  }

  .md\:focus\:rounded-bl-md:focus{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:focus\:rounded-bl-lg:focus{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:focus\:rounded-bl-full:focus{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:focus\:rounded-bl-large:focus{
    border-bottom-left-radius: 12px !important;
  }

  .md\:focus\:rounded-bl-3xl:focus{
    border-bottom-left-radius: 20px !important;
  }

  .md\:border-0{
    border-width: 0px !important;
  }

  .md\:border-2{
    border-width: 2px !important;
  }

  .md\:border-4{
    border-width: 4px !important;
  }

  .md\:border-8{
    border-width: 8px !important;
  }

  .md\:border{
    border-width: 1px !important;
  }

  .md\:border-t-0{
    border-top-width: 0px !important;
  }

  .md\:border-t-2{
    border-top-width: 2px !important;
  }

  .md\:border-t-4{
    border-top-width: 4px !important;
  }

  .md\:border-t-8{
    border-top-width: 8px !important;
  }

  .md\:border-t{
    border-top-width: 1px !important;
  }

  .md\:border-r-0{
    border-right-width: 0px !important;
  }

  .md\:border-r-2{
    border-right-width: 2px !important;
  }

  .md\:border-r-4{
    border-right-width: 4px !important;
  }

  .md\:border-r-8{
    border-right-width: 8px !important;
  }

  .md\:border-r{
    border-right-width: 1px !important;
  }

  .md\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .md\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:border-b{
    border-bottom-width: 1px !important;
  }

  .md\:border-l-0{
    border-left-width: 0px !important;
  }

  .md\:border-l-2{
    border-left-width: 2px !important;
  }

  .md\:border-l-4{
    border-left-width: 4px !important;
  }

  .md\:border-l-8{
    border-left-width: 8px !important;
  }

  .md\:border-l{
    border-left-width: 1px !important;
  }

  .md\:border-solid{
    border-style: solid !important;
  }

  .md\:border-dashed{
    border-style: dashed !important;
  }

  .md\:border-dotted{
    border-style: dotted !important;
  }

  .md\:border-double{
    border-style: double !important;
  }

  .md\:border-none{
    border-style: none !important;
  }

  .md\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .md\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .md\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:border-none{
    border-color: transparent !important;
  }

  .md\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .md\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-black-650{
    border-color: #00000040 !important;
  }

  .md\:border-black-700{
    border-color: #00000066 !important;
  }

  .md\:border-black-750{
    border-color: #00000080 !important;
  }

  .md\:border-black-800{
    border-color: #00000099 !important;
  }

  .md\:border-black-850{
    border-color: #000000B3 !important;
  }

  .md\:border-black-900{
    border-color: #000000CC !important;
  }

  .md\:border-black-950{
    border-color: #000000E6 !important;
  }

  .md\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .md\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .md\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .md\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .md\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .md\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .md\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .md\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .md\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .md\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .md\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .md\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .md\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .md\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .md\:border-black30{
    border-color: #0000004D !important;
  }

  .md\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .md\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .md\:border-black95{
    border-color: #000000F2 !important;
  }

  .md\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .md\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .md\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .md\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .md\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .md\:group-hover\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-none{
    border-color: transparent !important;
  }

  .group:hover .md\:group-hover\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .md\:group-hover\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .md\:group-hover\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .md\:group-hover\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black-650{
    border-color: #00000040 !important;
  }

  .group:hover .md\:group-hover\:border-black-700{
    border-color: #00000066 !important;
  }

  .group:hover .md\:group-hover\:border-black-750{
    border-color: #00000080 !important;
  }

  .group:hover .md\:group-hover\:border-black-800{
    border-color: #00000099 !important;
  }

  .group:hover .md\:group-hover\:border-black-850{
    border-color: #000000B3 !important;
  }

  .group:hover .md\:group-hover\:border-black-900{
    border-color: #000000CC !important;
  }

  .group:hover .md\:group-hover\:border-black-950{
    border-color: #000000E6 !important;
  }

  .group:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .md\:group-hover\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .md\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .md\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .md\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .md\:group-hover\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .group:hover .md\:group-hover\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .group:hover .md\:group-hover\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .md\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .md\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .md\:group-hover\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .group:hover .md\:group-hover\:border-black30{
    border-color: #0000004D !important;
  }

  .group:hover .md\:group-hover\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .group:hover .md\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black95{
    border-color: #000000F2 !important;
  }

  .group:hover .md\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .group:hover .md\:group-hover\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .group:hover .md\:group-hover\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blackLight:focus-within{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus-within\:border-redDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-ghostWhite:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-none:focus-within{
    border-color: transparent !important;
  }

  .md\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-200:focus-within{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus-within\:border-blue-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-800:focus-within{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus-within\:border-blue-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-40:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:border-black-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black-650:focus-within{
    border-color: #00000040 !important;
  }

  .md\:focus-within\:border-black-700:focus-within{
    border-color: #00000066 !important;
  }

  .md\:focus-within\:border-black-750:focus-within{
    border-color: #00000080 !important;
  }

  .md\:focus-within\:border-black-800:focus-within{
    border-color: #00000099 !important;
  }

  .md\:focus-within\:border-black-850:focus-within{
    border-color: #000000B3 !important;
  }

  .md\:focus-within\:border-black-900:focus-within{
    border-color: #000000CC !important;
  }

  .md\:focus-within\:border-black-950:focus-within{
    border-color: #000000E6 !important;
  }

  .md\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-redlight:focus-within{
    border-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus-within\:border-grayLight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-grayDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-borderDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-whiteLight:focus-within{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus-within\:border-secondaryLight:focus-within{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus-within\:border-borderLight:focus-within{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus-within\:border-secondaryDark:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:border-blackDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black50:focus-within{
    border-color: #2A2C3B80 !important;
  }

  .md\:focus-within\:border-borderGray:focus-within{
    border-color: #2A2C3B67 !important;
  }

  .md\:focus-within\:border-borderModal:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-modalbg:focus-within{
    border-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus-within\:border-black80:focus-within{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus-within\:border-black90:focus-within{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus-within\:border-warning:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-inputDark:focus-within{
    border-color: #2A2C3BCB !important;
  }

  .md\:focus-within\:border-black30:focus-within{
    border-color: #0000004D !important;
  }

  .md\:focus-within\:border-select:focus-within{
    border-color: #2A2C3B41 !important;
  }

  .md\:focus-within\:border-darkBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-borderBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black95:focus-within{
    border-color: #000000F2 !important;
  }

  .md\:focus-within\:border-blackLight25:focus-within{
    border-color: #2A2C3B40 !important;
  }

  .md\:focus-within\:border-bGraylight:focus-within{
    border-color: #70707027 !important;
  }

  .md\:focus-within\:border-lightGray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lightRed:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-maroon:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-footerDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-alert:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blackLight:hover{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .md\:hover\:border-redDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-ghostWhite:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-none:hover{
    border-color: transparent !important;
  }

  .md\:hover\:border-orange:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-200:hover{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:hover\:border-blue-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-800:hover{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .md\:hover\:border-blue-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-40:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:border-black-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black-650:hover{
    border-color: #00000040 !important;
  }

  .md\:hover\:border-black-700:hover{
    border-color: #00000066 !important;
  }

  .md\:hover\:border-black-750:hover{
    border-color: #00000080 !important;
  }

  .md\:hover\:border-black-800:hover{
    border-color: #00000099 !important;
  }

  .md\:hover\:border-black-850:hover{
    border-color: #000000B3 !important;
  }

  .md\:hover\:border-black-900:hover{
    border-color: #000000CC !important;
  }

  .md\:hover\:border-black-950:hover{
    border-color: #000000E6 !important;
  }

  .md\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-redlight:hover{
    border-color: rgba(176,42,35,.6) !important;
  }

  .md\:hover\:border-grayLight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-grayDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-borderDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-whiteLight:hover{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .md\:hover\:border-secondaryLight:hover{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .md\:hover\:border-borderLight:hover{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .md\:hover\:border-secondaryDark:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:border-blackDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black50:hover{
    border-color: #2A2C3B80 !important;
  }

  .md\:hover\:border-borderGray:hover{
    border-color: #2A2C3B67 !important;
  }

  .md\:hover\:border-borderModal:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-modalbg:hover{
    border-color: rgba(0,0,0,.7) !important;
  }

  .md\:hover\:border-black80:hover{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .md\:hover\:border-black90:hover{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .md\:hover\:border-warning:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-inputDark:hover{
    border-color: #2A2C3BCB !important;
  }

  .md\:hover\:border-black30:hover{
    border-color: #0000004D !important;
  }

  .md\:hover\:border-select:hover{
    border-color: #2A2C3B41 !important;
  }

  .md\:hover\:border-darkBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-borderBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black95:hover{
    border-color: #000000F2 !important;
  }

  .md\:hover\:border-blackLight25:hover{
    border-color: #2A2C3B40 !important;
  }

  .md\:hover\:border-bGraylight:hover{
    border-color: #70707027 !important;
  }

  .md\:hover\:border-lightGray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lightRed:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-maroon:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-footerDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-alert:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blackLight:focus{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:border-redDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-ghostWhite:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-none:focus{
    border-color: transparent !important;
  }

  .md\:focus\:border-orange:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-200:focus{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:border-blue-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-800:focus{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:border-blue-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-40:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:border-black-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black-650:focus{
    border-color: #00000040 !important;
  }

  .md\:focus\:border-black-700:focus{
    border-color: #00000066 !important;
  }

  .md\:focus\:border-black-750:focus{
    border-color: #00000080 !important;
  }

  .md\:focus\:border-black-800:focus{
    border-color: #00000099 !important;
  }

  .md\:focus\:border-black-850:focus{
    border-color: #000000B3 !important;
  }

  .md\:focus\:border-black-900:focus{
    border-color: #000000CC !important;
  }

  .md\:focus\:border-black-950:focus{
    border-color: #000000E6 !important;
  }

  .md\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-redlight:focus{
    border-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:border-grayLight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-grayDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-borderDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-whiteLight:focus{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:border-secondaryLight:focus{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:border-borderLight:focus{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:border-secondaryDark:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:border-blackDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black50:focus{
    border-color: #2A2C3B80 !important;
  }

  .md\:focus\:border-borderGray:focus{
    border-color: #2A2C3B67 !important;
  }

  .md\:focus\:border-borderModal:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-modalbg:focus{
    border-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:border-black80:focus{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:border-black90:focus{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:border-warning:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-inputDark:focus{
    border-color: #2A2C3BCB !important;
  }

  .md\:focus\:border-black30:focus{
    border-color: #0000004D !important;
  }

  .md\:focus\:border-select:focus{
    border-color: #2A2C3B41 !important;
  }

  .md\:focus\:border-darkBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-borderBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black95:focus{
    border-color: #000000F2 !important;
  }

  .md\:focus\:border-blackLight25:focus{
    border-color: #2A2C3B40 !important;
  }

  .md\:focus\:border-bGraylight:focus{
    border-color: #70707027 !important;
  }

  .md\:focus\:border-lightGray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lightRed:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-maroon:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-footerDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-alert:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .md\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .md\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .md\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-none{
    background-color: transparent !important;
  }

  .md\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .md\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black-650{
    background-color: #00000040 !important;
  }

  .md\:bg-black-700{
    background-color: #00000066 !important;
  }

  .md\:bg-black-750{
    background-color: #00000080 !important;
  }

  .md\:bg-black-800{
    background-color: #00000099 !important;
  }

  .md\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .md\:bg-black-900{
    background-color: #000000CC !important;
  }

  .md\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .md\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .md\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .md\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .md\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .md\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .md\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .md\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .md\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .md\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .md\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .md\:bg-black30{
    background-color: #0000004D !important;
  }

  .md\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .md\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black95{
    background-color: #000000F2 !important;
  }

  .md\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .md\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .md\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .md\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-none{
    background-color: transparent !important;
  }

  .group:hover .md\:group-hover\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .md\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black-650{
    background-color: #00000040 !important;
  }

  .group:hover .md\:group-hover\:bg-black-700{
    background-color: #00000066 !important;
  }

  .group:hover .md\:group-hover\:bg-black-750{
    background-color: #00000080 !important;
  }

  .group:hover .md\:group-hover\:bg-black-800{
    background-color: #00000099 !important;
  }

  .group:hover .md\:group-hover\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .group:hover .md\:group-hover\:bg-black-900{
    background-color: #000000CC !important;
  }

  .group:hover .md\:group-hover\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .group:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .md\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .md\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .md\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .md\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .md\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .group:hover .md\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .group:hover .md\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .md\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .md\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .md\:group-hover\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .group:hover .md\:group-hover\:bg-black30{
    background-color: #0000004D !important;
  }

  .group:hover .md\:group-hover\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .group:hover .md\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black95{
    background-color: #000000F2 !important;
  }

  .group:hover .md\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .group:hover .md\:group-hover\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .group:hover .md\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blackLight:focus-within{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus-within\:bg-redDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-ghostWhite:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-none:focus-within{
    background-color: transparent !important;
  }

  .md\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-200:focus-within{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus-within\:bg-blue-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-800:focus-within{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus-within\:bg-blue-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-40:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:bg-black-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black-650:focus-within{
    background-color: #00000040 !important;
  }

  .md\:focus-within\:bg-black-700:focus-within{
    background-color: #00000066 !important;
  }

  .md\:focus-within\:bg-black-750:focus-within{
    background-color: #00000080 !important;
  }

  .md\:focus-within\:bg-black-800:focus-within{
    background-color: #00000099 !important;
  }

  .md\:focus-within\:bg-black-850:focus-within{
    background-color: #000000B3 !important;
  }

  .md\:focus-within\:bg-black-900:focus-within{
    background-color: #000000CC !important;
  }

  .md\:focus-within\:bg-black-950:focus-within{
    background-color: #000000E6 !important;
  }

  .md\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-redlight:focus-within{
    background-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus-within\:bg-grayLight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-grayDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-borderDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-whiteLight:focus-within{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus-within\:bg-secondaryLight:focus-within{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus-within\:bg-borderLight:focus-within{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus-within\:bg-secondaryDark:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:bg-blackDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black50:focus-within{
    background-color: #2A2C3B80 !important;
  }

  .md\:focus-within\:bg-borderGray:focus-within{
    background-color: #2A2C3B67 !important;
  }

  .md\:focus-within\:bg-borderModal:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-modalbg:focus-within{
    background-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus-within\:bg-black80:focus-within{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus-within\:bg-black90:focus-within{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus-within\:bg-warning:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-inputDark:focus-within{
    background-color: #2A2C3BCB !important;
  }

  .md\:focus-within\:bg-black30:focus-within{
    background-color: #0000004D !important;
  }

  .md\:focus-within\:bg-select:focus-within{
    background-color: #2A2C3B41 !important;
  }

  .md\:focus-within\:bg-darkBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-borderBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black95:focus-within{
    background-color: #000000F2 !important;
  }

  .md\:focus-within\:bg-blackLight25:focus-within{
    background-color: #2A2C3B40 !important;
  }

  .md\:focus-within\:bg-bGraylight:focus-within{
    background-color: #70707027 !important;
  }

  .md\:focus-within\:bg-lightGray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lightRed:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-maroon:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-footerDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-alert:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blackLight:hover{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .md\:hover\:bg-redDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-ghostWhite:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-none:hover{
    background-color: transparent !important;
  }

  .md\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:hover\:bg-blue-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-800:hover{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .md\:hover\:bg-blue-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-40:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:bg-black-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black-650:hover{
    background-color: #00000040 !important;
  }

  .md\:hover\:bg-black-700:hover{
    background-color: #00000066 !important;
  }

  .md\:hover\:bg-black-750:hover{
    background-color: #00000080 !important;
  }

  .md\:hover\:bg-black-800:hover{
    background-color: #00000099 !important;
  }

  .md\:hover\:bg-black-850:hover{
    background-color: #000000B3 !important;
  }

  .md\:hover\:bg-black-900:hover{
    background-color: #000000CC !important;
  }

  .md\:hover\:bg-black-950:hover{
    background-color: #000000E6 !important;
  }

  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-redlight:hover{
    background-color: rgba(176,42,35,.6) !important;
  }

  .md\:hover\:bg-grayLight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-grayDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-borderDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-whiteLight:hover{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .md\:hover\:bg-secondaryLight:hover{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .md\:hover\:bg-borderLight:hover{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .md\:hover\:bg-secondaryDark:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:bg-blackDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black50:hover{
    background-color: #2A2C3B80 !important;
  }

  .md\:hover\:bg-borderGray:hover{
    background-color: #2A2C3B67 !important;
  }

  .md\:hover\:bg-borderModal:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-modalbg:hover{
    background-color: rgba(0,0,0,.7) !important;
  }

  .md\:hover\:bg-black80:hover{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .md\:hover\:bg-black90:hover{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .md\:hover\:bg-warning:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-inputDark:hover{
    background-color: #2A2C3BCB !important;
  }

  .md\:hover\:bg-black30:hover{
    background-color: #0000004D !important;
  }

  .md\:hover\:bg-select:hover{
    background-color: #2A2C3B41 !important;
  }

  .md\:hover\:bg-darkBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-borderBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black95:hover{
    background-color: #000000F2 !important;
  }

  .md\:hover\:bg-blackLight25:hover{
    background-color: #2A2C3B40 !important;
  }

  .md\:hover\:bg-bGraylight:hover{
    background-color: #70707027 !important;
  }

  .md\:hover\:bg-lightGray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lightRed:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-maroon:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-footerDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-alert:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blackLight:focus{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:bg-redDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-ghostWhite:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-none:focus{
    background-color: transparent !important;
  }

  .md\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-200:focus{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:bg-blue-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-800:focus{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:bg-blue-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-40:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:bg-black-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black-650:focus{
    background-color: #00000040 !important;
  }

  .md\:focus\:bg-black-700:focus{
    background-color: #00000066 !important;
  }

  .md\:focus\:bg-black-750:focus{
    background-color: #00000080 !important;
  }

  .md\:focus\:bg-black-800:focus{
    background-color: #00000099 !important;
  }

  .md\:focus\:bg-black-850:focus{
    background-color: #000000B3 !important;
  }

  .md\:focus\:bg-black-900:focus{
    background-color: #000000CC !important;
  }

  .md\:focus\:bg-black-950:focus{
    background-color: #000000E6 !important;
  }

  .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-redlight:focus{
    background-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:bg-grayLight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-grayDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-borderDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-whiteLight:focus{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:bg-secondaryLight:focus{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:bg-borderLight:focus{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:bg-secondaryDark:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:bg-blackDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black50:focus{
    background-color: #2A2C3B80 !important;
  }

  .md\:focus\:bg-borderGray:focus{
    background-color: #2A2C3B67 !important;
  }

  .md\:focus\:bg-borderModal:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-modalbg:focus{
    background-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:bg-black80:focus{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:bg-black90:focus{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:bg-warning:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-inputDark:focus{
    background-color: #2A2C3BCB !important;
  }

  .md\:focus\:bg-black30:focus{
    background-color: #0000004D !important;
  }

  .md\:focus\:bg-select:focus{
    background-color: #2A2C3B41 !important;
  }

  .md\:focus\:bg-darkBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-borderBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black95:focus{
    background-color: #000000F2 !important;
  }

  .md\:focus\:bg-blackLight25:focus{
    background-color: #2A2C3B40 !important;
  }

  .md\:focus\:bg-bGraylight:focus{
    background-color: #70707027 !important;
  }

  .md\:focus\:bg-lightGray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lightRed:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-maroon:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-footerDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-alert:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .md\:bg-none{
    background-image: none !important;
  }

  .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:from-primary-50{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:from-primary-100{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:from-primary-200{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:from-primary-300{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:from-primary-400{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:from-primary-500{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:from-primary-600{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:from-primary-700{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:from-primary-800{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:from-primary-900{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:from-primary-950{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .md\:from-primary{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:from-secondary-50{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:from-secondary-100{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:from-secondary-200{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:from-secondary-300{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:from-secondary-400{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:from-secondary-500{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:from-secondary-600{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:from-secondary-700{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:from-secondary-800{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:from-secondary-900{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:from-secondary-950{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .md\:from-secondary{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:from-blackLight{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .md\:from-redDark{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .md\:from-gray400{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .md\:from-ghostWhite{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .md\:from-black500{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-white200{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .md\:from-gray100{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .md\:from-none{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-orange{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .md\:from-pink{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .md\:from-pink100{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .md\:from-purple{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .md\:from-blue-50{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:from-blue-100{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:from-blue-150{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .md\:from-blue-200{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:from-blue-250{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .md\:from-blue-300{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .md\:from-blue-350{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .md\:from-blue-400{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .md\:from-blue-500{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:from-blue-600{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .md\:from-blue-700{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .md\:from-blue-750{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .md\:from-blue-800{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:from-blue-850{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .md\:from-blue-900{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .md\:from-blue-950{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .md\:from-blue{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:from-black-40{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-50{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:from-black-100{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:from-black-150{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .md\:from-black-200{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .md\:from-black-250{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .md\:from-black-300{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .md\:from-black-350{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:from-black-400{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .md\:from-black-450{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:from-black-500{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:from-black-550{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .md\:from-black-600{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-650{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-700{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-750{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-800{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-850{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-900{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-950{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-red-50{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .md\:from-red-100{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .md\:from-red-200{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:from-red-300{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .md\:from-red-400{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .md\:from-red-500{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .md\:from-red-550{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .md\:from-red-600{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .md\:from-red-650{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .md\:from-red-700{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .md\:from-red-800{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .md\:from-red{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:from-white-50{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-white-100{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .md\:from-white-150{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .md\:from-white-200{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .md\:from-white-250{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .md\:from-white-300{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:from-white-350{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .md\:from-white-400{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:from-white-450{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .md\:from-white-500{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .md\:from-white-550{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:from-white-600{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:from-white-650{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:from-white-700{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:from-white-750{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .md\:from-white-800{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .md\:from-white-850{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:from-white-900{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:from-white-950{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:from-white{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gray-50{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .md\:from-gray-100{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .md\:from-gray-150{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .md\:from-gray-200{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .md\:from-gray-250{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:from-gray-300{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:from-gray-350{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:from-gray-400{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:from-gray-450{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:from-gray-500{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:from-gray-550{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:from-gray-600{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:from-gray-650{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:from-gray-700{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:from-gray-750{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:from-gray-800{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:from-gray-850{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:from-gray-900{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:from-gray-950{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .md\:from-gray{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:from-green{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .md\:from-redlight{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .md\:from-grayLight{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:from-grayDark{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .md\:from-borderDark{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .md\:from-whiteLight{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-secondaryLight{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-borderLight{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-secondaryDark{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-blackDark{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:from-gray200{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:from-black50{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:from-borderGray{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:from-borderModal{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:from-modalbg{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black80{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black90{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-warning{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .md\:from-inputDark{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:from-black30{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-select{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:from-darkBlack{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:from-borderBlack{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .md\:from-black95{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-blackLight25{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:from-bGraylight{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:from-lightGray{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:from-lightRed{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .md\:from-maroon{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .md\:from-footerDark{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .md\:from-success{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .md\:from-info{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .md\:from-danger{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:from-alert{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:from-success-light{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .md\:from-info-light{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .md\:from-warning-light{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .md\:from-danger-light{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .md\:hover\:from-primary-50:hover{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:from-primary-100:hover{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:from-primary-200:hover{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:from-primary-300:hover{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:from-primary-400:hover{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:from-primary-500:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:from-primary-600:hover{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:from-primary-700:hover{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:from-primary-800:hover{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:from-primary-900:hover{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:from-primary-950:hover{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .md\:hover\:from-primary:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:from-secondary-50:hover{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:from-secondary-100:hover{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:hover\:from-secondary-200:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:from-secondary-300:hover{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:hover\:from-secondary-400:hover{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:hover\:from-secondary-500:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:hover\:from-secondary-600:hover{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:hover\:from-secondary-700:hover{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:hover\:from-secondary-800:hover{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:hover\:from-secondary-900:hover{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:hover\:from-secondary-950:hover{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .md\:hover\:from-secondary:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:hover\:from-blackLight:hover{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .md\:hover\:from-redDark:hover{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .md\:hover\:from-gray400:hover{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .md\:hover\:from-ghostWhite:hover{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .md\:hover\:from-black500:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white200:hover{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .md\:hover\:from-gray100:hover{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .md\:hover\:from-none:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-orange:hover{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .md\:hover\:from-pink:hover{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .md\:hover\:from-pink100:hover{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .md\:hover\:from-purple:hover{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .md\:hover\:from-blue-50:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:hover\:from-blue-100:hover{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:hover\:from-blue-150:hover{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:hover\:from-blue-250:hover{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .md\:hover\:from-blue-350:hover{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .md\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:hover\:from-blue-600:hover{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .md\:hover\:from-blue-700:hover{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .md\:hover\:from-blue-750:hover{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .md\:hover\:from-blue-800:hover{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:hover\:from-blue-850:hover{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .md\:hover\:from-blue-900:hover{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .md\:hover\:from-blue-950:hover{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .md\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:hover\:from-black-40:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-50:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:from-black-100:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:from-black-150:hover{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .md\:hover\:from-black-200:hover{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .md\:hover\:from-black-250:hover{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .md\:hover\:from-black-300:hover{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .md\:hover\:from-black-350:hover{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:hover\:from-black-400:hover{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .md\:hover\:from-black-450:hover{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:hover\:from-black-500:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:from-black-550:hover{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .md\:hover\:from-black-600:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-650:hover{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-700:hover{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-750:hover{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-800:hover{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-850:hover{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-900:hover{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-950:hover{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-red-50:hover{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .md\:hover\:from-red-100:hover{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .md\:hover\:from-red-200:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:from-red-300:hover{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .md\:hover\:from-red-400:hover{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .md\:hover\:from-red-500:hover{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .md\:hover\:from-red-550:hover{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .md\:hover\:from-red-600:hover{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .md\:hover\:from-red-650:hover{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .md\:hover\:from-red-700:hover{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .md\:hover\:from-red-800:hover{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .md\:hover\:from-red:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:from-white-50:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-white-100:hover{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .md\:hover\:from-white-150:hover{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .md\:hover\:from-white-200:hover{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .md\:hover\:from-white-250:hover{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .md\:hover\:from-white-300:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:from-white-350:hover{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .md\:hover\:from-white-400:hover{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:hover\:from-white-450:hover{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .md\:hover\:from-white-500:hover{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .md\:hover\:from-white-550:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:from-white-600:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:hover\:from-white-650:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:hover\:from-white-700:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:from-white-750:hover{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .md\:hover\:from-white-800:hover{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .md\:hover\:from-white-850:hover{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:hover\:from-white-900:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:from-white-950:hover{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .md\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:from-gray-150:hover{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .md\:hover\:from-gray-250:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:from-gray-350:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:from-gray-450:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:from-gray-550:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:from-gray-650:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:from-gray-750:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:from-gray-850:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:from-gray-950:hover{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .md\:hover\:from-gray:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:from-green:hover{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .md\:hover\:from-redlight:hover{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .md\:hover\:from-grayLight:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:hover\:from-grayDark:hover{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .md\:hover\:from-borderDark:hover{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .md\:hover\:from-whiteLight:hover{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-secondaryLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-borderLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-secondaryDark:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-blackDark:hover{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:from-gray200:hover{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:from-black50:hover{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:from-borderGray:hover{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:from-borderModal:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:hover\:from-modalbg:hover{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black80:hover{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black90:hover{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-warning:hover{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .md\:hover\:from-inputDark:hover{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:from-black30:hover{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-select:hover{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:from-darkBlack:hover{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:hover\:from-borderBlack:hover{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .md\:hover\:from-black95:hover{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-blackLight25:hover{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:from-bGraylight:hover{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:hover\:from-lightGray:hover{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:hover\:from-lightRed:hover{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .md\:hover\:from-maroon:hover{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .md\:hover\:from-footerDark:hover{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .md\:hover\:from-success:hover{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .md\:hover\:from-info:hover{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .md\:hover\:from-danger:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:hover\:from-alert:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:hover\:from-success-light:hover{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .md\:hover\:from-info-light:hover{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .md\:hover\:from-warning-light:hover{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .md\:hover\:from-danger-light:hover{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .md\:focus\:from-primary-50:focus{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:from-primary-100:focus{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:from-primary-200:focus{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:from-primary-300:focus{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:from-primary-400:focus{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:from-primary-500:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:from-primary-600:focus{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:from-primary-700:focus{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:from-primary-800:focus{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:from-primary-900:focus{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:from-primary-950:focus{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .md\:focus\:from-primary:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:from-secondary-50:focus{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:from-secondary-100:focus{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:focus\:from-secondary-200:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:from-secondary-300:focus{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:focus\:from-secondary-400:focus{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:focus\:from-secondary-500:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:focus\:from-secondary-600:focus{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:focus\:from-secondary-700:focus{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:focus\:from-secondary-800:focus{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:focus\:from-secondary-900:focus{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:focus\:from-secondary-950:focus{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .md\:focus\:from-secondary:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:focus\:from-blackLight:focus{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .md\:focus\:from-redDark:focus{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .md\:focus\:from-gray400:focus{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .md\:focus\:from-ghostWhite:focus{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .md\:focus\:from-black500:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white200:focus{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .md\:focus\:from-gray100:focus{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .md\:focus\:from-none:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-orange:focus{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .md\:focus\:from-pink:focus{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .md\:focus\:from-pink100:focus{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .md\:focus\:from-purple:focus{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .md\:focus\:from-blue-50:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:focus\:from-blue-100:focus{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:focus\:from-blue-150:focus{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:focus\:from-blue-250:focus{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .md\:focus\:from-blue-350:focus{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .md\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:focus\:from-blue-600:focus{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .md\:focus\:from-blue-700:focus{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .md\:focus\:from-blue-750:focus{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .md\:focus\:from-blue-800:focus{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:focus\:from-blue-850:focus{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .md\:focus\:from-blue-900:focus{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .md\:focus\:from-blue-950:focus{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .md\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:focus\:from-black-40:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-50:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:from-black-100:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:from-black-150:focus{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .md\:focus\:from-black-200:focus{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .md\:focus\:from-black-250:focus{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .md\:focus\:from-black-300:focus{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .md\:focus\:from-black-350:focus{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:focus\:from-black-400:focus{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .md\:focus\:from-black-450:focus{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:focus\:from-black-500:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:from-black-550:focus{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .md\:focus\:from-black-600:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-650:focus{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-700:focus{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-750:focus{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-800:focus{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-850:focus{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-900:focus{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-950:focus{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-red-50:focus{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .md\:focus\:from-red-100:focus{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .md\:focus\:from-red-200:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:from-red-300:focus{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .md\:focus\:from-red-400:focus{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .md\:focus\:from-red-500:focus{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .md\:focus\:from-red-550:focus{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .md\:focus\:from-red-600:focus{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .md\:focus\:from-red-650:focus{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .md\:focus\:from-red-700:focus{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .md\:focus\:from-red-800:focus{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .md\:focus\:from-red:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:from-white-50:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-white-100:focus{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .md\:focus\:from-white-150:focus{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .md\:focus\:from-white-200:focus{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .md\:focus\:from-white-250:focus{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .md\:focus\:from-white-300:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:from-white-350:focus{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .md\:focus\:from-white-400:focus{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:focus\:from-white-450:focus{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .md\:focus\:from-white-500:focus{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .md\:focus\:from-white-550:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:from-white-600:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:focus\:from-white-650:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:focus\:from-white-700:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:from-white-750:focus{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .md\:focus\:from-white-800:focus{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .md\:focus\:from-white-850:focus{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:focus\:from-white-900:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:from-white-950:focus{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .md\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:from-gray-150:focus{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .md\:focus\:from-gray-250:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:from-gray-350:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:from-gray-450:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:from-gray-550:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:from-gray-650:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:from-gray-750:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:from-gray-850:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:from-gray-950:focus{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .md\:focus\:from-gray:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:from-green:focus{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .md\:focus\:from-redlight:focus{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .md\:focus\:from-grayLight:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:focus\:from-grayDark:focus{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .md\:focus\:from-borderDark:focus{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .md\:focus\:from-whiteLight:focus{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-secondaryLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-borderLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-secondaryDark:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-blackDark:focus{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:from-gray200:focus{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:from-black50:focus{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:from-borderGray:focus{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:from-borderModal:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:focus\:from-modalbg:focus{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black80:focus{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black90:focus{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-warning:focus{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .md\:focus\:from-inputDark:focus{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:from-black30:focus{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-select:focus{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:from-darkBlack:focus{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:focus\:from-borderBlack:focus{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .md\:focus\:from-black95:focus{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-blackLight25:focus{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:from-bGraylight:focus{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:focus\:from-lightGray:focus{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:focus\:from-lightRed:focus{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .md\:focus\:from-maroon:focus{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .md\:focus\:from-footerDark:focus{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .md\:focus\:from-success:focus{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .md\:focus\:from-info:focus{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .md\:focus\:from-danger:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:focus\:from-alert:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:focus\:from-success-light:focus{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .md\:focus\:from-info-light:focus{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .md\:focus\:from-warning-light:focus{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .md\:focus\:from-danger-light:focus{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .md\:via-primary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:via-primary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:via-primary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:via-primary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:via-primary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:via-primary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:via-primary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:via-primary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:via-primary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:via-primary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:via-primary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .md\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:via-secondary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:via-secondary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:via-secondary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:via-secondary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:via-secondary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:via-secondary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:via-secondary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:via-secondary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:via-secondary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:via-secondary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:via-secondary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .md\:via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:via-blackLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .md\:via-redDark{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .md\:via-gray400{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .md\:via-ghostWhite{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .md\:via-black500{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white200{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .md\:via-gray100{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .md\:via-none{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .md\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .md\:via-pink100{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .md\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .md\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:via-blue-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .md\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:via-blue-250{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .md\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .md\:via-blue-350{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .md\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .md\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .md\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .md\:via-blue-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .md\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:via-blue-850{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .md\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .md\:via-blue-950{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .md\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:via-black-40{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:via-black-150{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .md\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .md\:via-black-250{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .md\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .md\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .md\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:via-black-550{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .md\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-650{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-750{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-800{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-850{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-950{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .md\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .md\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .md\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .md\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .md\:via-red-550{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .md\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .md\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .md\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .md\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .md\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:via-white-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-white-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .md\:via-white-150{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .md\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .md\:via-white-250{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .md\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:via-white-350{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .md\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:via-white-450{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .md\:via-white-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .md\:via-white-550{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:via-white-650{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:via-white-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:via-white-750{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .md\:via-white-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .md\:via-white-850{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:via-white-900{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:via-white-950{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .md\:via-gray-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .md\:via-gray-250{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:via-gray-650{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:via-gray-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .md\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .md\:via-redlight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .md\:via-grayLight{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:via-grayDark{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .md\:via-borderDark{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .md\:via-whiteLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-secondaryLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-borderLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-secondaryDark{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-blackDark{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:via-gray200{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:via-black50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:via-borderGray{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:via-borderModal{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:via-modalbg{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black90{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .md\:via-inputDark{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:via-black30{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-select{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:via-darkBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:via-borderBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .md\:via-black95{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-blackLight25{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:via-bGraylight{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:via-lightGray{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:via-lightRed{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .md\:via-maroon{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .md\:via-footerDark{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .md\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .md\:via-info{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .md\:via-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:via-alert{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:via-success-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .md\:via-info-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .md\:via-warning-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .md\:via-danger-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .md\:hover\:via-primary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:via-primary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:via-primary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:via-primary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:via-primary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:via-primary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:via-primary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:via-primary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:via-primary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:via-primary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:via-primary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .md\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:via-secondary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:via-secondary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:hover\:via-secondary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:via-secondary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:hover\:via-secondary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:hover\:via-secondary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:hover\:via-secondary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:hover\:via-secondary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:hover\:via-secondary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:hover\:via-secondary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:hover\:via-secondary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .md\:hover\:via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:hover\:via-blackLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .md\:hover\:via-redDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .md\:hover\:via-gray400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .md\:hover\:via-ghostWhite:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .md\:hover\:via-black500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-white200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .md\:hover\:via-gray100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .md\:hover\:via-none:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .md\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .md\:hover\:via-pink100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .md\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .md\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:hover\:via-blue-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:hover\:via-blue-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .md\:hover\:via-blue-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .md\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .md\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .md\:hover\:via-blue-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .md\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:hover\:via-blue-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .md\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .md\:hover\:via-blue-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .md\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:hover\:via-black-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:via-black-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .md\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .md\:hover\:via-black-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .md\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .md\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .md\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:via-black-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .md\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .md\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .md\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .md\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .md\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .md\:hover\:via-red-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .md\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .md\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .md\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .md\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .md\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:hover\:via-white-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-white-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .md\:hover\:via-white-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .md\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .md\:hover\:via-white-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .md\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:via-white-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .md\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:hover\:via-white-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .md\:hover\:via-white-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .md\:hover\:via-white-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:hover\:via-white-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:hover\:via-white-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:via-white-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .md\:hover\:via-white-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .md\:hover\:via-white-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:hover\:via-white-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:via-white-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:via-gray-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .md\:hover\:via-gray-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:via-gray-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:via-gray-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .md\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .md\:hover\:via-redlight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .md\:hover\:via-grayLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:hover\:via-grayDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .md\:hover\:via-borderDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .md\:hover\:via-whiteLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-secondaryLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-borderLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-secondaryDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-blackDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:via-gray200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:via-black50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:via-borderGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:via-borderModal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:hover\:via-modalbg:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .md\:hover\:via-inputDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:via-black30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-select:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:via-darkBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:hover\:via-borderBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .md\:hover\:via-black95:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-blackLight25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:hover\:via-bGraylight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:hover\:via-lightGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:hover\:via-lightRed:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .md\:hover\:via-maroon:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .md\:hover\:via-footerDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .md\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .md\:hover\:via-info:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .md\:hover\:via-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:hover\:via-alert:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:hover\:via-success-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .md\:hover\:via-info-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .md\:hover\:via-warning-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .md\:hover\:via-danger-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .md\:focus\:via-primary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:via-primary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:via-primary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:via-primary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:via-primary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:via-primary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:via-primary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:via-primary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:via-primary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:via-primary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:via-primary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .md\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:via-secondary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:via-secondary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:focus\:via-secondary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:via-secondary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:focus\:via-secondary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:focus\:via-secondary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:focus\:via-secondary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:focus\:via-secondary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:focus\:via-secondary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:focus\:via-secondary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:focus\:via-secondary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .md\:focus\:via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:focus\:via-blackLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .md\:focus\:via-redDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .md\:focus\:via-gray400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .md\:focus\:via-ghostWhite:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .md\:focus\:via-black500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-white200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .md\:focus\:via-gray100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .md\:focus\:via-none:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .md\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .md\:focus\:via-pink100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .md\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .md\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .md\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:focus\:via-blue-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:focus\:via-blue-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .md\:focus\:via-blue-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .md\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .md\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .md\:focus\:via-blue-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .md\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .md\:focus\:via-blue-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .md\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .md\:focus\:via-blue-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .md\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .md\:focus\:via-black-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:via-black-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .md\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .md\:focus\:via-black-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .md\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .md\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .md\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:via-black-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .md\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .md\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .md\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .md\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .md\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .md\:focus\:via-red-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .md\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .md\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .md\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .md\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .md\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .md\:focus\:via-white-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-white-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .md\:focus\:via-white-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .md\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .md\:focus\:via-white-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .md\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:via-white-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .md\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:focus\:via-white-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .md\:focus\:via-white-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .md\:focus\:via-white-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:focus\:via-white-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:focus\:via-white-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:via-white-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .md\:focus\:via-white-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .md\:focus\:via-white-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:focus\:via-white-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:via-white-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:via-gray-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .md\:focus\:via-gray-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:via-gray-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:via-gray-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .md\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .md\:focus\:via-redlight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .md\:focus\:via-grayLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:focus\:via-grayDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .md\:focus\:via-borderDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .md\:focus\:via-whiteLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-secondaryLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-borderLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-secondaryDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-blackDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:via-gray200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:via-black50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:via-borderGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:via-borderModal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:focus\:via-modalbg:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .md\:focus\:via-inputDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:via-black30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-select:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:via-darkBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .md\:focus\:via-borderBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .md\:focus\:via-black95:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-blackLight25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .md\:focus\:via-bGraylight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md\:focus\:via-lightGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:focus\:via-lightRed:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .md\:focus\:via-maroon:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .md\:focus\:via-footerDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .md\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .md\:focus\:via-info:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .md\:focus\:via-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:focus\:via-alert:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .md\:focus\:via-success-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .md\:focus\:via-info-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .md\:focus\:via-warning-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .md\:focus\:via-danger-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .md\:to-primary-50{
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:to-primary-100{
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:to-primary-200{
    --tw-gradient-to: #fecaca !important;
  }

  .md\:to-primary-300{
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:to-primary-400{
    --tw-gradient-to: #f87171 !important;
  }

  .md\:to-primary-500{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:to-primary-600{
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:to-primary-700{
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:to-primary-800{
    --tw-gradient-to: #991b1b !important;
  }

  .md\:to-primary-900{
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:to-primary-950{
    --tw-gradient-to: #450a0a !important;
  }

  .md\:to-primary{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:to-secondary-50{
    --tw-gradient-to: #f8fafc !important;
  }

  .md\:to-secondary-100{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .md\:to-secondary-200{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:to-secondary-300{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .md\:to-secondary-400{
    --tw-gradient-to: #94a3b8 !important;
  }

  .md\:to-secondary-500{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:to-secondary-600{
    --tw-gradient-to: #475569 !important;
  }

  .md\:to-secondary-700{
    --tw-gradient-to: #334155 !important;
  }

  .md\:to-secondary-800{
    --tw-gradient-to: #1e293b !important;
  }

  .md\:to-secondary-900{
    --tw-gradient-to: #0f172a !important;
  }

  .md\:to-secondary-950{
    --tw-gradient-to: #020617 !important;
  }

  .md\:to-secondary{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:to-blackLight{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .md\:to-redDark{
    --tw-gradient-to: #E60A0A !important;
  }

  .md\:to-gray400{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .md\:to-ghostWhite{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .md\:to-black500{
    --tw-gradient-to: #000 !important;
  }

  .md\:to-white200{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .md\:to-gray100{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .md\:to-none{
    --tw-gradient-to: transparent !important;
  }

  .md\:to-orange{
    --tw-gradient-to: #FF626B !important;
  }

  .md\:to-pink{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .md\:to-pink100{
    --tw-gradient-to: #DA2587 !important;
  }

  .md\:to-purple{
    --tw-gradient-to: #E8E5FF !important;
  }

  .md\:to-blue-50{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:to-blue-100{
    --tw-gradient-to: #22232f !important;
  }

  .md\:to-blue-150{
    --tw-gradient-to: #EFF5FC !important;
  }

  .md\:to-blue-200{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:to-blue-250{
    --tw-gradient-to: #F3F9FF !important;
  }

  .md\:to-blue-300{
    --tw-gradient-to: #564CFF !important;
  }

  .md\:to-blue-350{
    --tw-gradient-to: #2A2B3A !important;
  }

  .md\:to-blue-400{
    --tw-gradient-to: #4C55FF !important;
  }

  .md\:to-blue-500{
    --tw-gradient-to: #0099FF !important;
  }

  .md\:to-blue-600{
    --tw-gradient-to: #7B61FF !important;
  }

  .md\:to-blue-700{
    --tw-gradient-to: #454AE7 !important;
  }

  .md\:to-blue-750{
    --tw-gradient-to: #1784B2 !important;
  }

  .md\:to-blue-800{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .md\:to-blue-850{
    --tw-gradient-to: #F9F9FF !important;
  }

  .md\:to-blue-900{
    --tw-gradient-to: #5875DC !important;
  }

  .md\:to-blue-950{
    --tw-gradient-to: #F3F4FC !important;
  }

  .md\:to-blue{
    --tw-gradient-to: #0099FF !important;
  }

  .md\:to-black-40{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .md\:to-black-50{
    --tw-gradient-to: #fafafa !important;
  }

  .md\:to-black-100{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .md\:to-black-150{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .md\:to-black-200{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .md\:to-black-250{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .md\:to-black-300{
    --tw-gradient-to: #737373 !important;
  }

  .md\:to-black-350{
    --tw-gradient-to: #525252 !important;
  }

  .md\:to-black-400{
    --tw-gradient-to: #404040 !important;
  }

  .md\:to-black-450{
    --tw-gradient-to: #262626 !important;
  }

  .md\:to-black-500{
    --tw-gradient-to: #333 !important;
  }

  .md\:to-black-550{
    --tw-gradient-to: #0a0a0a !important;
  }

  .md\:to-black-600{
    --tw-gradient-to: #000000 !important;
  }

  .md\:to-black-650{
    --tw-gradient-to: #00000040 !important;
  }

  .md\:to-black-700{
    --tw-gradient-to: #00000066 !important;
  }

  .md\:to-black-750{
    --tw-gradient-to: #00000080 !important;
  }

  .md\:to-black-800{
    --tw-gradient-to: #00000099 !important;
  }

  .md\:to-black-850{
    --tw-gradient-to: #000000B3 !important;
  }

  .md\:to-black-900{
    --tw-gradient-to: #000000CC !important;
  }

  .md\:to-black-950{
    --tw-gradient-to: #000000E6 !important;
  }

  .md\:to-black{
    --tw-gradient-to: #000000 !important;
  }

  .md\:to-red-50{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .md\:to-red-100{
    --tw-gradient-to: #7b2a2b !important;
  }

  .md\:to-red-200{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:to-red-300{
    --tw-gradient-to: #F9597C !important;
  }

  .md\:to-red-400{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .md\:to-red-500{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .md\:to-red-550{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .md\:to-red-600{
    --tw-gradient-to: #FEFAFA !important;
  }

  .md\:to-red-650{
    --tw-gradient-to: #FFE9EA !important;
  }

  .md\:to-red-700{
    --tw-gradient-to: #B92823 !important;
  }

  .md\:to-red-800{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .md\:to-red{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:to-white-50{
    --tw-gradient-to: #ffffff !important;
  }

  .md\:to-white-100{
    --tw-gradient-to: #fefefe !important;
  }

  .md\:to-white-150{
    --tw-gradient-to: #fdfdfd !important;
  }

  .md\:to-white-200{
    --tw-gradient-to: #fcfcfc !important;
  }

  .md\:to-white-250{
    --tw-gradient-to: #fbfbfb !important;
  }

  .md\:to-white-300{
    --tw-gradient-to: #fafafa !important;
  }

  .md\:to-white-350{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .md\:to-white-400{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .md\:to-white-450{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .md\:to-white-500{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .md\:to-white-550{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .md\:to-white-600{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:to-white-650{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .md\:to-white-700{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .md\:to-white-750{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .md\:to-white-800{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .md\:to-white-850{
    --tw-gradient-to: #efefef !important;
  }

  .md\:to-white-900{
    --tw-gradient-to: #eeeeee !important;
  }

  .md\:to-white-950{
    --tw-gradient-to: #ededed !important;
  }

  .md\:to-white{
    --tw-gradient-to: #ffffff !important;
  }

  .md\:to-gray-50{
    --tw-gradient-to: #f9fafb !important;
  }

  .md\:to-gray-100{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .md\:to-gray-150{
    --tw-gradient-to: #EAECF2 !important;
  }

  .md\:to-gray-200{
    --tw-gradient-to: #e5e7eb !important;
  }

  .md\:to-gray-250{
    --tw-gradient-to: #d1d5db !important;
  }

  .md\:to-gray-300{
    --tw-gradient-to: #d1d5db !important;
  }

  .md\:to-gray-350{
    --tw-gradient-to: #9ca3af !important;
  }

  .md\:to-gray-400{
    --tw-gradient-to: #9ca3af !important;
  }

  .md\:to-gray-450{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:to-gray-500{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:to-gray-550{
    --tw-gradient-to: #4b5563 !important;
  }

  .md\:to-gray-600{
    --tw-gradient-to: #4b5563 !important;
  }

  .md\:to-gray-650{
    --tw-gradient-to: #374151 !important;
  }

  .md\:to-gray-700{
    --tw-gradient-to: #374151 !important;
  }

  .md\:to-gray-750{
    --tw-gradient-to: #1f2937 !important;
  }

  .md\:to-gray-800{
    --tw-gradient-to: #1f2937 !important;
  }

  .md\:to-gray-850{
    --tw-gradient-to: #111827 !important;
  }

  .md\:to-gray-900{
    --tw-gradient-to: #111827 !important;
  }

  .md\:to-gray-950{
    --tw-gradient-to: #030712 !important;
  }

  .md\:to-gray{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:to-green{
    --tw-gradient-to: #5acebe !important;
  }

  .md\:to-redlight{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .md\:to-grayLight{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:to-grayDark{
    --tw-gradient-to: #ddd !important;
  }

  .md\:to-borderDark{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .md\:to-whiteLight{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .md\:to-secondaryLight{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .md\:to-borderLight{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .md\:to-secondaryDark{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .md\:to-blackDark{
    --tw-gradient-to: #333333 !important;
  }

  .md\:to-gray200{
    --tw-gradient-to: #eee !important;
  }

  .md\:to-black50{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .md\:to-borderGray{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .md\:to-borderModal{
    --tw-gradient-to: #707070 !important;
  }

  .md\:to-modalbg{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .md\:to-black80{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .md\:to-black90{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .md\:to-warning{
    --tw-gradient-to: #ffc107 !important;
  }

  .md\:to-inputDark{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .md\:to-black30{
    --tw-gradient-to: #0000004D !important;
  }

  .md\:to-select{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .md\:to-darkBlack{
    --tw-gradient-to: #22232F !important;
  }

  .md\:to-borderBlack{
    --tw-gradient-to: #181922 !important;
  }

  .md\:to-black95{
    --tw-gradient-to: #000000F2 !important;
  }

  .md\:to-blackLight25{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .md\:to-bGraylight{
    --tw-gradient-to: #70707027 !important;
  }

  .md\:to-lightGray{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .md\:to-lightRed{
    --tw-gradient-to: #f7eae9 !important;
  }

  .md\:to-maroon{
    --tw-gradient-to: #b73a33 !important;
  }

  .md\:to-footerDark{
    --tw-gradient-to: #161617 !important;
  }

  .md\:to-success{
    --tw-gradient-to: #28a745 !important;
  }

  .md\:to-info{
    --tw-gradient-to: #17a2b8 !important;
  }

  .md\:to-danger{
    --tw-gradient-to: #dc3545 !important;
  }

  .md\:to-alert{
    --tw-gradient-to: #dc3545 !important;
  }

  .md\:to-success-light{
    --tw-gradient-to: #d4edda !important;
  }

  .md\:to-info-light{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .md\:to-warning-light{
    --tw-gradient-to: #fff3cd !important;
  }

  .md\:to-danger-light{
    --tw-gradient-to: #f8d7da !important;
  }

  .md\:hover\:to-primary-50:hover{
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:hover\:to-primary-100:hover{
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:hover\:to-primary-200:hover{
    --tw-gradient-to: #fecaca !important;
  }

  .md\:hover\:to-primary-300:hover{
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:hover\:to-primary-400:hover{
    --tw-gradient-to: #f87171 !important;
  }

  .md\:hover\:to-primary-500:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:hover\:to-primary-600:hover{
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:hover\:to-primary-700:hover{
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:hover\:to-primary-800:hover{
    --tw-gradient-to: #991b1b !important;
  }

  .md\:hover\:to-primary-900:hover{
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:hover\:to-primary-950:hover{
    --tw-gradient-to: #450a0a !important;
  }

  .md\:hover\:to-primary:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:hover\:to-secondary-50:hover{
    --tw-gradient-to: #f8fafc !important;
  }

  .md\:hover\:to-secondary-100:hover{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .md\:hover\:to-secondary-200:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:hover\:to-secondary-300:hover{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .md\:hover\:to-secondary-400:hover{
    --tw-gradient-to: #94a3b8 !important;
  }

  .md\:hover\:to-secondary-500:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:hover\:to-secondary-600:hover{
    --tw-gradient-to: #475569 !important;
  }

  .md\:hover\:to-secondary-700:hover{
    --tw-gradient-to: #334155 !important;
  }

  .md\:hover\:to-secondary-800:hover{
    --tw-gradient-to: #1e293b !important;
  }

  .md\:hover\:to-secondary-900:hover{
    --tw-gradient-to: #0f172a !important;
  }

  .md\:hover\:to-secondary-950:hover{
    --tw-gradient-to: #020617 !important;
  }

  .md\:hover\:to-secondary:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:hover\:to-blackLight:hover{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .md\:hover\:to-redDark:hover{
    --tw-gradient-to: #E60A0A !important;
  }

  .md\:hover\:to-gray400:hover{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .md\:hover\:to-ghostWhite:hover{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .md\:hover\:to-black500:hover{
    --tw-gradient-to: #000 !important;
  }

  .md\:hover\:to-white200:hover{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .md\:hover\:to-gray100:hover{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .md\:hover\:to-none:hover{
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:to-orange:hover{
    --tw-gradient-to: #FF626B !important;
  }

  .md\:hover\:to-pink:hover{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .md\:hover\:to-pink100:hover{
    --tw-gradient-to: #DA2587 !important;
  }

  .md\:hover\:to-purple:hover{
    --tw-gradient-to: #E8E5FF !important;
  }

  .md\:hover\:to-blue-50:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:hover\:to-blue-100:hover{
    --tw-gradient-to: #22232f !important;
  }

  .md\:hover\:to-blue-150:hover{
    --tw-gradient-to: #EFF5FC !important;
  }

  .md\:hover\:to-blue-200:hover{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:hover\:to-blue-250:hover{
    --tw-gradient-to: #F3F9FF !important;
  }

  .md\:hover\:to-blue-300:hover{
    --tw-gradient-to: #564CFF !important;
  }

  .md\:hover\:to-blue-350:hover{
    --tw-gradient-to: #2A2B3A !important;
  }

  .md\:hover\:to-blue-400:hover{
    --tw-gradient-to: #4C55FF !important;
  }

  .md\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .md\:hover\:to-blue-600:hover{
    --tw-gradient-to: #7B61FF !important;
  }

  .md\:hover\:to-blue-700:hover{
    --tw-gradient-to: #454AE7 !important;
  }

  .md\:hover\:to-blue-750:hover{
    --tw-gradient-to: #1784B2 !important;
  }

  .md\:hover\:to-blue-800:hover{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .md\:hover\:to-blue-850:hover{
    --tw-gradient-to: #F9F9FF !important;
  }

  .md\:hover\:to-blue-900:hover{
    --tw-gradient-to: #5875DC !important;
  }

  .md\:hover\:to-blue-950:hover{
    --tw-gradient-to: #F3F4FC !important;
  }

  .md\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .md\:hover\:to-black-40:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:to-black-50:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .md\:hover\:to-black-100:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .md\:hover\:to-black-150:hover{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .md\:hover\:to-black-200:hover{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .md\:hover\:to-black-250:hover{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .md\:hover\:to-black-300:hover{
    --tw-gradient-to: #737373 !important;
  }

  .md\:hover\:to-black-350:hover{
    --tw-gradient-to: #525252 !important;
  }

  .md\:hover\:to-black-400:hover{
    --tw-gradient-to: #404040 !important;
  }

  .md\:hover\:to-black-450:hover{
    --tw-gradient-to: #262626 !important;
  }

  .md\:hover\:to-black-500:hover{
    --tw-gradient-to: #333 !important;
  }

  .md\:hover\:to-black-550:hover{
    --tw-gradient-to: #0a0a0a !important;
  }

  .md\:hover\:to-black-600:hover{
    --tw-gradient-to: #000000 !important;
  }

  .md\:hover\:to-black-650:hover{
    --tw-gradient-to: #00000040 !important;
  }

  .md\:hover\:to-black-700:hover{
    --tw-gradient-to: #00000066 !important;
  }

  .md\:hover\:to-black-750:hover{
    --tw-gradient-to: #00000080 !important;
  }

  .md\:hover\:to-black-800:hover{
    --tw-gradient-to: #00000099 !important;
  }

  .md\:hover\:to-black-850:hover{
    --tw-gradient-to: #000000B3 !important;
  }

  .md\:hover\:to-black-900:hover{
    --tw-gradient-to: #000000CC !important;
  }

  .md\:hover\:to-black-950:hover{
    --tw-gradient-to: #000000E6 !important;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: #000000 !important;
  }

  .md\:hover\:to-red-50:hover{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .md\:hover\:to-red-100:hover{
    --tw-gradient-to: #7b2a2b !important;
  }

  .md\:hover\:to-red-200:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:hover\:to-red-300:hover{
    --tw-gradient-to: #F9597C !important;
  }

  .md\:hover\:to-red-400:hover{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .md\:hover\:to-red-500:hover{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .md\:hover\:to-red-550:hover{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .md\:hover\:to-red-600:hover{
    --tw-gradient-to: #FEFAFA !important;
  }

  .md\:hover\:to-red-650:hover{
    --tw-gradient-to: #FFE9EA !important;
  }

  .md\:hover\:to-red-700:hover{
    --tw-gradient-to: #B92823 !important;
  }

  .md\:hover\:to-red-800:hover{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .md\:hover\:to-red:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:hover\:to-white-50:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .md\:hover\:to-white-100:hover{
    --tw-gradient-to: #fefefe !important;
  }

  .md\:hover\:to-white-150:hover{
    --tw-gradient-to: #fdfdfd !important;
  }

  .md\:hover\:to-white-200:hover{
    --tw-gradient-to: #fcfcfc !important;
  }

  .md\:hover\:to-white-250:hover{
    --tw-gradient-to: #fbfbfb !important;
  }

  .md\:hover\:to-white-300:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .md\:hover\:to-white-350:hover{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .md\:hover\:to-white-400:hover{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .md\:hover\:to-white-450:hover{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .md\:hover\:to-white-500:hover{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .md\:hover\:to-white-550:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .md\:hover\:to-white-600:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:hover\:to-white-650:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .md\:hover\:to-white-700:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .md\:hover\:to-white-750:hover{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .md\:hover\:to-white-800:hover{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .md\:hover\:to-white-850:hover{
    --tw-gradient-to: #efefef !important;
  }

  .md\:hover\:to-white-900:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .md\:hover\:to-white-950:hover{
    --tw-gradient-to: #ededed !important;
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .md\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb !important;
  }

  .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .md\:hover\:to-gray-150:hover{
    --tw-gradient-to: #EAECF2 !important;
  }

  .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb !important;
  }

  .md\:hover\:to-gray-250:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .md\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .md\:hover\:to-gray-350:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .md\:hover\:to-gray-450:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:hover\:to-gray-550:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .md\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .md\:hover\:to-gray-650:hover{
    --tw-gradient-to: #374151 !important;
  }

  .md\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151 !important;
  }

  .md\:hover\:to-gray-750:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .md\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .md\:hover\:to-gray-850:hover{
    --tw-gradient-to: #111827 !important;
  }

  .md\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827 !important;
  }

  .md\:hover\:to-gray-950:hover{
    --tw-gradient-to: #030712 !important;
  }

  .md\:hover\:to-gray:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:hover\:to-green:hover{
    --tw-gradient-to: #5acebe !important;
  }

  .md\:hover\:to-redlight:hover{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .md\:hover\:to-grayLight:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:hover\:to-grayDark:hover{
    --tw-gradient-to: #ddd !important;
  }

  .md\:hover\:to-borderDark:hover{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .md\:hover\:to-whiteLight:hover{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .md\:hover\:to-secondaryLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .md\:hover\:to-borderLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .md\:hover\:to-secondaryDark:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:to-blackDark:hover{
    --tw-gradient-to: #333333 !important;
  }

  .md\:hover\:to-gray200:hover{
    --tw-gradient-to: #eee !important;
  }

  .md\:hover\:to-black50:hover{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .md\:hover\:to-borderGray:hover{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .md\:hover\:to-borderModal:hover{
    --tw-gradient-to: #707070 !important;
  }

  .md\:hover\:to-modalbg:hover{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .md\:hover\:to-black80:hover{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .md\:hover\:to-black90:hover{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .md\:hover\:to-warning:hover{
    --tw-gradient-to: #ffc107 !important;
  }

  .md\:hover\:to-inputDark:hover{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .md\:hover\:to-black30:hover{
    --tw-gradient-to: #0000004D !important;
  }

  .md\:hover\:to-select:hover{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .md\:hover\:to-darkBlack:hover{
    --tw-gradient-to: #22232F !important;
  }

  .md\:hover\:to-borderBlack:hover{
    --tw-gradient-to: #181922 !important;
  }

  .md\:hover\:to-black95:hover{
    --tw-gradient-to: #000000F2 !important;
  }

  .md\:hover\:to-blackLight25:hover{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .md\:hover\:to-bGraylight:hover{
    --tw-gradient-to: #70707027 !important;
  }

  .md\:hover\:to-lightGray:hover{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .md\:hover\:to-lightRed:hover{
    --tw-gradient-to: #f7eae9 !important;
  }

  .md\:hover\:to-maroon:hover{
    --tw-gradient-to: #b73a33 !important;
  }

  .md\:hover\:to-footerDark:hover{
    --tw-gradient-to: #161617 !important;
  }

  .md\:hover\:to-success:hover{
    --tw-gradient-to: #28a745 !important;
  }

  .md\:hover\:to-info:hover{
    --tw-gradient-to: #17a2b8 !important;
  }

  .md\:hover\:to-danger:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .md\:hover\:to-alert:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .md\:hover\:to-success-light:hover{
    --tw-gradient-to: #d4edda !important;
  }

  .md\:hover\:to-info-light:hover{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .md\:hover\:to-warning-light:hover{
    --tw-gradient-to: #fff3cd !important;
  }

  .md\:hover\:to-danger-light:hover{
    --tw-gradient-to: #f8d7da !important;
  }

  .md\:focus\:to-primary-50:focus{
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:focus\:to-primary-100:focus{
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:focus\:to-primary-200:focus{
    --tw-gradient-to: #fecaca !important;
  }

  .md\:focus\:to-primary-300:focus{
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:focus\:to-primary-400:focus{
    --tw-gradient-to: #f87171 !important;
  }

  .md\:focus\:to-primary-500:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:focus\:to-primary-600:focus{
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:focus\:to-primary-700:focus{
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:focus\:to-primary-800:focus{
    --tw-gradient-to: #991b1b !important;
  }

  .md\:focus\:to-primary-900:focus{
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:focus\:to-primary-950:focus{
    --tw-gradient-to: #450a0a !important;
  }

  .md\:focus\:to-primary:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:focus\:to-secondary-50:focus{
    --tw-gradient-to: #f8fafc !important;
  }

  .md\:focus\:to-secondary-100:focus{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .md\:focus\:to-secondary-200:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:focus\:to-secondary-300:focus{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .md\:focus\:to-secondary-400:focus{
    --tw-gradient-to: #94a3b8 !important;
  }

  .md\:focus\:to-secondary-500:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:focus\:to-secondary-600:focus{
    --tw-gradient-to: #475569 !important;
  }

  .md\:focus\:to-secondary-700:focus{
    --tw-gradient-to: #334155 !important;
  }

  .md\:focus\:to-secondary-800:focus{
    --tw-gradient-to: #1e293b !important;
  }

  .md\:focus\:to-secondary-900:focus{
    --tw-gradient-to: #0f172a !important;
  }

  .md\:focus\:to-secondary-950:focus{
    --tw-gradient-to: #020617 !important;
  }

  .md\:focus\:to-secondary:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:focus\:to-blackLight:focus{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:to-redDark:focus{
    --tw-gradient-to: #E60A0A !important;
  }

  .md\:focus\:to-gray400:focus{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .md\:focus\:to-ghostWhite:focus{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .md\:focus\:to-black500:focus{
    --tw-gradient-to: #000 !important;
  }

  .md\:focus\:to-white200:focus{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .md\:focus\:to-gray100:focus{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .md\:focus\:to-none:focus{
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:to-orange:focus{
    --tw-gradient-to: #FF626B !important;
  }

  .md\:focus\:to-pink:focus{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .md\:focus\:to-pink100:focus{
    --tw-gradient-to: #DA2587 !important;
  }

  .md\:focus\:to-purple:focus{
    --tw-gradient-to: #E8E5FF !important;
  }

  .md\:focus\:to-blue-50:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .md\:focus\:to-blue-100:focus{
    --tw-gradient-to: #22232f !important;
  }

  .md\:focus\:to-blue-150:focus{
    --tw-gradient-to: #EFF5FC !important;
  }

  .md\:focus\:to-blue-200:focus{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:to-blue-250:focus{
    --tw-gradient-to: #F3F9FF !important;
  }

  .md\:focus\:to-blue-300:focus{
    --tw-gradient-to: #564CFF !important;
  }

  .md\:focus\:to-blue-350:focus{
    --tw-gradient-to: #2A2B3A !important;
  }

  .md\:focus\:to-blue-400:focus{
    --tw-gradient-to: #4C55FF !important;
  }

  .md\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .md\:focus\:to-blue-600:focus{
    --tw-gradient-to: #7B61FF !important;
  }

  .md\:focus\:to-blue-700:focus{
    --tw-gradient-to: #454AE7 !important;
  }

  .md\:focus\:to-blue-750:focus{
    --tw-gradient-to: #1784B2 !important;
  }

  .md\:focus\:to-blue-800:focus{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:to-blue-850:focus{
    --tw-gradient-to: #F9F9FF !important;
  }

  .md\:focus\:to-blue-900:focus{
    --tw-gradient-to: #5875DC !important;
  }

  .md\:focus\:to-blue-950:focus{
    --tw-gradient-to: #F3F4FC !important;
  }

  .md\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .md\:focus\:to-black-40:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:to-black-50:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .md\:focus\:to-black-100:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .md\:focus\:to-black-150:focus{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .md\:focus\:to-black-200:focus{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .md\:focus\:to-black-250:focus{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .md\:focus\:to-black-300:focus{
    --tw-gradient-to: #737373 !important;
  }

  .md\:focus\:to-black-350:focus{
    --tw-gradient-to: #525252 !important;
  }

  .md\:focus\:to-black-400:focus{
    --tw-gradient-to: #404040 !important;
  }

  .md\:focus\:to-black-450:focus{
    --tw-gradient-to: #262626 !important;
  }

  .md\:focus\:to-black-500:focus{
    --tw-gradient-to: #333 !important;
  }

  .md\:focus\:to-black-550:focus{
    --tw-gradient-to: #0a0a0a !important;
  }

  .md\:focus\:to-black-600:focus{
    --tw-gradient-to: #000000 !important;
  }

  .md\:focus\:to-black-650:focus{
    --tw-gradient-to: #00000040 !important;
  }

  .md\:focus\:to-black-700:focus{
    --tw-gradient-to: #00000066 !important;
  }

  .md\:focus\:to-black-750:focus{
    --tw-gradient-to: #00000080 !important;
  }

  .md\:focus\:to-black-800:focus{
    --tw-gradient-to: #00000099 !important;
  }

  .md\:focus\:to-black-850:focus{
    --tw-gradient-to: #000000B3 !important;
  }

  .md\:focus\:to-black-900:focus{
    --tw-gradient-to: #000000CC !important;
  }

  .md\:focus\:to-black-950:focus{
    --tw-gradient-to: #000000E6 !important;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: #000000 !important;
  }

  .md\:focus\:to-red-50:focus{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .md\:focus\:to-red-100:focus{
    --tw-gradient-to: #7b2a2b !important;
  }

  .md\:focus\:to-red-200:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:focus\:to-red-300:focus{
    --tw-gradient-to: #F9597C !important;
  }

  .md\:focus\:to-red-400:focus{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .md\:focus\:to-red-500:focus{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .md\:focus\:to-red-550:focus{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .md\:focus\:to-red-600:focus{
    --tw-gradient-to: #FEFAFA !important;
  }

  .md\:focus\:to-red-650:focus{
    --tw-gradient-to: #FFE9EA !important;
  }

  .md\:focus\:to-red-700:focus{
    --tw-gradient-to: #B92823 !important;
  }

  .md\:focus\:to-red-800:focus{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .md\:focus\:to-red:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .md\:focus\:to-white-50:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .md\:focus\:to-white-100:focus{
    --tw-gradient-to: #fefefe !important;
  }

  .md\:focus\:to-white-150:focus{
    --tw-gradient-to: #fdfdfd !important;
  }

  .md\:focus\:to-white-200:focus{
    --tw-gradient-to: #fcfcfc !important;
  }

  .md\:focus\:to-white-250:focus{
    --tw-gradient-to: #fbfbfb !important;
  }

  .md\:focus\:to-white-300:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .md\:focus\:to-white-350:focus{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .md\:focus\:to-white-400:focus{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .md\:focus\:to-white-450:focus{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .md\:focus\:to-white-500:focus{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .md\:focus\:to-white-550:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .md\:focus\:to-white-600:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:focus\:to-white-650:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .md\:focus\:to-white-700:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .md\:focus\:to-white-750:focus{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .md\:focus\:to-white-800:focus{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .md\:focus\:to-white-850:focus{
    --tw-gradient-to: #efefef !important;
  }

  .md\:focus\:to-white-900:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .md\:focus\:to-white-950:focus{
    --tw-gradient-to: #ededed !important;
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .md\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb !important;
  }

  .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .md\:focus\:to-gray-150:focus{
    --tw-gradient-to: #EAECF2 !important;
  }

  .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb !important;
  }

  .md\:focus\:to-gray-250:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .md\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .md\:focus\:to-gray-350:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .md\:focus\:to-gray-450:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:focus\:to-gray-550:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .md\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .md\:focus\:to-gray-650:focus{
    --tw-gradient-to: #374151 !important;
  }

  .md\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151 !important;
  }

  .md\:focus\:to-gray-750:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .md\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .md\:focus\:to-gray-850:focus{
    --tw-gradient-to: #111827 !important;
  }

  .md\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827 !important;
  }

  .md\:focus\:to-gray-950:focus{
    --tw-gradient-to: #030712 !important;
  }

  .md\:focus\:to-gray:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .md\:focus\:to-green:focus{
    --tw-gradient-to: #5acebe !important;
  }

  .md\:focus\:to-redlight:focus{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:to-grayLight:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:focus\:to-grayDark:focus{
    --tw-gradient-to: #ddd !important;
  }

  .md\:focus\:to-borderDark:focus{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .md\:focus\:to-whiteLight:focus{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:to-secondaryLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:to-borderLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:to-secondaryDark:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:to-blackDark:focus{
    --tw-gradient-to: #333333 !important;
  }

  .md\:focus\:to-gray200:focus{
    --tw-gradient-to: #eee !important;
  }

  .md\:focus\:to-black50:focus{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .md\:focus\:to-borderGray:focus{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .md\:focus\:to-borderModal:focus{
    --tw-gradient-to: #707070 !important;
  }

  .md\:focus\:to-modalbg:focus{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:to-black80:focus{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:to-black90:focus{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:to-warning:focus{
    --tw-gradient-to: #ffc107 !important;
  }

  .md\:focus\:to-inputDark:focus{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .md\:focus\:to-black30:focus{
    --tw-gradient-to: #0000004D !important;
  }

  .md\:focus\:to-select:focus{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .md\:focus\:to-darkBlack:focus{
    --tw-gradient-to: #22232F !important;
  }

  .md\:focus\:to-borderBlack:focus{
    --tw-gradient-to: #181922 !important;
  }

  .md\:focus\:to-black95:focus{
    --tw-gradient-to: #000000F2 !important;
  }

  .md\:focus\:to-blackLight25:focus{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .md\:focus\:to-bGraylight:focus{
    --tw-gradient-to: #70707027 !important;
  }

  .md\:focus\:to-lightGray:focus{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .md\:focus\:to-lightRed:focus{
    --tw-gradient-to: #f7eae9 !important;
  }

  .md\:focus\:to-maroon:focus{
    --tw-gradient-to: #b73a33 !important;
  }

  .md\:focus\:to-footerDark:focus{
    --tw-gradient-to: #161617 !important;
  }

  .md\:focus\:to-success:focus{
    --tw-gradient-to: #28a745 !important;
  }

  .md\:focus\:to-info:focus{
    --tw-gradient-to: #17a2b8 !important;
  }

  .md\:focus\:to-danger:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .md\:focus\:to-alert:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .md\:focus\:to-success-light:focus{
    --tw-gradient-to: #d4edda !important;
  }

  .md\:focus\:to-info-light:focus{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .md\:focus\:to-warning-light:focus{
    --tw-gradient-to: #fff3cd !important;
  }

  .md\:focus\:to-danger-light:focus{
    --tw-gradient-to: #f8d7da !important;
  }

  .md\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md\:bg-50{
    background-size: 50% !important;
  }

  .md\:bg-55{
    background-size: 55% !important;
  }

  .md\:bg-75{
    background-size: 75% !important;
  }

  .md\:bg-auto{
    background-size: auto !important;
  }

  .md\:bg-cover{
    background-size: cover !important;
  }

  .md\:bg-contain{
    background-size: contain !important;
  }

  .md\:bg-fixed{
    background-attachment: fixed !important;
  }

  .md\:bg-local{
    background-attachment: local !important;
  }

  .md\:bg-scroll{
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border{
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content{
    background-clip: content-box !important;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:bg-bottom{
    background-position: bottom !important;
  }

  .md\:bg-center{
    background-position: center !important;
  }

  .md\:bg-left{
    background-position: left !important;
  }

  .md\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .md\:bg-left-top{
    background-position: left top !important;
  }

  .md\:bg-right{
    background-position: right !important;
  }

  .md\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .md\:bg-right-top{
    background-position: right top !important;
  }

  .md\:bg-top{
    background-position: top !important;
  }

  .md\:bg-repeat{
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:bg-origin-border{
    background-origin: border-box !important;
  }

  .md\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .md\:bg-origin-content{
    background-origin: content-box !important;
  }

  .md\:fill-current{
    fill: currentColor !important;
  }

  .md\:stroke-current{
    stroke: currentColor !important;
  }

  .md\:stroke-0{
    stroke-width: 0 !important;
  }

  .md\:stroke-1{
    stroke-width: 1 !important;
  }

  .md\:stroke-2{
    stroke-width: 2 !important;
  }

  .md\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:p-0{
    padding: 0px !important;
  }

  .md\:p-1{
    padding: 0.25rem !important;
  }

  .md\:p-2{
    padding: 0.5rem !important;
  }

  .md\:p-3{
    padding: 0.75rem !important;
  }

  .md\:p-4{
    padding: 1rem !important;
  }

  .md\:p-5{
    padding: 1.25rem !important;
  }

  .md\:p-6{
    padding: 1.5rem !important;
  }

  .md\:p-7{
    padding: 1.75rem !important;
  }

  .md\:p-8{
    padding: 2rem !important;
  }

  .md\:p-9{
    padding: 2.25rem !important;
  }

  .md\:p-10{
    padding: 2.5rem !important;
  }

  .md\:p-11{
    padding: 2.75rem !important;
  }

  .md\:p-12{
    padding: 3rem !important;
  }

  .md\:p-14{
    padding: 3.5rem !important;
  }

  .md\:p-16{
    padding: 4rem !important;
  }

  .md\:p-20{
    padding: 5rem !important;
  }

  .md\:p-24{
    padding: 6rem !important;
  }

  .md\:p-28{
    padding: 7rem !important;
  }

  .md\:p-32{
    padding: 8rem !important;
  }

  .md\:p-36{
    padding: 9rem !important;
  }

  .md\:p-40{
    padding: 10rem !important;
  }

  .md\:p-44{
    padding: 11rem !important;
  }

  .md\:p-48{
    padding: 12rem !important;
  }

  .md\:p-52{
    padding: 13rem !important;
  }

  .md\:p-56{
    padding: 14rem !important;
  }

  .md\:p-60{
    padding: 15rem !important;
  }

  .md\:p-64{
    padding: 16rem !important;
  }

  .md\:p-72{
    padding: 18rem !important;
  }

  .md\:p-80{
    padding: 20rem !important;
  }

  .md\:p-96{
    padding: 24rem !important;
  }

  .md\:p-px{
    padding: 1px !important;
  }

  .md\:p-0\.5{
    padding: 0.125rem !important;
  }

  .md\:p-1\.5{
    padding: 0.375rem !important;
  }

  .md\:p-2\.5{
    padding: 0.625rem !important;
  }

  .md\:p-3\.5{
    padding: 0.875rem !important;
  }

  .md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .md\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .md\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:pt-0{
    padding-top: 0px !important;
  }

  .md\:pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:pt-4{
    padding-top: 1rem !important;
  }

  .md\:pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:pt-7{
    padding-top: 1.75rem !important;
  }

  .md\:pt-8{
    padding-top: 2rem !important;
  }

  .md\:pt-9{
    padding-top: 2.25rem !important;
  }

  .md\:pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:pt-11{
    padding-top: 2.75rem !important;
  }

  .md\:pt-12{
    padding-top: 3rem !important;
  }

  .md\:pt-14{
    padding-top: 3.5rem !important;
  }

  .md\:pt-16{
    padding-top: 4rem !important;
  }

  .md\:pt-20{
    padding-top: 5rem !important;
  }

  .md\:pt-24{
    padding-top: 6rem !important;
  }

  .md\:pt-28{
    padding-top: 7rem !important;
  }

  .md\:pt-32{
    padding-top: 8rem !important;
  }

  .md\:pt-36{
    padding-top: 9rem !important;
  }

  .md\:pt-40{
    padding-top: 10rem !important;
  }

  .md\:pt-44{
    padding-top: 11rem !important;
  }

  .md\:pt-48{
    padding-top: 12rem !important;
  }

  .md\:pt-52{
    padding-top: 13rem !important;
  }

  .md\:pt-56{
    padding-top: 14rem !important;
  }

  .md\:pt-60{
    padding-top: 15rem !important;
  }

  .md\:pt-64{
    padding-top: 16rem !important;
  }

  .md\:pt-72{
    padding-top: 18rem !important;
  }

  .md\:pt-80{
    padding-top: 20rem !important;
  }

  .md\:pt-96{
    padding-top: 24rem !important;
  }

  .md\:pt-px{
    padding-top: 1px !important;
  }

  .md\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .md\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .md\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .md\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .md\:pr-0{
    padding-right: 0px !important;
  }

  .md\:pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:pr-4{
    padding-right: 1rem !important;
  }

  .md\:pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:pr-7{
    padding-right: 1.75rem !important;
  }

  .md\:pr-8{
    padding-right: 2rem !important;
  }

  .md\:pr-9{
    padding-right: 2.25rem !important;
  }

  .md\:pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:pr-11{
    padding-right: 2.75rem !important;
  }

  .md\:pr-12{
    padding-right: 3rem !important;
  }

  .md\:pr-14{
    padding-right: 3.5rem !important;
  }

  .md\:pr-16{
    padding-right: 4rem !important;
  }

  .md\:pr-20{
    padding-right: 5rem !important;
  }

  .md\:pr-24{
    padding-right: 6rem !important;
  }

  .md\:pr-28{
    padding-right: 7rem !important;
  }

  .md\:pr-32{
    padding-right: 8rem !important;
  }

  .md\:pr-36{
    padding-right: 9rem !important;
  }

  .md\:pr-40{
    padding-right: 10rem !important;
  }

  .md\:pr-44{
    padding-right: 11rem !important;
  }

  .md\:pr-48{
    padding-right: 12rem !important;
  }

  .md\:pr-52{
    padding-right: 13rem !important;
  }

  .md\:pr-56{
    padding-right: 14rem !important;
  }

  .md\:pr-60{
    padding-right: 15rem !important;
  }

  .md\:pr-64{
    padding-right: 16rem !important;
  }

  .md\:pr-72{
    padding-right: 18rem !important;
  }

  .md\:pr-80{
    padding-right: 20rem !important;
  }

  .md\:pr-96{
    padding-right: 24rem !important;
  }

  .md\:pr-px{
    padding-right: 1px !important;
  }

  .md\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .md\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .md\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .md\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .md\:pb-0{
    padding-bottom: 0px !important;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .md\:pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .md\:pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .md\:pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:pb-28{
    padding-bottom: 7rem !important;
  }

  .md\:pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:pb-36{
    padding-bottom: 9rem !important;
  }

  .md\:pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:pb-44{
    padding-bottom: 11rem !important;
  }

  .md\:pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:pb-52{
    padding-bottom: 13rem !important;
  }

  .md\:pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:pb-60{
    padding-bottom: 15rem !important;
  }

  .md\:pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:pb-72{
    padding-bottom: 18rem !important;
  }

  .md\:pb-80{
    padding-bottom: 20rem !important;
  }

  .md\:pb-96{
    padding-bottom: 24rem !important;
  }

  .md\:pb-px{
    padding-bottom: 1px !important;
  }

  .md\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .md\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .md\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .md\:pl-0{
    padding-left: 0px !important;
  }

  .md\:pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:pl-4{
    padding-left: 1rem !important;
  }

  .md\:pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:pl-7{
    padding-left: 1.75rem !important;
  }

  .md\:pl-8{
    padding-left: 2rem !important;
  }

  .md\:pl-9{
    padding-left: 2.25rem !important;
  }

  .md\:pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:pl-11{
    padding-left: 2.75rem !important;
  }

  .md\:pl-12{
    padding-left: 3rem !important;
  }

  .md\:pl-14{
    padding-left: 3.5rem !important;
  }

  .md\:pl-16{
    padding-left: 4rem !important;
  }

  .md\:pl-20{
    padding-left: 5rem !important;
  }

  .md\:pl-24{
    padding-left: 6rem !important;
  }

  .md\:pl-28{
    padding-left: 7rem !important;
  }

  .md\:pl-32{
    padding-left: 8rem !important;
  }

  .md\:pl-36{
    padding-left: 9rem !important;
  }

  .md\:pl-40{
    padding-left: 10rem !important;
  }

  .md\:pl-44{
    padding-left: 11rem !important;
  }

  .md\:pl-48{
    padding-left: 12rem !important;
  }

  .md\:pl-52{
    padding-left: 13rem !important;
  }

  .md\:pl-56{
    padding-left: 14rem !important;
  }

  .md\:pl-60{
    padding-left: 15rem !important;
  }

  .md\:pl-64{
    padding-left: 16rem !important;
  }

  .md\:pl-72{
    padding-left: 18rem !important;
  }

  .md\:pl-80{
    padding-left: 20rem !important;
  }

  .md\:pl-96{
    padding-left: 24rem !important;
  }

  .md\:pl-px{
    padding-left: 1px !important;
  }

  .md\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .md\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .md\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .md\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-right{
    text-align: right !important;
  }

  .md\:text-justify{
    text-align: justify !important;
  }

  .md\:align-baseline{
    vertical-align: baseline !important;
  }

  .md\:align-top{
    vertical-align: top !important;
  }

  .md\:align-middle{
    vertical-align: middle !important;
  }

  .md\:align-bottom{
    vertical-align: bottom !important;
  }

  .md\:align-text-top{
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md\:font-body{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .md\:font-displayRegular{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .md\:font-display{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .md\:font-displayHead{
    font-family: Conv_FontsFree-Net-SFProDisplay-Bold, sans-serif !important;
  }

  .md\:font-displayHeavy{
    font-family: Conv_FontsFree-Net-SFProDisplay-Heavy, sans-serif !important;
  }

  .md\:font-displaySemibold{
    font-family: Conv_FontsFree-Net-SFProDisplay-Semibold, sans-serif !important;
  }

  .md\:font-displayLight{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .md\:font-displayBlack{
    font-family: SFProDisplay-Black, sans-serif !important;
  }

  .md\:font-displayItalic{
    font-family: Conv_FontsFree-Net-SFProDisplay-BoldItalic, sans-serif !important;
  }

  .md\:font-displayMedium{
    font-family: display-Medium, sans-serif !important;
  }

  .md\:font-pacifico{
    font-family: Pacifico, cursive !important;
  }

  .md\:font-Lora{
    font-family: Lora, serif !important;
  }

  .md\:font-freightMedium{
    font-family: freight-medium, serif !important;
  }

  .md\:text-xxs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .md\:text-h2{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .md\:text-h3{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .md\:text-h4{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .md\:text-h1{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .md\:text-h5{
    font-size: 24px !important;
    line-height: 1.2em !important;
  }

  .md\:text-xs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .md\:text-sm{
    font-size: 14px !important;
    line-height: 1.5em !important;
  }

  .md\:text-md{
    font-size: 16px !important;
    line-height: 1.5em !important;
  }

  .md\:text-base{
    font-size: 18px !important;
    line-height: 1.5em !important;
  }

  .md\:text-lg{
    font-size: 20px !important;
    line-height: 1.5em !important;
  }

  .md\:text-xl{
    font-size: 22px !important;
    line-height: 1.5em !important;
  }

  .md\:text-2xl{
    font-size: 24px !important;
    line-height: 1.5em !important;
  }

  .md\:text-3xl{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .md\:text-4xl{
    font-size: 34px !important;
    line-height: 1.5em !important;
  }

  .md\:text-5xl{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .md\:text-6xl{
    font-size: 48px !important;
    line-height: 1.2em !important;
  }

  .md\:text-7xl{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .md\:text-8xl{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .md\:font-thin{
    font-weight: 100 !important;
  }

  .md\:font-extralight{
    font-weight: 200 !important;
  }

  .md\:font-light{
    font-weight: 300 !important;
  }

  .md\:font-normal{
    font-weight: 400 !important;
  }

  .md\:font-medium{
    font-weight: 500 !important;
  }

  .md\:font-semibold{
    font-weight: 600 !important;
  }

  .md\:font-bold{
    font-weight: 700 !important;
  }

  .md\:font-extrabold{
    font-weight: 800 !important;
  }

  .md\:font-black{
    font-weight: 900 !important;
  }

  .md\:uppercase{
    text-transform: uppercase !important;
  }

  .md\:lowercase{
    text-transform: lowercase !important;
  }

  .md\:capitalize{
    text-transform: capitalize !important;
  }

  .md\:normal-case{
    text-transform: none !important;
  }

  .md\:italic{
    font-style: italic !important;
  }

  .md\:not-italic{
    font-style: normal !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:leading-3{
    line-height: .75rem !important;
  }

  .md\:leading-4{
    line-height: 1rem !important;
  }

  .md\:leading-5{
    line-height: 1.25rem !important;
  }

  .md\:leading-6{
    line-height: 1.5rem !important;
  }

  .md\:leading-7{
    line-height: 1.75rem !important;
  }

  .md\:leading-8{
    line-height: 2rem !important;
  }

  .md\:leading-9{
    line-height: 2.25rem !important;
  }

  .md\:leading-10{
    line-height: 2.5rem !important;
  }

  .md\:leading-none{
    line-height: 1 !important;
  }

  .md\:leading-tight{
    line-height: 1.25 !important;
  }

  .md\:leading-snug{
    line-height: 1.375 !important;
  }

  .md\:leading-normal{
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .md\:leading-loose{
    line-height: 2 !important;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .md\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .md\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:text-black50{
    color: #2A2C3B80 !important;
  }

  .md\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .md\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .md\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .md\:text-black30{
    color: #0000004D !important;
  }

  .md\:text-select{
    color: #2A2C3B41 !important;
  }

  .md\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .md\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .md\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .md\:text-black95{
    color: #000000F2 !important;
  }

  .md\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .md\:text-bGraylight{
    color: #70707027 !important;
  }

  .md\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .md\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .md\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .md\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-black-650{
    color: #00000040 !important;
  }

  .md\:text-black-700{
    color: #00000066 !important;
  }

  .md\:text-black-750{
    color: #00000080 !important;
  }

  .md\:text-black-800{
    color: #00000099 !important;
  }

  .md\:text-black-850{
    color: #000000B3 !important;
  }

  .md\:text-black-900{
    color: #000000CC !important;
  }

  .md\:text-black-950{
    color: #000000E6 !important;
  }

  .md\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .group:hover .md\:group-hover\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .md\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .md\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .md\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .md\:group-hover\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black50{
    color: #2A2C3B80 !important;
  }

  .group:hover .md\:group-hover\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .group:hover .md\:group-hover\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .group:hover .md\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .md\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .md\:group-hover\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .group:hover .md\:group-hover\:text-black30{
    color: #0000004D !important;
  }

  .group:hover .md\:group-hover\:text-select{
    color: #2A2C3B41 !important;
  }

  .group:hover .md\:group-hover\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black95{
    color: #000000F2 !important;
  }

  .group:hover .md\:group-hover\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .group:hover .md\:group-hover\:text-bGraylight{
    color: #70707027 !important;
  }

  .group:hover .md\:group-hover\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .md\:group-hover\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black-650{
    color: #00000040 !important;
  }

  .group:hover .md\:group-hover\:text-black-700{
    color: #00000066 !important;
  }

  .group:hover .md\:group-hover\:text-black-750{
    color: #00000080 !important;
  }

  .group:hover .md\:group-hover\:text-black-800{
    color: #00000099 !important;
  }

  .group:hover .md\:group-hover\:text-black-850{
    color: #000000B3 !important;
  }

  .group:hover .md\:group-hover\:text-black-900{
    color: #000000CC !important;
  }

  .group:hover .md\:group-hover\:text-black-950{
    color: #000000E6 !important;
  }

  .group:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blackDarker:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-redlight:focus-within{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:focus-within\:text-grayLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-grayDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-borderDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-whiteLight:focus-within{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus-within\:text-secondaryLight:focus-within{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus-within\:text-borderLight:focus-within{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus-within\:text-secondaryDark:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:text-blackDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black50:focus-within{
    color: #2A2C3B80 !important;
  }

  .md\:focus-within\:text-borderGray:focus-within{
    color: #2A2C3B67 !important;
  }

  .md\:focus-within\:text-borderModal:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-modalbg:focus-within{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:focus-within\:text-black80:focus-within{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus-within\:text-black90:focus-within{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus-within\:text-warning:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-inputDark:focus-within{
    color: #2A2C3BCB !important;
  }

  .md\:focus-within\:text-black30:focus-within{
    color: #0000004D !important;
  }

  .md\:focus-within\:text-select:focus-within{
    color: #2A2C3B41 !important;
  }

  .md\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-darkBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-borderBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black95:focus-within{
    color: #000000F2 !important;
  }

  .md\:focus-within\:text-blackLight25:focus-within{
    color: #2A2C3B40 !important;
  }

  .md\:focus-within\:text-bGraylight:focus-within{
    color: #70707027 !important;
  }

  .md\:focus-within\:text-lightGray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lightRed:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-maroon:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-footerDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-alert:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blackLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-40:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:text-black-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black-650:focus-within{
    color: #00000040 !important;
  }

  .md\:focus-within\:text-black-700:focus-within{
    color: #00000066 !important;
  }

  .md\:focus-within\:text-black-750:focus-within{
    color: #00000080 !important;
  }

  .md\:focus-within\:text-black-800:focus-within{
    color: #00000099 !important;
  }

  .md\:focus-within\:text-black-850:focus-within{
    color: #000000B3 !important;
  }

  .md\:focus-within\:text-black-900:focus-within{
    color: #000000CC !important;
  }

  .md\:focus-within\:text-black-950:focus-within{
    color: #000000E6 !important;
  }

  .md\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blackDarker:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-redlight:hover{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:hover\:text-grayLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-grayDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-borderDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-whiteLight:hover{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:hover\:text-secondaryLight:hover{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:hover\:text-borderLight:hover{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:hover\:text-secondaryDark:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:text-blackDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black50:hover{
    color: #2A2C3B80 !important;
  }

  .md\:hover\:text-borderGray:hover{
    color: #2A2C3B67 !important;
  }

  .md\:hover\:text-borderModal:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-modalbg:hover{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:hover\:text-black80:hover{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:hover\:text-black90:hover{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:hover\:text-warning:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-inputDark:hover{
    color: #2A2C3BCB !important;
  }

  .md\:hover\:text-black30:hover{
    color: #0000004D !important;
  }

  .md\:hover\:text-select:hover{
    color: #2A2C3B41 !important;
  }

  .md\:hover\:text-orange:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-darkBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-borderBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black95:hover{
    color: #000000F2 !important;
  }

  .md\:hover\:text-blackLight25:hover{
    color: #2A2C3B40 !important;
  }

  .md\:hover\:text-bGraylight:hover{
    color: #70707027 !important;
  }

  .md\:hover\:text-lightGray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lightRed:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-maroon:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-footerDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-alert:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blackLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-40:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:text-black-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black-650:hover{
    color: #00000040 !important;
  }

  .md\:hover\:text-black-700:hover{
    color: #00000066 !important;
  }

  .md\:hover\:text-black-750:hover{
    color: #00000080 !important;
  }

  .md\:hover\:text-black-800:hover{
    color: #00000099 !important;
  }

  .md\:hover\:text-black-850:hover{
    color: #000000B3 !important;
  }

  .md\:hover\:text-black-900:hover{
    color: #000000CC !important;
  }

  .md\:hover\:text-black-950:hover{
    color: #000000E6 !important;
  }

  .md\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blackDarker:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-redlight:focus{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:text-grayLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-grayDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-borderDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-whiteLight:focus{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:text-secondaryLight:focus{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:text-borderLight:focus{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:text-secondaryDark:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:text-blackDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black50:focus{
    color: #2A2C3B80 !important;
  }

  .md\:focus\:text-borderGray:focus{
    color: #2A2C3B67 !important;
  }

  .md\:focus\:text-borderModal:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-modalbg:focus{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:text-black80:focus{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:text-black90:focus{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:text-warning:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-inputDark:focus{
    color: #2A2C3BCB !important;
  }

  .md\:focus\:text-black30:focus{
    color: #0000004D !important;
  }

  .md\:focus\:text-select:focus{
    color: #2A2C3B41 !important;
  }

  .md\:focus\:text-orange:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-darkBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-borderBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black95:focus{
    color: #000000F2 !important;
  }

  .md\:focus\:text-blackLight25:focus{
    color: #2A2C3B40 !important;
  }

  .md\:focus\:text-bGraylight:focus{
    color: #70707027 !important;
  }

  .md\:focus\:text-lightGray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lightRed:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-maroon:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-footerDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-alert:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blackLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-40:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:text-black-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black-650:focus{
    color: #00000040 !important;
  }

  .md\:focus\:text-black-700:focus{
    color: #00000066 !important;
  }

  .md\:focus\:text-black-750:focus{
    color: #00000080 !important;
  }

  .md\:focus\:text-black-800:focus{
    color: #00000099 !important;
  }

  .md\:focus\:text-black-850:focus{
    color: #000000B3 !important;
  }

  .md\:focus\:text-black-900:focus{
    color: #000000CC !important;
  }

  .md\:focus\:text-black-950:focus{
    color: #000000E6 !important;
  }

  .md\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .md\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .md\:underline{
    text-decoration: underline !important;
  }

  .md\:line-through{
    text-decoration: line-through !important;
  }

  .md\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .md\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .md\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .md\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:placeholder-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blackLight::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .md\:placeholder-blackLight:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .md\:placeholder-blackLight::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .md\:placeholder-redDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-redDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-redDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-ghostWhite::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-ghostWhite:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-ghostWhite::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-none::-moz-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-none:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-none::placeholder{
    color: transparent !important;
  }

  .md\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:placeholder-blue-200::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:placeholder-blue-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .md\:placeholder-blue-800:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .md\:placeholder-blue-800::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .md\:placeholder-blue-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-40::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:placeholder-black-40:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:placeholder-black-40::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:placeholder-black-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black-650::-moz-placeholder{
    color: #00000040 !important;
  }

  .md\:placeholder-black-650:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .md\:placeholder-black-650::placeholder{
    color: #00000040 !important;
  }

  .md\:placeholder-black-700::-moz-placeholder{
    color: #00000066 !important;
  }

  .md\:placeholder-black-700:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .md\:placeholder-black-700::placeholder{
    color: #00000066 !important;
  }

  .md\:placeholder-black-750::-moz-placeholder{
    color: #00000080 !important;
  }

  .md\:placeholder-black-750:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .md\:placeholder-black-750::placeholder{
    color: #00000080 !important;
  }

  .md\:placeholder-black-800::-moz-placeholder{
    color: #00000099 !important;
  }

  .md\:placeholder-black-800:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .md\:placeholder-black-800::placeholder{
    color: #00000099 !important;
  }

  .md\:placeholder-black-850::-moz-placeholder{
    color: #000000B3 !important;
  }

  .md\:placeholder-black-850:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .md\:placeholder-black-850::placeholder{
    color: #000000B3 !important;
  }

  .md\:placeholder-black-900::-moz-placeholder{
    color: #000000CC !important;
  }

  .md\:placeholder-black-900:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .md\:placeholder-black-900::placeholder{
    color: #000000CC !important;
  }

  .md\:placeholder-black-950::-moz-placeholder{
    color: #000000E6 !important;
  }

  .md\:placeholder-black-950:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .md\:placeholder-black-950::placeholder{
    color: #000000E6 !important;
  }

  .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-redlight::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:placeholder-redlight:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:placeholder-redlight::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:placeholder-grayLight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayLight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayLight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-whiteLight::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:placeholder-whiteLight:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:placeholder-whiteLight::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:placeholder-secondaryLight::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:placeholder-secondaryLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:placeholder-secondaryLight::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:placeholder-borderLight::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:placeholder-borderLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:placeholder-borderLight::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:placeholder-secondaryDark::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:placeholder-secondaryDark:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:placeholder-secondaryDark::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:placeholder-blackDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blackDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blackDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black50::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .md\:placeholder-black50:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .md\:placeholder-black50::placeholder{
    color: #2A2C3B80 !important;
  }

  .md\:placeholder-borderGray::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .md\:placeholder-borderGray:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .md\:placeholder-borderGray::placeholder{
    color: #2A2C3B67 !important;
  }

  .md\:placeholder-borderModal::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderModal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderModal::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-modalbg::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:placeholder-modalbg:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:placeholder-modalbg::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:placeholder-black80::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:placeholder-black80:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:placeholder-black80::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:placeholder-black90::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:placeholder-black90:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:placeholder-black90::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:placeholder-warning::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-inputDark::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .md\:placeholder-inputDark:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .md\:placeholder-inputDark::placeholder{
    color: #2A2C3BCB !important;
  }

  .md\:placeholder-black30::-moz-placeholder{
    color: #0000004D !important;
  }

  .md\:placeholder-black30:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .md\:placeholder-black30::placeholder{
    color: #0000004D !important;
  }

  .md\:placeholder-select::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .md\:placeholder-select:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .md\:placeholder-select::placeholder{
    color: #2A2C3B41 !important;
  }

  .md\:placeholder-darkBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-borderBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black95::-moz-placeholder{
    color: #000000F2 !important;
  }

  .md\:placeholder-black95:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .md\:placeholder-black95::placeholder{
    color: #000000F2 !important;
  }

  .md\:placeholder-blackLight25::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .md\:placeholder-blackLight25:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .md\:placeholder-blackLight25::placeholder{
    color: #2A2C3B40 !important;
  }

  .md\:placeholder-bGraylight::-moz-placeholder{
    color: #70707027 !important;
  }

  .md\:placeholder-bGraylight:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .md\:placeholder-bGraylight::placeholder{
    color: #70707027 !important;
  }

  .md\:placeholder-lightGray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightGray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightGray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightRed::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightRed:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightRed::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-maroon::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-maroon:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-maroon::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-footerDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-footerDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-footerDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-alert::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-alert:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-alert::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-custom::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-custom:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-custom::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darker::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darker::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-medium::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-medium::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blackLight:focus::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:placeholder-blackLight:focus:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:placeholder-blackLight:focus::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:placeholder-redDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-redDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-redDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-ghostWhite:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-ghostWhite:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-ghostWhite:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-none:focus::-moz-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-none:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-none:focus::placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:placeholder-blue-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:placeholder-blue-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-40:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:placeholder-black-40:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:placeholder-black-40:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:placeholder-black-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-650:focus::-moz-placeholder{
    color: #00000040 !important;
  }

  .md\:focus\:placeholder-black-650:focus:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .md\:focus\:placeholder-black-650:focus::placeholder{
    color: #00000040 !important;
  }

  .md\:focus\:placeholder-black-700:focus::-moz-placeholder{
    color: #00000066 !important;
  }

  .md\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .md\:focus\:placeholder-black-700:focus::placeholder{
    color: #00000066 !important;
  }

  .md\:focus\:placeholder-black-750:focus::-moz-placeholder{
    color: #00000080 !important;
  }

  .md\:focus\:placeholder-black-750:focus:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .md\:focus\:placeholder-black-750:focus::placeholder{
    color: #00000080 !important;
  }

  .md\:focus\:placeholder-black-800:focus::-moz-placeholder{
    color: #00000099 !important;
  }

  .md\:focus\:placeholder-black-800:focus:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .md\:focus\:placeholder-black-800:focus::placeholder{
    color: #00000099 !important;
  }

  .md\:focus\:placeholder-black-850:focus::-moz-placeholder{
    color: #000000B3 !important;
  }

  .md\:focus\:placeholder-black-850:focus:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .md\:focus\:placeholder-black-850:focus::placeholder{
    color: #000000B3 !important;
  }

  .md\:focus\:placeholder-black-900:focus::-moz-placeholder{
    color: #000000CC !important;
  }

  .md\:focus\:placeholder-black-900:focus:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .md\:focus\:placeholder-black-900:focus::placeholder{
    color: #000000CC !important;
  }

  .md\:focus\:placeholder-black-950:focus::-moz-placeholder{
    color: #000000E6 !important;
  }

  .md\:focus\:placeholder-black-950:focus:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .md\:focus\:placeholder-black-950:focus::placeholder{
    color: #000000E6 !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-redlight:focus::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:placeholder-redlight:focus:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:placeholder-redlight:focus::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:placeholder-grayLight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayLight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayLight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-whiteLight:focus::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:placeholder-whiteLight:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:placeholder-whiteLight:focus::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:placeholder-secondaryLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:placeholder-secondaryLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:placeholder-secondaryLight:focus::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:placeholder-borderLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:placeholder-borderLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:placeholder-borderLight:focus::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:placeholder-secondaryDark:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:placeholder-secondaryDark:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:placeholder-secondaryDark:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:placeholder-blackDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blackDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blackDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black50:focus::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .md\:focus\:placeholder-black50:focus:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .md\:focus\:placeholder-black50:focus::placeholder{
    color: #2A2C3B80 !important;
  }

  .md\:focus\:placeholder-borderGray:focus::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .md\:focus\:placeholder-borderGray:focus:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .md\:focus\:placeholder-borderGray:focus::placeholder{
    color: #2A2C3B67 !important;
  }

  .md\:focus\:placeholder-borderModal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderModal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderModal:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-modalbg:focus::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:placeholder-modalbg:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:placeholder-modalbg:focus::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:placeholder-black80:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:placeholder-black80:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:placeholder-black80:focus::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:placeholder-black90:focus::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:placeholder-black90:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:placeholder-black90:focus::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:placeholder-warning:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-inputDark:focus::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .md\:focus\:placeholder-inputDark:focus:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .md\:focus\:placeholder-inputDark:focus::placeholder{
    color: #2A2C3BCB !important;
  }

  .md\:focus\:placeholder-black30:focus::-moz-placeholder{
    color: #0000004D !important;
  }

  .md\:focus\:placeholder-black30:focus:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .md\:focus\:placeholder-black30:focus::placeholder{
    color: #0000004D !important;
  }

  .md\:focus\:placeholder-select:focus::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .md\:focus\:placeholder-select:focus:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .md\:focus\:placeholder-select:focus::placeholder{
    color: #2A2C3B41 !important;
  }

  .md\:focus\:placeholder-darkBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-borderBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black95:focus::-moz-placeholder{
    color: #000000F2 !important;
  }

  .md\:focus\:placeholder-black95:focus:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .md\:focus\:placeholder-black95:focus::placeholder{
    color: #000000F2 !important;
  }

  .md\:focus\:placeholder-blackLight25:focus::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .md\:focus\:placeholder-blackLight25:focus:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .md\:focus\:placeholder-blackLight25:focus::placeholder{
    color: #2A2C3B40 !important;
  }

  .md\:focus\:placeholder-bGraylight:focus::-moz-placeholder{
    color: #70707027 !important;
  }

  .md\:focus\:placeholder-bGraylight:focus:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .md\:focus\:placeholder-bGraylight:focus::placeholder{
    color: #70707027 !important;
  }

  .md\:focus\:placeholder-lightGray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightGray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightGray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightRed:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightRed:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightRed:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-maroon:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-maroon:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-maroon:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-footerDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-footerDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-footerDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-alert:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-alert:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-alert:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-custom:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-custom:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-custom:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darker:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darker:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-medium:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-medium:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:opacity-0{
    opacity: 0 !important;
  }

  .md\:opacity-5{
    opacity: 0.05 !important;
  }

  .md\:opacity-10{
    opacity: 0.1 !important;
  }

  .md\:opacity-20{
    opacity: 0.2 !important;
  }

  .md\:opacity-25{
    opacity: 0.25 !important;
  }

  .md\:opacity-30{
    opacity: 0.3 !important;
  }

  .md\:opacity-40{
    opacity: 0.4 !important;
  }

  .md\:opacity-50{
    opacity: 0.5 !important;
  }

  .md\:opacity-60{
    opacity: 0.6 !important;
  }

  .md\:opacity-70{
    opacity: 0.7 !important;
  }

  .md\:opacity-75{
    opacity: 0.75 !important;
  }

  .md\:opacity-80{
    opacity: 0.8 !important;
  }

  .md\:opacity-90{
    opacity: 0.9 !important;
  }

  .md\:opacity-95{
    opacity: 0.95 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .md\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .md\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .md\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .md\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .md\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .md\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .md\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .md\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .md\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .md\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .md\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .md\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .md\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .md\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .md\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .md\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .md\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .md\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .md\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .md\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .md\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .md\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .md\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .md\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .md\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .md\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-0:focus-within{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-xs:focus-within{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-card:focus-within{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-0:hover{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-xs:hover{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-md:hover{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-default:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-card:hover{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-0:focus{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-xs:focus{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-md:focus{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-default:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-card:focus{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .md\:ring-primary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blackLight{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .md\:ring-redDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-ghostWhite{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-none{
    --tw-ring-color: transparent !important;
  }

  .md\:ring-orange{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-200{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:ring-blue-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-800{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .md\:ring-blue-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-40{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .md\:ring-black-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black-650{
    --tw-ring-color: #00000040 !important;
  }

  .md\:ring-black-700{
    --tw-ring-color: #00000066 !important;
  }

  .md\:ring-black-750{
    --tw-ring-color: #00000080 !important;
  }

  .md\:ring-black-800{
    --tw-ring-color: #00000099 !important;
  }

  .md\:ring-black-850{
    --tw-ring-color: #000000B3 !important;
  }

  .md\:ring-black-900{
    --tw-ring-color: #000000CC !important;
  }

  .md\:ring-black-950{
    --tw-ring-color: #000000E6 !important;
  }

  .md\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-redlight{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .md\:ring-grayLight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-grayDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-borderDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-whiteLight{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .md\:ring-secondaryLight{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .md\:ring-borderLight{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .md\:ring-secondaryDark{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .md\:ring-blackDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black50{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .md\:ring-borderGray{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .md\:ring-borderModal{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-modalbg{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .md\:ring-black80{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .md\:ring-black90{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .md\:ring-warning{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-inputDark{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .md\:ring-black30{
    --tw-ring-color: #0000004D !important;
  }

  .md\:ring-select{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .md\:ring-darkBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-borderBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black95{
    --tw-ring-color: #000000F2 !important;
  }

  .md\:ring-blackLight25{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .md\:ring-bGraylight{
    --tw-ring-color: #70707027 !important;
  }

  .md\:ring-lightGray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lightRed{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-maroon{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-footerDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-alert{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blackLight:focus-within{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus-within\:ring-redDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-ghostWhite:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-none:focus-within{
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus-within\:ring-blue-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus-within\:ring-blue-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-40:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:ring-black-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black-650:focus-within{
    --tw-ring-color: #00000040 !important;
  }

  .md\:focus-within\:ring-black-700:focus-within{
    --tw-ring-color: #00000066 !important;
  }

  .md\:focus-within\:ring-black-750:focus-within{
    --tw-ring-color: #00000080 !important;
  }

  .md\:focus-within\:ring-black-800:focus-within{
    --tw-ring-color: #00000099 !important;
  }

  .md\:focus-within\:ring-black-850:focus-within{
    --tw-ring-color: #000000B3 !important;
  }

  .md\:focus-within\:ring-black-900:focus-within{
    --tw-ring-color: #000000CC !important;
  }

  .md\:focus-within\:ring-black-950:focus-within{
    --tw-ring-color: #000000E6 !important;
  }

  .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-redlight:focus-within{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus-within\:ring-grayLight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-grayDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-borderDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-whiteLight:focus-within{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus-within\:ring-secondaryLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus-within\:ring-borderLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus-within\:ring-secondaryDark:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:ring-blackDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black50:focus-within{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .md\:focus-within\:ring-borderGray:focus-within{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .md\:focus-within\:ring-borderModal:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-modalbg:focus-within{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus-within\:ring-black80:focus-within{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus-within\:ring-black90:focus-within{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus-within\:ring-warning:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-inputDark:focus-within{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .md\:focus-within\:ring-black30:focus-within{
    --tw-ring-color: #0000004D !important;
  }

  .md\:focus-within\:ring-select:focus-within{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .md\:focus-within\:ring-darkBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-borderBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black95:focus-within{
    --tw-ring-color: #000000F2 !important;
  }

  .md\:focus-within\:ring-blackLight25:focus-within{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .md\:focus-within\:ring-bGraylight:focus-within{
    --tw-ring-color: #70707027 !important;
  }

  .md\:focus-within\:ring-lightGray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lightRed:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-maroon:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-footerDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-alert:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blackLight:focus{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:ring-redDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-ghostWhite:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-none:focus{
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-200:focus{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:ring-blue-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-800:focus{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:ring-blue-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-40:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:ring-black-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black-650:focus{
    --tw-ring-color: #00000040 !important;
  }

  .md\:focus\:ring-black-700:focus{
    --tw-ring-color: #00000066 !important;
  }

  .md\:focus\:ring-black-750:focus{
    --tw-ring-color: #00000080 !important;
  }

  .md\:focus\:ring-black-800:focus{
    --tw-ring-color: #00000099 !important;
  }

  .md\:focus\:ring-black-850:focus{
    --tw-ring-color: #000000B3 !important;
  }

  .md\:focus\:ring-black-900:focus{
    --tw-ring-color: #000000CC !important;
  }

  .md\:focus\:ring-black-950:focus{
    --tw-ring-color: #000000E6 !important;
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-redlight:focus{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:ring-grayLight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-grayDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-borderDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-whiteLight:focus{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:ring-secondaryLight:focus{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:ring-borderLight:focus{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:ring-secondaryDark:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:ring-blackDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black50:focus{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .md\:focus\:ring-borderGray:focus{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .md\:focus\:ring-borderModal:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-modalbg:focus{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:ring-black80:focus{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:ring-black90:focus{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:ring-warning:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-inputDark:focus{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .md\:focus\:ring-black30:focus{
    --tw-ring-color: #0000004D !important;
  }

  .md\:focus\:ring-select:focus{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .md\:focus\:ring-darkBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-borderBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black95:focus{
    --tw-ring-color: #000000F2 !important;
  }

  .md\:focus\:ring-blackLight25:focus{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .md\:focus\:ring-bGraylight:focus{
    --tw-ring-color: #70707027 !important;
  }

  .md\:focus\:ring-lightGray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lightRed:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-maroon:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-footerDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-alert:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:ring-offset-primary-50{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:ring-offset-primary-100{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:ring-offset-primary-200{
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:ring-offset-primary-300{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:ring-offset-primary-400{
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:ring-offset-primary-500{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:ring-offset-primary-600{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:ring-offset-primary-700{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:ring-offset-primary-800{
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:ring-offset-primary-900{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:ring-offset-primary-950{
    --tw-ring-offset-color: #450a0a !important;
  }

  .md\:ring-offset-primary{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:ring-offset-secondary-50{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .md\:ring-offset-secondary-100{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .md\:ring-offset-secondary-200{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:ring-offset-secondary-300{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .md\:ring-offset-secondary-400{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .md\:ring-offset-secondary-500{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:ring-offset-secondary-600{
    --tw-ring-offset-color: #475569 !important;
  }

  .md\:ring-offset-secondary-700{
    --tw-ring-offset-color: #334155 !important;
  }

  .md\:ring-offset-secondary-800{
    --tw-ring-offset-color: #1e293b !important;
  }

  .md\:ring-offset-secondary-900{
    --tw-ring-offset-color: #0f172a !important;
  }

  .md\:ring-offset-secondary-950{
    --tw-ring-offset-color: #020617 !important;
  }

  .md\:ring-offset-secondary{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:ring-offset-blackLight{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .md\:ring-offset-redDark{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .md\:ring-offset-gray400{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .md\:ring-offset-ghostWhite{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .md\:ring-offset-black500{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:ring-offset-white200{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .md\:ring-offset-gray100{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .md\:ring-offset-none{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:ring-offset-orange{
    --tw-ring-offset-color: #FF626B !important;
  }

  .md\:ring-offset-pink{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .md\:ring-offset-pink100{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .md\:ring-offset-purple{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .md\:ring-offset-blue-50{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:ring-offset-blue-100{
    --tw-ring-offset-color: #22232f !important;
  }

  .md\:ring-offset-blue-150{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .md\:ring-offset-blue-200{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:ring-offset-blue-250{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .md\:ring-offset-blue-300{
    --tw-ring-offset-color: #564CFF !important;
  }

  .md\:ring-offset-blue-350{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .md\:ring-offset-blue-400{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .md\:ring-offset-blue-500{
    --tw-ring-offset-color: #0099FF !important;
  }

  .md\:ring-offset-blue-600{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .md\:ring-offset-blue-700{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .md\:ring-offset-blue-750{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .md\:ring-offset-blue-800{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .md\:ring-offset-blue-850{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .md\:ring-offset-blue-900{
    --tw-ring-offset-color: #5875DC !important;
  }

  .md\:ring-offset-blue-950{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .md\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF !important;
  }

  .md\:ring-offset-black-40{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .md\:ring-offset-black-50{
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:ring-offset-black-100{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .md\:ring-offset-black-150{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .md\:ring-offset-black-200{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .md\:ring-offset-black-250{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .md\:ring-offset-black-300{
    --tw-ring-offset-color: #737373 !important;
  }

  .md\:ring-offset-black-350{
    --tw-ring-offset-color: #525252 !important;
  }

  .md\:ring-offset-black-400{
    --tw-ring-offset-color: #404040 !important;
  }

  .md\:ring-offset-black-450{
    --tw-ring-offset-color: #262626 !important;
  }

  .md\:ring-offset-black-500{
    --tw-ring-offset-color: #333 !important;
  }

  .md\:ring-offset-black-550{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .md\:ring-offset-black-600{
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:ring-offset-black-650{
    --tw-ring-offset-color: #00000040 !important;
  }

  .md\:ring-offset-black-700{
    --tw-ring-offset-color: #00000066 !important;
  }

  .md\:ring-offset-black-750{
    --tw-ring-offset-color: #00000080 !important;
  }

  .md\:ring-offset-black-800{
    --tw-ring-offset-color: #00000099 !important;
  }

  .md\:ring-offset-black-850{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .md\:ring-offset-black-900{
    --tw-ring-offset-color: #000000CC !important;
  }

  .md\:ring-offset-black-950{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:ring-offset-red-50{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .md\:ring-offset-red-100{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .md\:ring-offset-red-200{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:ring-offset-red-300{
    --tw-ring-offset-color: #F9597C !important;
  }

  .md\:ring-offset-red-400{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .md\:ring-offset-red-500{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .md\:ring-offset-red-550{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .md\:ring-offset-red-600{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .md\:ring-offset-red-650{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .md\:ring-offset-red-700{
    --tw-ring-offset-color: #B92823 !important;
  }

  .md\:ring-offset-red-800{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .md\:ring-offset-red{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:ring-offset-white-50{
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:ring-offset-white-100{
    --tw-ring-offset-color: #fefefe !important;
  }

  .md\:ring-offset-white-150{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .md\:ring-offset-white-200{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .md\:ring-offset-white-250{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .md\:ring-offset-white-300{
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:ring-offset-white-350{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .md\:ring-offset-white-400{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .md\:ring-offset-white-450{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .md\:ring-offset-white-500{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .md\:ring-offset-white-550{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .md\:ring-offset-white-600{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:ring-offset-white-650{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .md\:ring-offset-white-700{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .md\:ring-offset-white-750{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .md\:ring-offset-white-800{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .md\:ring-offset-white-850{
    --tw-ring-offset-color: #efefef !important;
  }

  .md\:ring-offset-white-900{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .md\:ring-offset-white-950{
    --tw-ring-offset-color: #ededed !important;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .md\:ring-offset-gray-150{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .md\:ring-offset-gray-250{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .md\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .md\:ring-offset-gray-350{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .md\:ring-offset-gray-450{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:ring-offset-gray-550{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .md\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .md\:ring-offset-gray-650{
    --tw-ring-offset-color: #374151 !important;
  }

  .md\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151 !important;
  }

  .md\:ring-offset-gray-750{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .md\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .md\:ring-offset-gray-850{
    --tw-ring-offset-color: #111827 !important;
  }

  .md\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827 !important;
  }

  .md\:ring-offset-gray-950{
    --tw-ring-offset-color: #030712 !important;
  }

  .md\:ring-offset-gray{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:ring-offset-green{
    --tw-ring-offset-color: #5acebe !important;
  }

  .md\:ring-offset-redlight{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .md\:ring-offset-grayLight{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:ring-offset-grayDark{
    --tw-ring-offset-color: #ddd !important;
  }

  .md\:ring-offset-borderDark{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .md\:ring-offset-whiteLight{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .md\:ring-offset-secondaryLight{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .md\:ring-offset-borderLight{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .md\:ring-offset-secondaryDark{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .md\:ring-offset-blackDark{
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:ring-offset-gray200{
    --tw-ring-offset-color: #eee !important;
  }

  .md\:ring-offset-black50{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .md\:ring-offset-borderGray{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .md\:ring-offset-borderModal{
    --tw-ring-offset-color: #707070 !important;
  }

  .md\:ring-offset-modalbg{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .md\:ring-offset-black80{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .md\:ring-offset-black90{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .md\:ring-offset-warning{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .md\:ring-offset-inputDark{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .md\:ring-offset-black30{
    --tw-ring-offset-color: #0000004D !important;
  }

  .md\:ring-offset-select{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .md\:ring-offset-darkBlack{
    --tw-ring-offset-color: #22232F !important;
  }

  .md\:ring-offset-borderBlack{
    --tw-ring-offset-color: #181922 !important;
  }

  .md\:ring-offset-black95{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .md\:ring-offset-blackLight25{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .md\:ring-offset-bGraylight{
    --tw-ring-offset-color: #70707027 !important;
  }

  .md\:ring-offset-lightGray{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .md\:ring-offset-lightRed{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .md\:ring-offset-maroon{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .md\:ring-offset-footerDark{
    --tw-ring-offset-color: #161617 !important;
  }

  .md\:ring-offset-success{
    --tw-ring-offset-color: #28a745 !important;
  }

  .md\:ring-offset-info{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .md\:ring-offset-danger{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .md\:ring-offset-alert{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .md\:ring-offset-success-light{
    --tw-ring-offset-color: #d4edda !important;
  }

  .md\:ring-offset-info-light{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .md\:ring-offset-warning-light{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .md\:ring-offset-danger-light{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .md\:focus-within\:ring-offset-primary-50:focus-within{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:focus-within\:ring-offset-primary-100:focus-within{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:focus-within\:ring-offset-primary-200:focus-within{
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:focus-within\:ring-offset-primary-300:focus-within{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:focus-within\:ring-offset-primary-400:focus-within{
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:focus-within\:ring-offset-primary-500:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus-within\:ring-offset-primary-600:focus-within{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:focus-within\:ring-offset-primary-700:focus-within{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:focus-within\:ring-offset-primary-800:focus-within{
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:focus-within\:ring-offset-primary-900:focus-within{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:focus-within\:ring-offset-primary-950:focus-within{
    --tw-ring-offset-color: #450a0a !important;
  }

  .md\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus-within\:ring-offset-secondary-50:focus-within{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .md\:focus-within\:ring-offset-secondary-100:focus-within{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .md\:focus-within\:ring-offset-secondary-200:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus-within\:ring-offset-secondary-300:focus-within{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .md\:focus-within\:ring-offset-secondary-400:focus-within{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .md\:focus-within\:ring-offset-secondary-500:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:focus-within\:ring-offset-secondary-600:focus-within{
    --tw-ring-offset-color: #475569 !important;
  }

  .md\:focus-within\:ring-offset-secondary-700:focus-within{
    --tw-ring-offset-color: #334155 !important;
  }

  .md\:focus-within\:ring-offset-secondary-800:focus-within{
    --tw-ring-offset-color: #1e293b !important;
  }

  .md\:focus-within\:ring-offset-secondary-900:focus-within{
    --tw-ring-offset-color: #0f172a !important;
  }

  .md\:focus-within\:ring-offset-secondary-950:focus-within{
    --tw-ring-offset-color: #020617 !important;
  }

  .md\:focus-within\:ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:focus-within\:ring-offset-blackLight:focus-within{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus-within\:ring-offset-redDark:focus-within{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .md\:focus-within\:ring-offset-gray400:focus-within{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .md\:focus-within\:ring-offset-ghostWhite:focus-within{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .md\:focus-within\:ring-offset-black500:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus-within\:ring-offset-white200:focus-within{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .md\:focus-within\:ring-offset-gray100:focus-within{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .md\:focus-within\:ring-offset-none:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FF626B !important;
  }

  .md\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .md\:focus-within\:ring-offset-pink100:focus-within{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .md\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #22232f !important;
  }

  .md\:focus-within\:ring-offset-blue-150:focus-within{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus-within\:ring-offset-blue-250:focus-within{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #564CFF !important;
  }

  .md\:focus-within\:ring-offset-blue-350:focus-within{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .md\:focus-within\:ring-offset-blue-750:focus-within{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus-within\:ring-offset-blue-850:focus-within{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #5875DC !important;
  }

  .md\:focus-within\:ring-offset-blue-950:focus-within{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .md\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .md\:focus-within\:ring-offset-black-40:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:ring-offset-black-50:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .md\:focus-within\:ring-offset-black-150:focus-within{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .md\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .md\:focus-within\:ring-offset-black-250:focus-within{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .md\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: #737373 !important;
  }

  .md\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: #525252 !important;
  }

  .md\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #404040 !important;
  }

  .md\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #262626 !important;
  }

  .md\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .md\:focus-within\:ring-offset-black-550:focus-within{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .md\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:focus-within\:ring-offset-black-650:focus-within{
    --tw-ring-offset-color: #00000040 !important;
  }

  .md\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #00000066 !important;
  }

  .md\:focus-within\:ring-offset-black-750:focus-within{
    --tw-ring-offset-color: #00000080 !important;
  }

  .md\:focus-within\:ring-offset-black-800:focus-within{
    --tw-ring-offset-color: #00000099 !important;
  }

  .md\:focus-within\:ring-offset-black-850:focus-within{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .md\:focus-within\:ring-offset-black-900:focus-within{
    --tw-ring-offset-color: #000000CC !important;
  }

  .md\:focus-within\:ring-offset-black-950:focus-within{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F9597C !important;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .md\:focus-within\:ring-offset-red-550:focus-within{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .md\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B92823 !important;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .md\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus-within\:ring-offset-white-50:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:focus-within\:ring-offset-white-100:focus-within{
    --tw-ring-offset-color: #fefefe !important;
  }

  .md\:focus-within\:ring-offset-white-150:focus-within{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .md\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .md\:focus-within\:ring-offset-white-250:focus-within{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .md\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus-within\:ring-offset-white-350:focus-within{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .md\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .md\:focus-within\:ring-offset-white-450:focus-within{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .md\:focus-within\:ring-offset-white-500:focus-within{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .md\:focus-within\:ring-offset-white-550:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .md\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:focus-within\:ring-offset-white-650:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .md\:focus-within\:ring-offset-white-700:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .md\:focus-within\:ring-offset-white-750:focus-within{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .md\:focus-within\:ring-offset-white-800:focus-within{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .md\:focus-within\:ring-offset-white-850:focus-within{
    --tw-ring-offset-color: #efefef !important;
  }

  .md\:focus-within\:ring-offset-white-900:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .md\:focus-within\:ring-offset-white-950:focus-within{
    --tw-ring-offset-color: #ededed !important;
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .md\:focus-within\:ring-offset-gray-150:focus-within{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .md\:focus-within\:ring-offset-gray-250:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .md\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .md\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .md\:focus-within\:ring-offset-gray-650:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .md\:focus-within\:ring-offset-gray-750:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .md\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .md\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #030712 !important;
  }

  .md\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #5acebe !important;
  }

  .md\:focus-within\:ring-offset-redlight:focus-within{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus-within\:ring-offset-grayLight:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:focus-within\:ring-offset-grayDark:focus-within{
    --tw-ring-offset-color: #ddd !important;
  }

  .md\:focus-within\:ring-offset-borderDark:focus-within{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .md\:focus-within\:ring-offset-whiteLight:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus-within\:ring-offset-secondaryLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus-within\:ring-offset-borderLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus-within\:ring-offset-secondaryDark:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus-within\:ring-offset-blackDark:focus-within{
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:focus-within\:ring-offset-gray200:focus-within{
    --tw-ring-offset-color: #eee !important;
  }

  .md\:focus-within\:ring-offset-black50:focus-within{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .md\:focus-within\:ring-offset-borderGray:focus-within{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .md\:focus-within\:ring-offset-borderModal:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .md\:focus-within\:ring-offset-modalbg:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus-within\:ring-offset-black80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus-within\:ring-offset-black90:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .md\:focus-within\:ring-offset-inputDark:focus-within{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .md\:focus-within\:ring-offset-black30:focus-within{
    --tw-ring-offset-color: #0000004D !important;
  }

  .md\:focus-within\:ring-offset-select:focus-within{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .md\:focus-within\:ring-offset-darkBlack:focus-within{
    --tw-ring-offset-color: #22232F !important;
  }

  .md\:focus-within\:ring-offset-borderBlack:focus-within{
    --tw-ring-offset-color: #181922 !important;
  }

  .md\:focus-within\:ring-offset-black95:focus-within{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .md\:focus-within\:ring-offset-blackLight25:focus-within{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .md\:focus-within\:ring-offset-bGraylight:focus-within{
    --tw-ring-offset-color: #70707027 !important;
  }

  .md\:focus-within\:ring-offset-lightGray:focus-within{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .md\:focus-within\:ring-offset-lightRed:focus-within{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .md\:focus-within\:ring-offset-maroon:focus-within{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .md\:focus-within\:ring-offset-footerDark:focus-within{
    --tw-ring-offset-color: #161617 !important;
  }

  .md\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: #28a745 !important;
  }

  .md\:focus-within\:ring-offset-info:focus-within{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .md\:focus-within\:ring-offset-danger:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .md\:focus-within\:ring-offset-alert:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .md\:focus-within\:ring-offset-success-light:focus-within{
    --tw-ring-offset-color: #d4edda !important;
  }

  .md\:focus-within\:ring-offset-info-light:focus-within{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .md\:focus-within\:ring-offset-warning-light:focus-within{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .md\:focus-within\:ring-offset-danger-light:focus-within{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .md\:focus\:ring-offset-primary-50:focus{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:focus\:ring-offset-primary-100:focus{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:focus\:ring-offset-primary-200:focus{
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:focus\:ring-offset-primary-300:focus{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:focus\:ring-offset-primary-400:focus{
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:focus\:ring-offset-primary-500:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus\:ring-offset-primary-600:focus{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:focus\:ring-offset-primary-700:focus{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:focus\:ring-offset-primary-800:focus{
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:focus\:ring-offset-primary-900:focus{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:focus\:ring-offset-primary-950:focus{
    --tw-ring-offset-color: #450a0a !important;
  }

  .md\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus\:ring-offset-secondary-50:focus{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .md\:focus\:ring-offset-secondary-100:focus{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .md\:focus\:ring-offset-secondary-200:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus\:ring-offset-secondary-300:focus{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .md\:focus\:ring-offset-secondary-400:focus{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .md\:focus\:ring-offset-secondary-500:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:focus\:ring-offset-secondary-600:focus{
    --tw-ring-offset-color: #475569 !important;
  }

  .md\:focus\:ring-offset-secondary-700:focus{
    --tw-ring-offset-color: #334155 !important;
  }

  .md\:focus\:ring-offset-secondary-800:focus{
    --tw-ring-offset-color: #1e293b !important;
  }

  .md\:focus\:ring-offset-secondary-900:focus{
    --tw-ring-offset-color: #0f172a !important;
  }

  .md\:focus\:ring-offset-secondary-950:focus{
    --tw-ring-offset-color: #020617 !important;
  }

  .md\:focus\:ring-offset-secondary:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:focus\:ring-offset-blackLight:focus{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .md\:focus\:ring-offset-redDark:focus{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .md\:focus\:ring-offset-gray400:focus{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .md\:focus\:ring-offset-ghostWhite:focus{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .md\:focus\:ring-offset-black500:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus\:ring-offset-white200:focus{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .md\:focus\:ring-offset-gray100:focus{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .md\:focus\:ring-offset-none:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FF626B !important;
  }

  .md\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .md\:focus\:ring-offset-pink100:focus{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .md\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .md\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .md\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #22232f !important;
  }

  .md\:focus\:ring-offset-blue-150:focus{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .md\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .md\:focus\:ring-offset-blue-250:focus{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .md\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #564CFF !important;
  }

  .md\:focus\:ring-offset-blue-350:focus{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .md\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .md\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .md\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .md\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .md\:focus\:ring-offset-blue-750:focus{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .md\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .md\:focus\:ring-offset-blue-850:focus{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .md\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #5875DC !important;
  }

  .md\:focus\:ring-offset-blue-950:focus{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .md\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .md\:focus\:ring-offset-black-40:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:ring-offset-black-50:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .md\:focus\:ring-offset-black-150:focus{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .md\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .md\:focus\:ring-offset-black-250:focus{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .md\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: #737373 !important;
  }

  .md\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: #525252 !important;
  }

  .md\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #404040 !important;
  }

  .md\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #262626 !important;
  }

  .md\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .md\:focus\:ring-offset-black-550:focus{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .md\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:focus\:ring-offset-black-650:focus{
    --tw-ring-offset-color: #00000040 !important;
  }

  .md\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #00000066 !important;
  }

  .md\:focus\:ring-offset-black-750:focus{
    --tw-ring-offset-color: #00000080 !important;
  }

  .md\:focus\:ring-offset-black-800:focus{
    --tw-ring-offset-color: #00000099 !important;
  }

  .md\:focus\:ring-offset-black-850:focus{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .md\:focus\:ring-offset-black-900:focus{
    --tw-ring-offset-color: #000000CC !important;
  }

  .md\:focus\:ring-offset-black-950:focus{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .md\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .md\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F9597C !important;
  }

  .md\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .md\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .md\:focus\:ring-offset-red-550:focus{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .md\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .md\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .md\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B92823 !important;
  }

  .md\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .md\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .md\:focus\:ring-offset-white-50:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:focus\:ring-offset-white-100:focus{
    --tw-ring-offset-color: #fefefe !important;
  }

  .md\:focus\:ring-offset-white-150:focus{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .md\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .md\:focus\:ring-offset-white-250:focus{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .md\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus\:ring-offset-white-350:focus{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .md\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .md\:focus\:ring-offset-white-450:focus{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .md\:focus\:ring-offset-white-500:focus{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .md\:focus\:ring-offset-white-550:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .md\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:focus\:ring-offset-white-650:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .md\:focus\:ring-offset-white-700:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .md\:focus\:ring-offset-white-750:focus{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .md\:focus\:ring-offset-white-800:focus{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .md\:focus\:ring-offset-white-850:focus{
    --tw-ring-offset-color: #efefef !important;
  }

  .md\:focus\:ring-offset-white-900:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .md\:focus\:ring-offset-white-950:focus{
    --tw-ring-offset-color: #ededed !important;
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .md\:focus\:ring-offset-gray-150:focus{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .md\:focus\:ring-offset-gray-250:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .md\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .md\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .md\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .md\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .md\:focus\:ring-offset-gray-650:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .md\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .md\:focus\:ring-offset-gray-750:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .md\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .md\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .md\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .md\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #030712 !important;
  }

  .md\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .md\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #5acebe !important;
  }

  .md\:focus\:ring-offset-redlight:focus{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .md\:focus\:ring-offset-grayLight:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:focus\:ring-offset-grayDark:focus{
    --tw-ring-offset-color: #ddd !important;
  }

  .md\:focus\:ring-offset-borderDark:focus{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .md\:focus\:ring-offset-whiteLight:focus{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .md\:focus\:ring-offset-secondaryLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .md\:focus\:ring-offset-borderLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .md\:focus\:ring-offset-secondaryDark:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:ring-offset-blackDark:focus{
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:focus\:ring-offset-gray200:focus{
    --tw-ring-offset-color: #eee !important;
  }

  .md\:focus\:ring-offset-black50:focus{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .md\:focus\:ring-offset-borderGray:focus{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .md\:focus\:ring-offset-borderModal:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .md\:focus\:ring-offset-modalbg:focus{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .md\:focus\:ring-offset-black80:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .md\:focus\:ring-offset-black90:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .md\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .md\:focus\:ring-offset-inputDark:focus{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .md\:focus\:ring-offset-black30:focus{
    --tw-ring-offset-color: #0000004D !important;
  }

  .md\:focus\:ring-offset-select:focus{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .md\:focus\:ring-offset-darkBlack:focus{
    --tw-ring-offset-color: #22232F !important;
  }

  .md\:focus\:ring-offset-borderBlack:focus{
    --tw-ring-offset-color: #181922 !important;
  }

  .md\:focus\:ring-offset-black95:focus{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .md\:focus\:ring-offset-blackLight25:focus{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .md\:focus\:ring-offset-bGraylight:focus{
    --tw-ring-offset-color: #70707027 !important;
  }

  .md\:focus\:ring-offset-lightGray:focus{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .md\:focus\:ring-offset-lightRed:focus{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .md\:focus\:ring-offset-maroon:focus{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .md\:focus\:ring-offset-footerDark:focus{
    --tw-ring-offset-color: #161617 !important;
  }

  .md\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: #28a745 !important;
  }

  .md\:focus\:ring-offset-info:focus{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .md\:focus\:ring-offset-danger:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .md\:focus\:ring-offset-alert:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .md\:focus\:ring-offset-success-light:focus{
    --tw-ring-offset-color: #d4edda !important;
  }

  .md\:focus\:ring-offset-info-light:focus{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .md\:focus\:ring-offset-warning-light:focus{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .md\:focus\:ring-offset-danger-light:focus{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:filter-none{
    filter: none !important;
  }

  .md\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .md\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .md\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .md\:blur{
    --tw-blur: blur(8px) !important;
  }

  .md\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .md\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .md\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .md\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .md\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .md\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .md\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .md\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .md\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .md\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .md\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .md\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .md\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .md\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .md\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .md\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .md\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .md\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .md\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .md\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .md\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .md\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .md\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .md\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .md\:invert{
    --tw-invert: invert(100%) !important;
  }

  .md\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .md\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .md\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .md\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .md\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .md\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .md\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .md\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md\:transition-none{
    transition-property: none !important;
  }

  .md\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:delay-75{
    transition-delay: 75ms !important;
  }

  .md\:delay-100{
    transition-delay: 100ms !important;
  }

  .md\:delay-150{
    transition-delay: 150ms !important;
  }

  .md\:delay-200{
    transition-delay: 200ms !important;
  }

  .md\:delay-300{
    transition-delay: 300ms !important;
  }

  .md\:delay-500{
    transition-delay: 500ms !important;
  }

  .md\:delay-700{
    transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .md\:duration-75{
    transition-duration: 75ms !important;
  }

  .md\:duration-100{
    transition-duration: 100ms !important;
  }

  .md\:duration-150{
    transition-duration: 150ms !important;
  }

  .md\:duration-200{
    transition-duration: 200ms !important;
  }

  .md\:duration-300{
    transition-duration: 300ms !important;
  }

  .md\:duration-500{
    transition-duration: 500ms !important;
  }

  .md\:duration-700{
    transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .md\:ease-linear{
    transition-timing-function: linear !important;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1024px){
  .lg\: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\: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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\: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\: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\:pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:visible{
    visibility: visible !important;
  }

  .lg\:invisible{
    visibility: hidden !important;
  }

  .lg\:static{
    position: static !important;
  }

  .lg\:fixed{
    position: fixed !important;
  }

  .lg\:absolute{
    position: absolute !important;
  }

  .lg\:relative{
    position: relative !important;
  }

  .lg\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lg\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lg\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lg\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .lg\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lg\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .lg\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lg\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .lg\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lg\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lg\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lg\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lg\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lg\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .lg\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lg\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .lg\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lg\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .lg\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .lg\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .lg\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lg\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .lg\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lg\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .lg\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .lg\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .lg\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .lg\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .lg\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .lg\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .lg\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .lg\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .lg\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .lg\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .lg\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .lg\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .lg\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .lg\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .lg\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .lg\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .lg\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .lg\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .lg\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .lg\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .lg\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .lg\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .lg\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .lg\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .lg\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .lg\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .lg\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .lg\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .lg\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .lg\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .lg\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .lg\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .lg\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .lg\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .lg\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .lg\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .lg\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .lg\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .lg\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .lg\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .lg\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .lg\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .lg\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .lg\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .lg\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .lg\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .lg\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .lg\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .lg\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .lg\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .lg\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .lg\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .lg\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .lg\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .lg\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .lg\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .lg\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .lg\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .lg\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .lg\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .lg\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .lg\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .lg\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .lg\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .lg\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .lg\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .lg\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .lg\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .lg\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .lg\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .lg\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .lg\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lg\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lg\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .lg\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .lg\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .lg\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lg\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lg\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .lg\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .lg\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .lg\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lg\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lg\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lg\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lg\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lg\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lg\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lg\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .lg\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lg\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .lg\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lg\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .lg\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lg\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lg\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lg\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lg\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lg\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lg\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lg\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lg\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lg\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .lg\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .lg\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .lg\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .lg\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lg\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lg\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lg\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .lg\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lg\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .lg\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lg\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .lg\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .lg\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .lg\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lg\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .lg\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lg\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .lg\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .lg\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .lg\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lg\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .lg\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .lg\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .lg\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:top-0{
    top: 0px !important;
  }

  .lg\:top-1{
    top: 0.25rem !important;
  }

  .lg\:top-2{
    top: 0.5rem !important;
  }

  .lg\:top-3{
    top: 0.75rem !important;
  }

  .lg\:top-4{
    top: 1rem !important;
  }

  .lg\:top-5{
    top: 1.25rem !important;
  }

  .lg\:top-6{
    top: 1.5rem !important;
  }

  .lg\:top-7{
    top: 1.75rem !important;
  }

  .lg\:top-8{
    top: 2rem !important;
  }

  .lg\:top-9{
    top: 2.25rem !important;
  }

  .lg\:top-10{
    top: 2.5rem !important;
  }

  .lg\:top-11{
    top: 2.75rem !important;
  }

  .lg\:top-12{
    top: 3rem !important;
  }

  .lg\:top-14{
    top: 3.5rem !important;
  }

  .lg\:top-16{
    top: 4rem !important;
  }

  .lg\:top-20{
    top: 5rem !important;
  }

  .lg\:top-24{
    top: 6rem !important;
  }

  .lg\:top-28{
    top: 7rem !important;
  }

  .lg\:top-32{
    top: 8rem !important;
  }

  .lg\:top-36{
    top: 9rem !important;
  }

  .lg\:top-40{
    top: 10rem !important;
  }

  .lg\:top-44{
    top: 11rem !important;
  }

  .lg\:top-48{
    top: 12rem !important;
  }

  .lg\:top-52{
    top: 13rem !important;
  }

  .lg\:top-56{
    top: 14rem !important;
  }

  .lg\:top-60{
    top: 15rem !important;
  }

  .lg\:top-64{
    top: 16rem !important;
  }

  .lg\:top-72{
    top: 18rem !important;
  }

  .lg\:top-80{
    top: 20rem !important;
  }

  .lg\:top-96{
    top: 24rem !important;
  }

  .lg\:top-auto{
    top: auto !important;
  }

  .lg\:top-px{
    top: 1px !important;
  }

  .lg\:top-0\.5{
    top: 0.125rem !important;
  }

  .lg\:top-1\.5{
    top: 0.375rem !important;
  }

  .lg\:top-2\.5{
    top: 0.625rem !important;
  }

  .lg\:top-3\.5{
    top: 0.875rem !important;
  }

  .lg\:-top-0{
    top: 0px !important;
  }

  .lg\:-top-1{
    top: -0.25rem !important;
  }

  .lg\:-top-2{
    top: -0.5rem !important;
  }

  .lg\:-top-3{
    top: -0.75rem !important;
  }

  .lg\:-top-4{
    top: -1rem !important;
  }

  .lg\:-top-5{
    top: -1.25rem !important;
  }

  .lg\:-top-6{
    top: -1.5rem !important;
  }

  .lg\:-top-7{
    top: -1.75rem !important;
  }

  .lg\:-top-8{
    top: -2rem !important;
  }

  .lg\:-top-9{
    top: -2.25rem !important;
  }

  .lg\:-top-10{
    top: -2.5rem !important;
  }

  .lg\:-top-11{
    top: -2.75rem !important;
  }

  .lg\:-top-12{
    top: -3rem !important;
  }

  .lg\:-top-14{
    top: -3.5rem !important;
  }

  .lg\:-top-16{
    top: -4rem !important;
  }

  .lg\:-top-20{
    top: -5rem !important;
  }

  .lg\:-top-24{
    top: -6rem !important;
  }

  .lg\:-top-28{
    top: -7rem !important;
  }

  .lg\:-top-32{
    top: -8rem !important;
  }

  .lg\:-top-36{
    top: -9rem !important;
  }

  .lg\:-top-40{
    top: -10rem !important;
  }

  .lg\:-top-44{
    top: -11rem !important;
  }

  .lg\:-top-48{
    top: -12rem !important;
  }

  .lg\:-top-52{
    top: -13rem !important;
  }

  .lg\:-top-56{
    top: -14rem !important;
  }

  .lg\:-top-60{
    top: -15rem !important;
  }

  .lg\:-top-64{
    top: -16rem !important;
  }

  .lg\:-top-72{
    top: -18rem !important;
  }

  .lg\:-top-80{
    top: -20rem !important;
  }

  .lg\:-top-96{
    top: -24rem !important;
  }

  .lg\:-top-px{
    top: -1px !important;
  }

  .lg\:-top-0\.5{
    top: -0.125rem !important;
  }

  .lg\:-top-1\.5{
    top: -0.375rem !important;
  }

  .lg\:-top-2\.5{
    top: -0.625rem !important;
  }

  .lg\:-top-3\.5{
    top: -0.875rem !important;
  }

  .lg\:top-1\/2{
    top: 50% !important;
  }

  .lg\:top-1\/3{
    top: 33.333333% !important;
  }

  .lg\:top-2\/3{
    top: 66.666667% !important;
  }

  .lg\:top-1\/4{
    top: 25% !important;
  }

  .lg\:top-2\/4{
    top: 50% !important;
  }

  .lg\:top-3\/4{
    top: 75% !important;
  }

  .lg\:top-full{
    top: 100% !important;
  }

  .lg\:-top-1\/2{
    top: -50% !important;
  }

  .lg\:-top-1\/3{
    top: -33.333333% !important;
  }

  .lg\:-top-2\/3{
    top: -66.666667% !important;
  }

  .lg\:-top-1\/4{
    top: -25% !important;
  }

  .lg\:-top-2\/4{
    top: -50% !important;
  }

  .lg\:-top-3\/4{
    top: -75% !important;
  }

  .lg\:-top-full{
    top: -100% !important;
  }

  .lg\:right-0{
    right: 0px !important;
  }

  .lg\:right-1{
    right: 0.25rem !important;
  }

  .lg\:right-2{
    right: 0.5rem !important;
  }

  .lg\:right-3{
    right: 0.75rem !important;
  }

  .lg\:right-4{
    right: 1rem !important;
  }

  .lg\:right-5{
    right: 1.25rem !important;
  }

  .lg\:right-6{
    right: 1.5rem !important;
  }

  .lg\:right-7{
    right: 1.75rem !important;
  }

  .lg\:right-8{
    right: 2rem !important;
  }

  .lg\:right-9{
    right: 2.25rem !important;
  }

  .lg\:right-10{
    right: 2.5rem !important;
  }

  .lg\:right-11{
    right: 2.75rem !important;
  }

  .lg\:right-12{
    right: 3rem !important;
  }

  .lg\:right-14{
    right: 3.5rem !important;
  }

  .lg\:right-16{
    right: 4rem !important;
  }

  .lg\:right-20{
    right: 5rem !important;
  }

  .lg\:right-24{
    right: 6rem !important;
  }

  .lg\:right-28{
    right: 7rem !important;
  }

  .lg\:right-32{
    right: 8rem !important;
  }

  .lg\:right-36{
    right: 9rem !important;
  }

  .lg\:right-40{
    right: 10rem !important;
  }

  .lg\:right-44{
    right: 11rem !important;
  }

  .lg\:right-48{
    right: 12rem !important;
  }

  .lg\:right-52{
    right: 13rem !important;
  }

  .lg\:right-56{
    right: 14rem !important;
  }

  .lg\:right-60{
    right: 15rem !important;
  }

  .lg\:right-64{
    right: 16rem !important;
  }

  .lg\:right-72{
    right: 18rem !important;
  }

  .lg\:right-80{
    right: 20rem !important;
  }

  .lg\:right-96{
    right: 24rem !important;
  }

  .lg\:right-auto{
    right: auto !important;
  }

  .lg\:right-px{
    right: 1px !important;
  }

  .lg\:right-0\.5{
    right: 0.125rem !important;
  }

  .lg\:right-1\.5{
    right: 0.375rem !important;
  }

  .lg\:right-2\.5{
    right: 0.625rem !important;
  }

  .lg\:right-3\.5{
    right: 0.875rem !important;
  }

  .lg\:-right-0{
    right: 0px !important;
  }

  .lg\:-right-1{
    right: -0.25rem !important;
  }

  .lg\:-right-2{
    right: -0.5rem !important;
  }

  .lg\:-right-3{
    right: -0.75rem !important;
  }

  .lg\:-right-4{
    right: -1rem !important;
  }

  .lg\:-right-5{
    right: -1.25rem !important;
  }

  .lg\:-right-6{
    right: -1.5rem !important;
  }

  .lg\:-right-7{
    right: -1.75rem !important;
  }

  .lg\:-right-8{
    right: -2rem !important;
  }

  .lg\:-right-9{
    right: -2.25rem !important;
  }

  .lg\:-right-10{
    right: -2.5rem !important;
  }

  .lg\:-right-11{
    right: -2.75rem !important;
  }

  .lg\:-right-12{
    right: -3rem !important;
  }

  .lg\:-right-14{
    right: -3.5rem !important;
  }

  .lg\:-right-16{
    right: -4rem !important;
  }

  .lg\:-right-20{
    right: -5rem !important;
  }

  .lg\:-right-24{
    right: -6rem !important;
  }

  .lg\:-right-28{
    right: -7rem !important;
  }

  .lg\:-right-32{
    right: -8rem !important;
  }

  .lg\:-right-36{
    right: -9rem !important;
  }

  .lg\:-right-40{
    right: -10rem !important;
  }

  .lg\:-right-44{
    right: -11rem !important;
  }

  .lg\:-right-48{
    right: -12rem !important;
  }

  .lg\:-right-52{
    right: -13rem !important;
  }

  .lg\:-right-56{
    right: -14rem !important;
  }

  .lg\:-right-60{
    right: -15rem !important;
  }

  .lg\:-right-64{
    right: -16rem !important;
  }

  .lg\:-right-72{
    right: -18rem !important;
  }

  .lg\:-right-80{
    right: -20rem !important;
  }

  .lg\:-right-96{
    right: -24rem !important;
  }

  .lg\:-right-px{
    right: -1px !important;
  }

  .lg\:-right-0\.5{
    right: -0.125rem !important;
  }

  .lg\:-right-1\.5{
    right: -0.375rem !important;
  }

  .lg\:-right-2\.5{
    right: -0.625rem !important;
  }

  .lg\:-right-3\.5{
    right: -0.875rem !important;
  }

  .lg\:right-1\/2{
    right: 50% !important;
  }

  .lg\:right-1\/3{
    right: 33.333333% !important;
  }

  .lg\:right-2\/3{
    right: 66.666667% !important;
  }

  .lg\:right-1\/4{
    right: 25% !important;
  }

  .lg\:right-2\/4{
    right: 50% !important;
  }

  .lg\:right-3\/4{
    right: 75% !important;
  }

  .lg\:right-full{
    right: 100% !important;
  }

  .lg\:-right-1\/2{
    right: -50% !important;
  }

  .lg\:-right-1\/3{
    right: -33.333333% !important;
  }

  .lg\:-right-2\/3{
    right: -66.666667% !important;
  }

  .lg\:-right-1\/4{
    right: -25% !important;
  }

  .lg\:-right-2\/4{
    right: -50% !important;
  }

  .lg\:-right-3\/4{
    right: -75% !important;
  }

  .lg\:-right-full{
    right: -100% !important;
  }

  .lg\:bottom-0{
    bottom: 0px !important;
  }

  .lg\:bottom-1{
    bottom: 0.25rem !important;
  }

  .lg\:bottom-2{
    bottom: 0.5rem !important;
  }

  .lg\:bottom-3{
    bottom: 0.75rem !important;
  }

  .lg\:bottom-4{
    bottom: 1rem !important;
  }

  .lg\:bottom-5{
    bottom: 1.25rem !important;
  }

  .lg\:bottom-6{
    bottom: 1.5rem !important;
  }

  .lg\:bottom-7{
    bottom: 1.75rem !important;
  }

  .lg\:bottom-8{
    bottom: 2rem !important;
  }

  .lg\:bottom-9{
    bottom: 2.25rem !important;
  }

  .lg\:bottom-10{
    bottom: 2.5rem !important;
  }

  .lg\:bottom-11{
    bottom: 2.75rem !important;
  }

  .lg\:bottom-12{
    bottom: 3rem !important;
  }

  .lg\:bottom-14{
    bottom: 3.5rem !important;
  }

  .lg\:bottom-16{
    bottom: 4rem !important;
  }

  .lg\:bottom-20{
    bottom: 5rem !important;
  }

  .lg\:bottom-24{
    bottom: 6rem !important;
  }

  .lg\:bottom-28{
    bottom: 7rem !important;
  }

  .lg\:bottom-32{
    bottom: 8rem !important;
  }

  .lg\:bottom-36{
    bottom: 9rem !important;
  }

  .lg\:bottom-40{
    bottom: 10rem !important;
  }

  .lg\:bottom-44{
    bottom: 11rem !important;
  }

  .lg\:bottom-48{
    bottom: 12rem !important;
  }

  .lg\:bottom-52{
    bottom: 13rem !important;
  }

  .lg\:bottom-56{
    bottom: 14rem !important;
  }

  .lg\:bottom-60{
    bottom: 15rem !important;
  }

  .lg\:bottom-64{
    bottom: 16rem !important;
  }

  .lg\:bottom-72{
    bottom: 18rem !important;
  }

  .lg\:bottom-80{
    bottom: 20rem !important;
  }

  .lg\:bottom-96{
    bottom: 24rem !important;
  }

  .lg\:bottom-auto{
    bottom: auto !important;
  }

  .lg\:bottom-px{
    bottom: 1px !important;
  }

  .lg\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .lg\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .lg\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .lg\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .lg\:-bottom-0{
    bottom: 0px !important;
  }

  .lg\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .lg\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .lg\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .lg\:-bottom-4{
    bottom: -1rem !important;
  }

  .lg\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .lg\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .lg\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .lg\:-bottom-8{
    bottom: -2rem !important;
  }

  .lg\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .lg\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .lg\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .lg\:-bottom-12{
    bottom: -3rem !important;
  }

  .lg\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .lg\:-bottom-16{
    bottom: -4rem !important;
  }

  .lg\:-bottom-20{
    bottom: -5rem !important;
  }

  .lg\:-bottom-24{
    bottom: -6rem !important;
  }

  .lg\:-bottom-28{
    bottom: -7rem !important;
  }

  .lg\:-bottom-32{
    bottom: -8rem !important;
  }

  .lg\:-bottom-36{
    bottom: -9rem !important;
  }

  .lg\:-bottom-40{
    bottom: -10rem !important;
  }

  .lg\:-bottom-44{
    bottom: -11rem !important;
  }

  .lg\:-bottom-48{
    bottom: -12rem !important;
  }

  .lg\:-bottom-52{
    bottom: -13rem !important;
  }

  .lg\:-bottom-56{
    bottom: -14rem !important;
  }

  .lg\:-bottom-60{
    bottom: -15rem !important;
  }

  .lg\:-bottom-64{
    bottom: -16rem !important;
  }

  .lg\:-bottom-72{
    bottom: -18rem !important;
  }

  .lg\:-bottom-80{
    bottom: -20rem !important;
  }

  .lg\:-bottom-96{
    bottom: -24rem !important;
  }

  .lg\:-bottom-px{
    bottom: -1px !important;
  }

  .lg\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .lg\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .lg\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .lg\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .lg\:bottom-1\/2{
    bottom: 50% !important;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .lg\:bottom-1\/4{
    bottom: 25% !important;
  }

  .lg\:bottom-2\/4{
    bottom: 50% !important;
  }

  .lg\:bottom-3\/4{
    bottom: 75% !important;
  }

  .lg\:bottom-full{
    bottom: 100% !important;
  }

  .lg\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .lg\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .lg\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .lg\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .lg\:-bottom-full{
    bottom: -100% !important;
  }

  .lg\:left-0{
    left: 0px !important;
  }

  .lg\:left-1{
    left: 0.25rem !important;
  }

  .lg\:left-2{
    left: 0.5rem !important;
  }

  .lg\:left-3{
    left: 0.75rem !important;
  }

  .lg\:left-4{
    left: 1rem !important;
  }

  .lg\:left-5{
    left: 1.25rem !important;
  }

  .lg\:left-6{
    left: 1.5rem !important;
  }

  .lg\:left-7{
    left: 1.75rem !important;
  }

  .lg\:left-8{
    left: 2rem !important;
  }

  .lg\:left-9{
    left: 2.25rem !important;
  }

  .lg\:left-10{
    left: 2.5rem !important;
  }

  .lg\:left-11{
    left: 2.75rem !important;
  }

  .lg\:left-12{
    left: 3rem !important;
  }

  .lg\:left-14{
    left: 3.5rem !important;
  }

  .lg\:left-16{
    left: 4rem !important;
  }

  .lg\:left-20{
    left: 5rem !important;
  }

  .lg\:left-24{
    left: 6rem !important;
  }

  .lg\:left-28{
    left: 7rem !important;
  }

  .lg\:left-32{
    left: 8rem !important;
  }

  .lg\:left-36{
    left: 9rem !important;
  }

  .lg\:left-40{
    left: 10rem !important;
  }

  .lg\:left-44{
    left: 11rem !important;
  }

  .lg\:left-48{
    left: 12rem !important;
  }

  .lg\:left-52{
    left: 13rem !important;
  }

  .lg\:left-56{
    left: 14rem !important;
  }

  .lg\:left-60{
    left: 15rem !important;
  }

  .lg\:left-64{
    left: 16rem !important;
  }

  .lg\:left-72{
    left: 18rem !important;
  }

  .lg\:left-80{
    left: 20rem !important;
  }

  .lg\:left-96{
    left: 24rem !important;
  }

  .lg\:left-auto{
    left: auto !important;
  }

  .lg\:left-px{
    left: 1px !important;
  }

  .lg\:left-0\.5{
    left: 0.125rem !important;
  }

  .lg\:left-1\.5{
    left: 0.375rem !important;
  }

  .lg\:left-2\.5{
    left: 0.625rem !important;
  }

  .lg\:left-3\.5{
    left: 0.875rem !important;
  }

  .lg\:-left-0{
    left: 0px !important;
  }

  .lg\:-left-1{
    left: -0.25rem !important;
  }

  .lg\:-left-2{
    left: -0.5rem !important;
  }

  .lg\:-left-3{
    left: -0.75rem !important;
  }

  .lg\:-left-4{
    left: -1rem !important;
  }

  .lg\:-left-5{
    left: -1.25rem !important;
  }

  .lg\:-left-6{
    left: -1.5rem !important;
  }

  .lg\:-left-7{
    left: -1.75rem !important;
  }

  .lg\:-left-8{
    left: -2rem !important;
  }

  .lg\:-left-9{
    left: -2.25rem !important;
  }

  .lg\:-left-10{
    left: -2.5rem !important;
  }

  .lg\:-left-11{
    left: -2.75rem !important;
  }

  .lg\:-left-12{
    left: -3rem !important;
  }

  .lg\:-left-14{
    left: -3.5rem !important;
  }

  .lg\:-left-16{
    left: -4rem !important;
  }

  .lg\:-left-20{
    left: -5rem !important;
  }

  .lg\:-left-24{
    left: -6rem !important;
  }

  .lg\:-left-28{
    left: -7rem !important;
  }

  .lg\:-left-32{
    left: -8rem !important;
  }

  .lg\:-left-36{
    left: -9rem !important;
  }

  .lg\:-left-40{
    left: -10rem !important;
  }

  .lg\:-left-44{
    left: -11rem !important;
  }

  .lg\:-left-48{
    left: -12rem !important;
  }

  .lg\:-left-52{
    left: -13rem !important;
  }

  .lg\:-left-56{
    left: -14rem !important;
  }

  .lg\:-left-60{
    left: -15rem !important;
  }

  .lg\:-left-64{
    left: -16rem !important;
  }

  .lg\:-left-72{
    left: -18rem !important;
  }

  .lg\:-left-80{
    left: -20rem !important;
  }

  .lg\:-left-96{
    left: -24rem !important;
  }

  .lg\:-left-px{
    left: -1px !important;
  }

  .lg\:-left-0\.5{
    left: -0.125rem !important;
  }

  .lg\:-left-1\.5{
    left: -0.375rem !important;
  }

  .lg\:-left-2\.5{
    left: -0.625rem !important;
  }

  .lg\:-left-3\.5{
    left: -0.875rem !important;
  }

  .lg\:left-1\/2{
    left: 50% !important;
  }

  .lg\:left-1\/3{
    left: 33.333333% !important;
  }

  .lg\:left-2\/3{
    left: 66.666667% !important;
  }

  .lg\:left-1\/4{
    left: 25% !important;
  }

  .lg\:left-2\/4{
    left: 50% !important;
  }

  .lg\:left-3\/4{
    left: 75% !important;
  }

  .lg\:left-full{
    left: 100% !important;
  }

  .lg\:-left-1\/2{
    left: -50% !important;
  }

  .lg\:-left-1\/3{
    left: -33.333333% !important;
  }

  .lg\:-left-2\/3{
    left: -66.666667% !important;
  }

  .lg\:-left-1\/4{
    left: -25% !important;
  }

  .lg\:-left-2\/4{
    left: -50% !important;
  }

  .lg\:-left-3\/4{
    left: -75% !important;
  }

  .lg\:-left-full{
    left: -100% !important;
  }

  .lg\:isolate{
    isolation: isolate !important;
  }

  .lg\:isolation-auto{
    isolation: auto !important;
  }

  .lg\:z-0{
    z-index: 0 !important;
  }

  .lg\:z-10{
    z-index: 10 !important;
  }

  .lg\:z-20{
    z-index: 20 !important;
  }

  .lg\:z-30{
    z-index: 30 !important;
  }

  .lg\:z-40{
    z-index: 40 !important;
  }

  .lg\:z-50{
    z-index: 50 !important;
  }

  .lg\:z-auto{
    z-index: auto !important;
  }

  .lg\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .lg\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .lg\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .lg\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .lg\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .lg\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .lg\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .lg\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .lg\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .lg\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .lg\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .lg\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .lg\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .lg\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .lg\:order-1{
    order: 1 !important;
  }

  .lg\:order-2{
    order: 2 !important;
  }

  .lg\:order-3{
    order: 3 !important;
  }

  .lg\:order-4{
    order: 4 !important;
  }

  .lg\:order-5{
    order: 5 !important;
  }

  .lg\:order-6{
    order: 6 !important;
  }

  .lg\:order-7{
    order: 7 !important;
  }

  .lg\:order-8{
    order: 8 !important;
  }

  .lg\:order-9{
    order: 9 !important;
  }

  .lg\:order-10{
    order: 10 !important;
  }

  .lg\:order-11{
    order: 11 !important;
  }

  .lg\:order-12{
    order: 12 !important;
  }

  .lg\:order-first{
    order: -9999 !important;
  }

  .lg\:order-last{
    order: 9999 !important;
  }

  .lg\:order-none{
    order: 0 !important;
  }

  .lg\:col-auto{
    grid-column: auto !important;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1{
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2{
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3{
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4{
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5{
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6{
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7{
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8{
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9{
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10{
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11{
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12{
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13{
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto{
    grid-column-start: auto !important;
  }

  .lg\:col-end-1{
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2{
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3{
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4{
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5{
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6{
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7{
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8{
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9{
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10{
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11{
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12{
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13{
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto{
    grid-column-end: auto !important;
  }

  .lg\:row-auto{
    grid-row: auto !important;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1{
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2{
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3{
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4{
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5{
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6{
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7{
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto{
    grid-row-start: auto !important;
  }

  .lg\:row-end-1{
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2{
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3{
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4{
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5{
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6{
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7{
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto{
    grid-row-end: auto !important;
  }

  .lg\:float-right{
    float: right !important;
  }

  .lg\:float-left{
    float: left !important;
  }

  .lg\:float-none{
    float: none !important;
  }

  .lg\:clear-left{
    clear: left !important;
  }

  .lg\:clear-right{
    clear: right !important;
  }

  .lg\:clear-both{
    clear: both !important;
  }

  .lg\:clear-none{
    clear: none !important;
  }

  .lg\:m-0{
    margin: 0px !important;
  }

  .lg\:m-1{
    margin: 0.25rem !important;
  }

  .lg\:m-2{
    margin: 0.5rem !important;
  }

  .lg\:m-3{
    margin: 0.75rem !important;
  }

  .lg\:m-4{
    margin: 1rem !important;
  }

  .lg\:m-5{
    margin: 1.25rem !important;
  }

  .lg\:m-6{
    margin: 1.5rem !important;
  }

  .lg\:m-7{
    margin: 1.75rem !important;
  }

  .lg\:m-8{
    margin: 2rem !important;
  }

  .lg\:m-9{
    margin: 2.25rem !important;
  }

  .lg\:m-10{
    margin: 2.5rem !important;
  }

  .lg\:m-11{
    margin: 2.75rem !important;
  }

  .lg\:m-12{
    margin: 3rem !important;
  }

  .lg\:m-14{
    margin: 3.5rem !important;
  }

  .lg\:m-16{
    margin: 4rem !important;
  }

  .lg\:m-20{
    margin: 5rem !important;
  }

  .lg\:m-24{
    margin: 6rem !important;
  }

  .lg\:m-28{
    margin: 7rem !important;
  }

  .lg\:m-32{
    margin: 8rem !important;
  }

  .lg\:m-36{
    margin: 9rem !important;
  }

  .lg\:m-40{
    margin: 10rem !important;
  }

  .lg\:m-44{
    margin: 11rem !important;
  }

  .lg\:m-48{
    margin: 12rem !important;
  }

  .lg\:m-52{
    margin: 13rem !important;
  }

  .lg\:m-56{
    margin: 14rem !important;
  }

  .lg\:m-60{
    margin: 15rem !important;
  }

  .lg\:m-64{
    margin: 16rem !important;
  }

  .lg\:m-72{
    margin: 18rem !important;
  }

  .lg\:m-80{
    margin: 20rem !important;
  }

  .lg\:m-96{
    margin: 24rem !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:m-px{
    margin: 1px !important;
  }

  .lg\:m-0\.5{
    margin: 0.125rem !important;
  }

  .lg\:m-1\.5{
    margin: 0.375rem !important;
  }

  .lg\:m-2\.5{
    margin: 0.625rem !important;
  }

  .lg\:m-3\.5{
    margin: 0.875rem !important;
  }

  .lg\:-m-0{
    margin: 0px !important;
  }

  .lg\:-m-1{
    margin: -0.25rem !important;
  }

  .lg\:-m-2{
    margin: -0.5rem !important;
  }

  .lg\:-m-3{
    margin: -0.75rem !important;
  }

  .lg\:-m-4{
    margin: -1rem !important;
  }

  .lg\:-m-5{
    margin: -1.25rem !important;
  }

  .lg\:-m-6{
    margin: -1.5rem !important;
  }

  .lg\:-m-7{
    margin: -1.75rem !important;
  }

  .lg\:-m-8{
    margin: -2rem !important;
  }

  .lg\:-m-9{
    margin: -2.25rem !important;
  }

  .lg\:-m-10{
    margin: -2.5rem !important;
  }

  .lg\:-m-11{
    margin: -2.75rem !important;
  }

  .lg\:-m-12{
    margin: -3rem !important;
  }

  .lg\:-m-14{
    margin: -3.5rem !important;
  }

  .lg\:-m-16{
    margin: -4rem !important;
  }

  .lg\:-m-20{
    margin: -5rem !important;
  }

  .lg\:-m-24{
    margin: -6rem !important;
  }

  .lg\:-m-28{
    margin: -7rem !important;
  }

  .lg\:-m-32{
    margin: -8rem !important;
  }

  .lg\:-m-36{
    margin: -9rem !important;
  }

  .lg\:-m-40{
    margin: -10rem !important;
  }

  .lg\:-m-44{
    margin: -11rem !important;
  }

  .lg\:-m-48{
    margin: -12rem !important;
  }

  .lg\:-m-52{
    margin: -13rem !important;
  }

  .lg\:-m-56{
    margin: -14rem !important;
  }

  .lg\:-m-60{
    margin: -15rem !important;
  }

  .lg\:-m-64{
    margin: -16rem !important;
  }

  .lg\:-m-72{
    margin: -18rem !important;
  }

  .lg\:-m-80{
    margin: -20rem !important;
  }

  .lg\:-m-96{
    margin: -24rem !important;
  }

  .lg\:-m-px{
    margin: -1px !important;
  }

  .lg\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .lg\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .lg\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .lg\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .lg\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .lg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .lg\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .lg\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lg\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .lg\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lg\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:mt-0{
    margin-top: 0px !important;
  }

  .lg\:mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:mt-4{
    margin-top: 1rem !important;
  }

  .lg\:mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:mt-7{
    margin-top: 1.75rem !important;
  }

  .lg\:mt-8{
    margin-top: 2rem !important;
  }

  .lg\:mt-9{
    margin-top: 2.25rem !important;
  }

  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:mt-11{
    margin-top: 2.75rem !important;
  }

  .lg\:mt-12{
    margin-top: 3rem !important;
  }

  .lg\:mt-14{
    margin-top: 3.5rem !important;
  }

  .lg\:mt-16{
    margin-top: 4rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem !important;
  }

  .lg\:mt-24{
    margin-top: 6rem !important;
  }

  .lg\:mt-28{
    margin-top: 7rem !important;
  }

  .lg\:mt-32{
    margin-top: 8rem !important;
  }

  .lg\:mt-36{
    margin-top: 9rem !important;
  }

  .lg\:mt-40{
    margin-top: 10rem !important;
  }

  .lg\:mt-44{
    margin-top: 11rem !important;
  }

  .lg\:mt-48{
    margin-top: 12rem !important;
  }

  .lg\:mt-52{
    margin-top: 13rem !important;
  }

  .lg\:mt-56{
    margin-top: 14rem !important;
  }

  .lg\:mt-60{
    margin-top: 15rem !important;
  }

  .lg\:mt-64{
    margin-top: 16rem !important;
  }

  .lg\:mt-72{
    margin-top: 18rem !important;
  }

  .lg\:mt-80{
    margin-top: 20rem !important;
  }

  .lg\:mt-96{
    margin-top: 24rem !important;
  }

  .lg\:mt-auto{
    margin-top: auto !important;
  }

  .lg\:mt-px{
    margin-top: 1px !important;
  }

  .lg\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .lg\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .lg\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .lg\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .lg\:-mt-0{
    margin-top: 0px !important;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:-mt-4{
    margin-top: -1rem !important;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .lg\:-mt-8{
    margin-top: -2rem !important;
  }

  .lg\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .lg\:-mt-12{
    margin-top: -3rem !important;
  }

  .lg\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .lg\:-mt-16{
    margin-top: -4rem !important;
  }

  .lg\:-mt-20{
    margin-top: -5rem !important;
  }

  .lg\:-mt-24{
    margin-top: -6rem !important;
  }

  .lg\:-mt-28{
    margin-top: -7rem !important;
  }

  .lg\:-mt-32{
    margin-top: -8rem !important;
  }

  .lg\:-mt-36{
    margin-top: -9rem !important;
  }

  .lg\:-mt-40{
    margin-top: -10rem !important;
  }

  .lg\:-mt-44{
    margin-top: -11rem !important;
  }

  .lg\:-mt-48{
    margin-top: -12rem !important;
  }

  .lg\:-mt-52{
    margin-top: -13rem !important;
  }

  .lg\:-mt-56{
    margin-top: -14rem !important;
  }

  .lg\:-mt-60{
    margin-top: -15rem !important;
  }

  .lg\:-mt-64{
    margin-top: -16rem !important;
  }

  .lg\:-mt-72{
    margin-top: -18rem !important;
  }

  .lg\:-mt-80{
    margin-top: -20rem !important;
  }

  .lg\:-mt-96{
    margin-top: -24rem !important;
  }

  .lg\:-mt-px{
    margin-top: -1px !important;
  }

  .lg\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .lg\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .lg\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .lg\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .lg\:mr-0{
    margin-right: 0px !important;
  }

  .lg\:mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:mr-4{
    margin-right: 1rem !important;
  }

  .lg\:mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:mr-7{
    margin-right: 1.75rem !important;
  }

  .lg\:mr-8{
    margin-right: 2rem !important;
  }

  .lg\:mr-9{
    margin-right: 2.25rem !important;
  }

  .lg\:mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:mr-11{
    margin-right: 2.75rem !important;
  }

  .lg\:mr-12{
    margin-right: 3rem !important;
  }

  .lg\:mr-14{
    margin-right: 3.5rem !important;
  }

  .lg\:mr-16{
    margin-right: 4rem !important;
  }

  .lg\:mr-20{
    margin-right: 5rem !important;
  }

  .lg\:mr-24{
    margin-right: 6rem !important;
  }

  .lg\:mr-28{
    margin-right: 7rem !important;
  }

  .lg\:mr-32{
    margin-right: 8rem !important;
  }

  .lg\:mr-36{
    margin-right: 9rem !important;
  }

  .lg\:mr-40{
    margin-right: 10rem !important;
  }

  .lg\:mr-44{
    margin-right: 11rem !important;
  }

  .lg\:mr-48{
    margin-right: 12rem !important;
  }

  .lg\:mr-52{
    margin-right: 13rem !important;
  }

  .lg\:mr-56{
    margin-right: 14rem !important;
  }

  .lg\:mr-60{
    margin-right: 15rem !important;
  }

  .lg\:mr-64{
    margin-right: 16rem !important;
  }

  .lg\:mr-72{
    margin-right: 18rem !important;
  }

  .lg\:mr-80{
    margin-right: 20rem !important;
  }

  .lg\:mr-96{
    margin-right: 24rem !important;
  }

  .lg\:mr-auto{
    margin-right: auto !important;
  }

  .lg\:mr-px{
    margin-right: 1px !important;
  }

  .lg\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .lg\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .lg\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .lg\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .lg\:-mr-0{
    margin-right: 0px !important;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:-mr-4{
    margin-right: -1rem !important;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .lg\:-mr-8{
    margin-right: -2rem !important;
  }

  .lg\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .lg\:-mr-12{
    margin-right: -3rem !important;
  }

  .lg\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .lg\:-mr-16{
    margin-right: -4rem !important;
  }

  .lg\:-mr-20{
    margin-right: -5rem !important;
  }

  .lg\:-mr-24{
    margin-right: -6rem !important;
  }

  .lg\:-mr-28{
    margin-right: -7rem !important;
  }

  .lg\:-mr-32{
    margin-right: -8rem !important;
  }

  .lg\:-mr-36{
    margin-right: -9rem !important;
  }

  .lg\:-mr-40{
    margin-right: -10rem !important;
  }

  .lg\:-mr-44{
    margin-right: -11rem !important;
  }

  .lg\:-mr-48{
    margin-right: -12rem !important;
  }

  .lg\:-mr-52{
    margin-right: -13rem !important;
  }

  .lg\:-mr-56{
    margin-right: -14rem !important;
  }

  .lg\:-mr-60{
    margin-right: -15rem !important;
  }

  .lg\:-mr-64{
    margin-right: -16rem !important;
  }

  .lg\:-mr-72{
    margin-right: -18rem !important;
  }

  .lg\:-mr-80{
    margin-right: -20rem !important;
  }

  .lg\:-mr-96{
    margin-right: -24rem !important;
  }

  .lg\:-mr-px{
    margin-right: -1px !important;
  }

  .lg\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .lg\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .lg\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .lg\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .lg\:mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .lg\:mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .lg\:mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .lg\:mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:mb-28{
    margin-bottom: 7rem !important;
  }

  .lg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:mb-36{
    margin-bottom: 9rem !important;
  }

  .lg\:mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:mb-44{
    margin-bottom: 11rem !important;
  }

  .lg\:mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:mb-52{
    margin-bottom: 13rem !important;
  }

  .lg\:mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:mb-60{
    margin-bottom: 15rem !important;
  }

  .lg\:mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:mb-72{
    margin-bottom: 18rem !important;
  }

  .lg\:mb-80{
    margin-bottom: 20rem !important;
  }

  .lg\:mb-96{
    margin-bottom: 24rem !important;
  }

  .lg\:mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .lg\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .lg\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .lg\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .lg\:-mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .lg\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .lg\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .lg\:-mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .lg\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .lg\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .lg\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .lg\:ml-0{
    margin-left: 0px !important;
  }

  .lg\:ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:ml-4{
    margin-left: 1rem !important;
  }

  .lg\:ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:ml-7{
    margin-left: 1.75rem !important;
  }

  .lg\:ml-8{
    margin-left: 2rem !important;
  }

  .lg\:ml-9{
    margin-left: 2.25rem !important;
  }

  .lg\:ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:ml-11{
    margin-left: 2.75rem !important;
  }

  .lg\:ml-12{
    margin-left: 3rem !important;
  }

  .lg\:ml-14{
    margin-left: 3.5rem !important;
  }

  .lg\:ml-16{
    margin-left: 4rem !important;
  }

  .lg\:ml-20{
    margin-left: 5rem !important;
  }

  .lg\:ml-24{
    margin-left: 6rem !important;
  }

  .lg\:ml-28{
    margin-left: 7rem !important;
  }

  .lg\:ml-32{
    margin-left: 8rem !important;
  }

  .lg\:ml-36{
    margin-left: 9rem !important;
  }

  .lg\:ml-40{
    margin-left: 10rem !important;
  }

  .lg\:ml-44{
    margin-left: 11rem !important;
  }

  .lg\:ml-48{
    margin-left: 12rem !important;
  }

  .lg\:ml-52{
    margin-left: 13rem !important;
  }

  .lg\:ml-56{
    margin-left: 14rem !important;
  }

  .lg\:ml-60{
    margin-left: 15rem !important;
  }

  .lg\:ml-64{
    margin-left: 16rem !important;
  }

  .lg\:ml-72{
    margin-left: 18rem !important;
  }

  .lg\:ml-80{
    margin-left: 20rem !important;
  }

  .lg\:ml-96{
    margin-left: 24rem !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:ml-px{
    margin-left: 1px !important;
  }

  .lg\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .lg\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .lg\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .lg\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .lg\:-ml-0{
    margin-left: 0px !important;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:-ml-4{
    margin-left: -1rem !important;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .lg\:-ml-8{
    margin-left: -2rem !important;
  }

  .lg\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .lg\:-ml-12{
    margin-left: -3rem !important;
  }

  .lg\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .lg\:-ml-16{
    margin-left: -4rem !important;
  }

  .lg\:-ml-20{
    margin-left: -5rem !important;
  }

  .lg\:-ml-24{
    margin-left: -6rem !important;
  }

  .lg\:-ml-28{
    margin-left: -7rem !important;
  }

  .lg\:-ml-32{
    margin-left: -8rem !important;
  }

  .lg\:-ml-36{
    margin-left: -9rem !important;
  }

  .lg\:-ml-40{
    margin-left: -10rem !important;
  }

  .lg\:-ml-44{
    margin-left: -11rem !important;
  }

  .lg\:-ml-48{
    margin-left: -12rem !important;
  }

  .lg\:-ml-52{
    margin-left: -13rem !important;
  }

  .lg\:-ml-56{
    margin-left: -14rem !important;
  }

  .lg\:-ml-60{
    margin-left: -15rem !important;
  }

  .lg\:-ml-64{
    margin-left: -16rem !important;
  }

  .lg\:-ml-72{
    margin-left: -18rem !important;
  }

  .lg\:-ml-80{
    margin-left: -20rem !important;
  }

  .lg\:-ml-96{
    margin-left: -24rem !important;
  }

  .lg\:-ml-px{
    margin-left: -1px !important;
  }

  .lg\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .lg\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .lg\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .lg\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .lg\:box-border{
    box-sizing: border-box !important;
  }

  .lg\:box-content{
    box-sizing: content-box !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: flex !important;
  }

  .lg\:inline-flex{
    display: inline-flex !important;
  }

  .lg\:table{
    display: table !important;
  }

  .lg\:inline-table{
    display: inline-table !important;
  }

  .lg\:table-caption{
    display: table-caption !important;
  }

  .lg\:table-cell{
    display: table-cell !important;
  }

  .lg\:table-column{
    display: table-column !important;
  }

  .lg\:table-column-group{
    display: table-column-group !important;
  }

  .lg\:table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:table-header-group{
    display: table-header-group !important;
  }

  .lg\:table-row-group{
    display: table-row-group !important;
  }

  .lg\:table-row{
    display: table-row !important;
  }

  .lg\:flow-root{
    display: flow-root !important;
  }

  .lg\:grid{
    display: grid !important;
  }

  .lg\:inline-grid{
    display: inline-grid !important;
  }

  .lg\:contents{
    display: contents !important;
  }

  .lg\:list-item{
    display: list-item !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:h-0{
    height: 0px !important;
  }

  .lg\:h-1{
    height: 0.25rem !important;
  }

  .lg\:h-2{
    height: 0.5rem !important;
  }

  .lg\:h-3{
    height: 0.75rem !important;
  }

  .lg\:h-4{
    height: 1rem !important;
  }

  .lg\:h-5{
    height: 1.25rem !important;
  }

  .lg\:h-6{
    height: 1.5rem !important;
  }

  .lg\:h-7{
    height: 1.75rem !important;
  }

  .lg\:h-8{
    height: 2rem !important;
  }

  .lg\:h-9{
    height: 2.25rem !important;
  }

  .lg\:h-10{
    height: 2.5rem !important;
  }

  .lg\:h-11{
    height: 2.75rem !important;
  }

  .lg\:h-12{
    height: 3rem !important;
  }

  .lg\:h-14{
    height: 3.5rem !important;
  }

  .lg\:h-16{
    height: 4rem !important;
  }

  .lg\:h-20{
    height: 5rem !important;
  }

  .lg\:h-24{
    height: 6rem !important;
  }

  .lg\:h-28{
    height: 7rem !important;
  }

  .lg\:h-32{
    height: 8rem !important;
  }

  .lg\:h-36{
    height: 9rem !important;
  }

  .lg\:h-40{
    height: 10rem !important;
  }

  .lg\:h-44{
    height: 11rem !important;
  }

  .lg\:h-48{
    height: 12rem !important;
  }

  .lg\:h-52{
    height: 13rem !important;
  }

  .lg\:h-56{
    height: 14rem !important;
  }

  .lg\:h-60{
    height: 15rem !important;
  }

  .lg\:h-64{
    height: 16rem !important;
  }

  .lg\:h-72{
    height: 18rem !important;
  }

  .lg\:h-80{
    height: 20rem !important;
  }

  .lg\:h-96{
    height: 24rem !important;
  }

  .lg\:h-auto{
    height: auto !important;
  }

  .lg\:h-px{
    height: 1px !important;
  }

  .lg\:h-0\.5{
    height: 0.125rem !important;
  }

  .lg\:h-1\.5{
    height: 0.375rem !important;
  }

  .lg\:h-2\.5{
    height: 0.625rem !important;
  }

  .lg\:h-3\.5{
    height: 0.875rem !important;
  }

  .lg\:h-1\/2{
    height: 50% !important;
  }

  .lg\:h-1\/3{
    height: 33.333333% !important;
  }

  .lg\:h-2\/3{
    height: 66.666667% !important;
  }

  .lg\:h-1\/4{
    height: 25% !important;
  }

  .lg\:h-2\/4{
    height: 50% !important;
  }

  .lg\:h-3\/4{
    height: 75% !important;
  }

  .lg\:h-1\/5{
    height: 20% !important;
  }

  .lg\:h-2\/5{
    height: 40% !important;
  }

  .lg\:h-3\/5{
    height: 60% !important;
  }

  .lg\:h-4\/5{
    height: 80% !important;
  }

  .lg\:h-1\/6{
    height: 16.666667% !important;
  }

  .lg\:h-2\/6{
    height: 33.333333% !important;
  }

  .lg\:h-3\/6{
    height: 50% !important;
  }

  .lg\:h-4\/6{
    height: 66.666667% !important;
  }

  .lg\:h-5\/6{
    height: 83.333333% !important;
  }

  .lg\:h-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vh !important;
  }

  .lg\:max-h-0{
    max-height: 0px !important;
  }

  .lg\:max-h-1{
    max-height: 0.25rem !important;
  }

  .lg\:max-h-2{
    max-height: 0.5rem !important;
  }

  .lg\:max-h-3{
    max-height: 0.75rem !important;
  }

  .lg\:max-h-4{
    max-height: 1rem !important;
  }

  .lg\:max-h-5{
    max-height: 1.25rem !important;
  }

  .lg\:max-h-6{
    max-height: 1.5rem !important;
  }

  .lg\:max-h-7{
    max-height: 1.75rem !important;
  }

  .lg\:max-h-8{
    max-height: 2rem !important;
  }

  .lg\:max-h-9{
    max-height: 2.25rem !important;
  }

  .lg\:max-h-10{
    max-height: 2.5rem !important;
  }

  .lg\:max-h-11{
    max-height: 2.75rem !important;
  }

  .lg\:max-h-12{
    max-height: 3rem !important;
  }

  .lg\:max-h-14{
    max-height: 3.5rem !important;
  }

  .lg\:max-h-16{
    max-height: 4rem !important;
  }

  .lg\:max-h-20{
    max-height: 5rem !important;
  }

  .lg\:max-h-24{
    max-height: 6rem !important;
  }

  .lg\:max-h-28{
    max-height: 7rem !important;
  }

  .lg\:max-h-32{
    max-height: 8rem !important;
  }

  .lg\:max-h-36{
    max-height: 9rem !important;
  }

  .lg\:max-h-40{
    max-height: 10rem !important;
  }

  .lg\:max-h-44{
    max-height: 11rem !important;
  }

  .lg\:max-h-48{
    max-height: 12rem !important;
  }

  .lg\:max-h-52{
    max-height: 13rem !important;
  }

  .lg\:max-h-56{
    max-height: 14rem !important;
  }

  .lg\:max-h-60{
    max-height: 15rem !important;
  }

  .lg\:max-h-64{
    max-height: 16rem !important;
  }

  .lg\:max-h-72{
    max-height: 18rem !important;
  }

  .lg\:max-h-80{
    max-height: 20rem !important;
  }

  .lg\:max-h-96{
    max-height: 24rem !important;
  }

  .lg\:max-h-px{
    max-height: 1px !important;
  }

  .lg\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .lg\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .lg\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .lg\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:min-h-100{
    min-height: 100px !important;
  }

  .lg\:w-0{
    width: 0px !important;
  }

  .lg\:w-1{
    width: 0.25rem !important;
  }

  .lg\:w-2{
    width: 0.5rem !important;
  }

  .lg\:w-3{
    width: 0.75rem !important;
  }

  .lg\:w-4{
    width: 1rem !important;
  }

  .lg\:w-5{
    width: 1.25rem !important;
  }

  .lg\:w-6{
    width: 1.5rem !important;
  }

  .lg\:w-7{
    width: 1.75rem !important;
  }

  .lg\:w-8{
    width: 2rem !important;
  }

  .lg\:w-9{
    width: 2.25rem !important;
  }

  .lg\:w-10{
    width: 2.5rem !important;
  }

  .lg\:w-11{
    width: 2.75rem !important;
  }

  .lg\:w-12{
    width: 3rem !important;
  }

  .lg\:w-14{
    width: 3.5rem !important;
  }

  .lg\:w-16{
    width: 4rem !important;
  }

  .lg\:w-20{
    width: 5rem !important;
  }

  .lg\:w-24{
    width: 6rem !important;
  }

  .lg\:w-28{
    width: 7rem !important;
  }

  .lg\:w-32{
    width: 8rem !important;
  }

  .lg\:w-36{
    width: 9rem !important;
  }

  .lg\:w-40{
    width: 10rem !important;
  }

  .lg\:w-44{
    width: 11rem !important;
  }

  .lg\:w-48{
    width: 12rem !important;
  }

  .lg\:w-52{
    width: 13rem !important;
  }

  .lg\:w-56{
    width: 14rem !important;
  }

  .lg\:w-60{
    width: 15rem !important;
  }

  .lg\:w-64{
    width: 16rem !important;
  }

  .lg\:w-72{
    width: 18rem !important;
  }

  .lg\:w-80{
    width: 20rem !important;
  }

  .lg\:w-96{
    width: 24rem !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-px{
    width: 1px !important;
  }

  .lg\:w-0\.5{
    width: 0.125rem !important;
  }

  .lg\:w-1\.5{
    width: 0.375rem !important;
  }

  .lg\:w-2\.5{
    width: 0.625rem !important;
  }

  .lg\:w-3\.5{
    width: 0.875rem !important;
  }

  .lg\:w-1\/2{
    width: 50% !important;
  }

  .lg\:w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:w-1\/4{
    width: 25% !important;
  }

  .lg\:w-2\/4{
    width: 50% !important;
  }

  .lg\:w-3\/4{
    width: 75% !important;
  }

  .lg\:w-1\/5{
    width: 20% !important;
  }

  .lg\:w-2\/5{
    width: 40% !important;
  }

  .lg\:w-3\/5{
    width: 60% !important;
  }

  .lg\:w-4\/5{
    width: 80% !important;
  }

  .lg\:w-1\/6{
    width: 16.666667% !important;
  }

  .lg\:w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:w-3\/6{
    width: 50% !important;
  }

  .lg\:w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:w-3\/12{
    width: 25% !important;
  }

  .lg\:w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:w-6\/12{
    width: 50% !important;
  }

  .lg\:w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:w-9\/12{
    width: 75% !important;
  }

  .lg\:w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:w-full{
    width: 100% !important;
  }

  .lg\:w-screen{
    width: 100vw !important;
  }

  .lg\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:min-w-60{
    min-width: 60px !important;
  }

  .lg\:max-w-0{
    max-width: 0rem !important;
  }

  .lg\:max-w-none{
    max-width: none !important;
  }

  .lg\:max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:max-w-md{
    max-width: 28rem !important;
  }

  .lg\:max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:max-w-7xl{
    max-width: 80rem !important;
  }

  .lg\:max-w-full{
    max-width: 100% !important;
  }

  .lg\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-prose{
    max-width: 65ch !important;
  }

  .lg\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .lg\:max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .lg\:max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .lg\:flex-1{
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    flex: none !important;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .lg\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .lg\:flex-grow{
    flex-grow: 1 !important;
  }

  .lg\:table-auto{
    table-layout: auto !important;
  }

  .lg\:table-fixed{
    table-layout: fixed !important;
  }

  .lg\:border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:border-separate{
    border-collapse: separate !important;
  }

  .lg\:origin-center{
    transform-origin: center !important;
  }

  .lg\:origin-top{
    transform-origin: top !important;
  }

  .lg\:origin-top-right{
    transform-origin: top right !important;
  }

  .lg\:origin-right{
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom{
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .lg\:origin-left{
    transform-origin: left !important;
  }

  .lg\:origin-top-left{
    transform-origin: top left !important;
  }

  .lg\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-none{
    transform: none !important;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lg\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .lg\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .lg\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .lg\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .lg\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .lg\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .lg\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .lg\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .lg\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .lg\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .lg\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .lg\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .lg\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .lg\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .lg\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .lg\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .lg\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .lg\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .lg\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .lg\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .lg\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .lg\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .lg\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .lg\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .lg\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .lg\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .lg\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .lg\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .lg\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .lg\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lg\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .lg\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .lg\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .lg\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .lg\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .lg\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .lg\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .lg\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .lg\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .lg\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .lg\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .lg\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .lg\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .lg\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .lg\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .lg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .lg\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .lg\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .lg\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .lg\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .lg\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .lg\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .lg\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .lg\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .lg\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .lg\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .lg\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .lg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .lg\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .lg\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .lg\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .lg\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .lg\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .lg\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .lg\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .lg\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .lg\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .lg\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .lg\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .lg\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .lg\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .lg\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .lg\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .lg\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .lg\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .lg\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .lg\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .lg\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .lg\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .lg\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .lg\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .lg\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .lg\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .lg\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .lg\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .lg\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .lg\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .lg\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .lg\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .lg\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .lg\:cursor-auto{
    cursor: auto !important;
  }

  .lg\:cursor-default{
    cursor: default !important;
  }

  .lg\:cursor-pointer{
    cursor: pointer !important;
  }

  .lg\:cursor-wait{
    cursor: wait !important;
  }

  .lg\:cursor-text{
    cursor: text !important;
  }

  .lg\:cursor-move{
    cursor: move !important;
  }

  .lg\:cursor-help{
    cursor: help !important;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:resize-none{
    resize: none !important;
  }

  .lg\:resize-y{
    resize: vertical !important;
  }

  .lg\:resize-x{
    resize: horizontal !important;
  }

  .lg\:resize{
    resize: both !important;
  }

  .lg\:list-inside{
    list-style-position: inside !important;
  }

  .lg\:list-outside{
    list-style-position: outside !important;
  }

  .lg\:list-none{
    list-style-type: none !important;
  }

  .lg\:list-disc{
    list-style-type: disc !important;
  }

  .lg\:list-decimal{
    list-style-type: decimal !important;
  }

  .lg\:list-square{
    list-style-type: square !important;
  }

  .lg\:list-roman{
    list-style-type: upper-roman !important;
  }

  .lg\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg\:flex-row{
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .lg\:place-content-center{
    place-content: center !important;
  }

  .lg\:place-content-start{
    place-content: start !important;
  }

  .lg\:place-content-end{
    place-content: end !important;
  }

  .lg\:place-content-between{
    place-content: space-between !important;
  }

  .lg\:place-content-around{
    place-content: space-around !important;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch{
    place-content: stretch !important;
  }

  .lg\:place-items-start{
    place-items: start !important;
  }

  .lg\:place-items-end{
    place-items: end !important;
  }

  .lg\:place-items-center{
    place-items: center !important;
  }

  .lg\:place-items-stretch{
    place-items: stretch !important;
  }

  .lg\:content-center{
    align-content: center !important;
  }

  .lg\:content-start{
    align-content: flex-start !important;
  }

  .lg\:content-end{
    align-content: flex-end !important;
  }

  .lg\:content-between{
    align-content: space-between !important;
  }

  .lg\:content-around{
    align-content: space-around !important;
  }

  .lg\:content-evenly{
    align-content: space-evenly !important;
  }

  .lg\:items-start{
    align-items: flex-start !important;
  }

  .lg\:items-end{
    align-items: flex-end !important;
  }

  .lg\:items-center{
    align-items: center !important;
  }

  .lg\:items-baseline{
    align-items: baseline !important;
  }

  .lg\:items-stretch{
    align-items: stretch !important;
  }

  .lg\:justify-start{
    justify-content: flex-start !important;
  }

  .lg\:justify-end{
    justify-content: flex-end !important;
  }

  .lg\:justify-center{
    justify-content: center !important;
  }

  .lg\:justify-between{
    justify-content: space-between !important;
  }

  .lg\:justify-around{
    justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .lg\:justify-items-start{
    justify-items: start !important;
  }

  .lg\:justify-items-end{
    justify-items: end !important;
  }

  .lg\:justify-items-center{
    justify-items: center !important;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .lg\:gap-0{
    gap: 0px !important;
  }

  .lg\:gap-1{
    gap: 0.25rem !important;
  }

  .lg\:gap-2{
    gap: 0.5rem !important;
  }

  .lg\:gap-3{
    gap: 0.75rem !important;
  }

  .lg\:gap-4{
    gap: 1rem !important;
  }

  .lg\:gap-5{
    gap: 1.25rem !important;
  }

  .lg\:gap-6{
    gap: 1.5rem !important;
  }

  .lg\:gap-7{
    gap: 1.75rem !important;
  }

  .lg\:gap-8{
    gap: 2rem !important;
  }

  .lg\:gap-9{
    gap: 2.25rem !important;
  }

  .lg\:gap-10{
    gap: 2.5rem !important;
  }

  .lg\:gap-11{
    gap: 2.75rem !important;
  }

  .lg\:gap-12{
    gap: 3rem !important;
  }

  .lg\:gap-14{
    gap: 3.5rem !important;
  }

  .lg\:gap-16{
    gap: 4rem !important;
  }

  .lg\:gap-20{
    gap: 5rem !important;
  }

  .lg\:gap-24{
    gap: 6rem !important;
  }

  .lg\:gap-28{
    gap: 7rem !important;
  }

  .lg\:gap-32{
    gap: 8rem !important;
  }

  .lg\:gap-36{
    gap: 9rem !important;
  }

  .lg\:gap-40{
    gap: 10rem !important;
  }

  .lg\:gap-44{
    gap: 11rem !important;
  }

  .lg\:gap-48{
    gap: 12rem !important;
  }

  .lg\:gap-52{
    gap: 13rem !important;
  }

  .lg\:gap-56{
    gap: 14rem !important;
  }

  .lg\:gap-60{
    gap: 15rem !important;
  }

  .lg\:gap-64{
    gap: 16rem !important;
  }

  .lg\:gap-72{
    gap: 18rem !important;
  }

  .lg\:gap-80{
    gap: 20rem !important;
  }

  .lg\:gap-96{
    gap: 24rem !important;
  }

  .lg\:gap-px{
    gap: 1px !important;
  }

  .lg\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .lg\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .lg\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .lg\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-y-0{
    row-gap: 0px !important;
  }

  .lg\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4{
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-8{
    row-gap: 2rem !important;
  }

  .lg\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-12{
    row-gap: 3rem !important;
  }

  .lg\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-16{
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20{
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24{
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28{
    row-gap: 7rem !important;
  }

  .lg\:gap-y-32{
    row-gap: 8rem !important;
  }

  .lg\:gap-y-36{
    row-gap: 9rem !important;
  }

  .lg\:gap-y-40{
    row-gap: 10rem !important;
  }

  .lg\:gap-y-44{
    row-gap: 11rem !important;
  }

  .lg\:gap-y-48{
    row-gap: 12rem !important;
  }

  .lg\:gap-y-52{
    row-gap: 13rem !important;
  }

  .lg\:gap-y-56{
    row-gap: 14rem !important;
  }

  .lg\:gap-y-60{
    row-gap: 15rem !important;
  }

  .lg\:gap-y-64{
    row-gap: 16rem !important;
  }

  .lg\:gap-y-72{
    row-gap: 18rem !important;
  }

  .lg\:gap-y-80{
    row-gap: 20rem !important;
  }

  .lg\:gap-y-96{
    row-gap: 24rem !important;
  }

  .lg\:gap-y-px{
    row-gap: 1px !important;
  }

  .lg\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .lg\:divide-primary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blackLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:divide-redDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-ghostWhite > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .lg\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:divide-blue-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:divide-blue-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:divide-black-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black-650 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000040 !important;
  }

  .lg\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000066 !important;
  }

  .lg\:divide-black-750 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000080 !important;
  }

  .lg\:divide-black-800 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000099 !important;
  }

  .lg\:divide-black-850 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000B3 !important;
  }

  .lg\:divide-black-900 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000CC !important;
  }

  .lg\:divide-black-950 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000E6 !important;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-redlight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(176,42,35,.6) !important;
  }

  .lg\:divide-grayLight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-grayDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-borderDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-whiteLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:divide-secondaryLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:divide-borderLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:divide-secondaryDark > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:divide-blackDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black50 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B80 !important;
  }

  .lg\:divide-borderGray > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B67 !important;
  }

  .lg\:divide-borderModal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-modalbg > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.7) !important;
  }

  .lg\:divide-black80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:divide-black90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:divide-warning > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-inputDark > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3BCB !important;
  }

  .lg\:divide-black30 > :not([hidden]) ~ :not([hidden]){
    border-color: #0000004D !important;
  }

  .lg\:divide-select > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B41 !important;
  }

  .lg\:divide-darkBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-borderBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black95 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000F2 !important;
  }

  .lg\:divide-blackLight25 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B40 !important;
  }

  .lg\:divide-bGraylight > :not([hidden]) ~ :not([hidden]){
    border-color: #70707027 !important;
  }

  .lg\:divide-lightGray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lightRed > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-maroon > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-footerDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-alert > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .lg\:place-self-auto{
    place-self: auto !important;
  }

  .lg\:place-self-start{
    place-self: start !important;
  }

  .lg\:place-self-end{
    place-self: end !important;
  }

  .lg\:place-self-center{
    place-self: center !important;
  }

  .lg\:place-self-stretch{
    place-self: stretch !important;
  }

  .lg\:self-auto{
    align-self: auto !important;
  }

  .lg\:self-start{
    align-self: flex-start !important;
  }

  .lg\:self-end{
    align-self: flex-end !important;
  }

  .lg\:self-center{
    align-self: center !important;
  }

  .lg\:self-stretch{
    align-self: stretch !important;
  }

  .lg\:self-baseline{
    align-self: baseline !important;
  }

  .lg\:justify-self-auto{
    justify-self: auto !important;
  }

  .lg\:justify-self-start{
    justify-self: start !important;
  }

  .lg\:justify-self-end{
    justify-self: end !important;
  }

  .lg\:justify-self-center{
    justify-self: center !important;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .lg\:overflow-auto{
    overflow: auto !important;
  }

  .lg\:overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:overflow-visible{
    overflow: visible !important;
  }

  .lg\:overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lg\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .lg\:overflow-clip{
    text-overflow: clip !important;
  }

  .lg\:whitespace-normal{
    white-space: normal !important;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre{
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words{
    overflow-wrap: break-word !important;
  }

  .lg\:break-all{
    word-break: break-all !important;
  }

  .lg\:rounded-none{
    border-radius: 0 !important;
  }

  .lg\:rounded-xs{
    border-radius: 2px !important;
  }

  .lg\:rounded-sm{
    border-radius: 4px !important;
  }

  .lg\:rounded{
    border-radius: 4px !important;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-full{
    border-radius: 9999px !important;
  }

  .lg\:rounded-large{
    border-radius: 12px !important;
  }

  .lg\:rounded-3xl{
    border-radius: 20px !important;
  }

  .lg\:hover\:rounded-none:hover{
    border-radius: 0 !important;
  }

  .lg\:hover\:rounded-xs:hover{
    border-radius: 2px !important;
  }

  .lg\:hover\:rounded-sm:hover{
    border-radius: 4px !important;
  }

  .lg\:hover\:rounded:hover{
    border-radius: 4px !important;
  }

  .lg\:hover\:rounded-md:hover{
    border-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-lg:hover{
    border-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-full:hover{
    border-radius: 9999px !important;
  }

  .lg\:hover\:rounded-large:hover{
    border-radius: 12px !important;
  }

  .lg\:hover\:rounded-3xl:hover{
    border-radius: 20px !important;
  }

  .lg\:focus\:rounded-none:focus{
    border-radius: 0 !important;
  }

  .lg\:focus\:rounded-xs:focus{
    border-radius: 2px !important;
  }

  .lg\:focus\:rounded-sm:focus{
    border-radius: 4px !important;
  }

  .lg\:focus\:rounded:focus{
    border-radius: 4px !important;
  }

  .lg\:focus\:rounded-md:focus{
    border-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-lg:focus{
    border-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-full:focus{
    border-radius: 9999px !important;
  }

  .lg\:focus\:rounded-large:focus{
    border-radius: 12px !important;
  }

  .lg\:focus\:rounded-3xl:focus{
    border-radius: 20px !important;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-t-xs{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-t{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-t-large{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-r-xs{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-r{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-r-large{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-b-xs{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-b-large{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-xs{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-l{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-large{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .lg\:hover\:rounded-t-none:hover{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:hover\:rounded-t-xs:hover{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .lg\:hover\:rounded-t-sm:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-t:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-t-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-t-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-t-full:hover{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:hover\:rounded-t-large:hover{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .lg\:hover\:rounded-t-3xl:hover{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .lg\:hover\:rounded-r-none:hover{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:hover\:rounded-r-xs:hover{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .lg\:hover\:rounded-r-sm:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-r:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-r-md:hover{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-r-lg:hover{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-r-full:hover{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:hover\:rounded-r-large:hover{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .lg\:hover\:rounded-r-3xl:hover{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .lg\:hover\:rounded-b-none:hover{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:hover\:rounded-b-xs:hover{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:hover\:rounded-b-sm:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-b:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-b-md:hover{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-b-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-b-full:hover{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:hover\:rounded-b-large:hover{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:hover\:rounded-b-3xl:hover{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .lg\:hover\:rounded-l-none:hover{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:hover\:rounded-l-xs:hover{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:hover\:rounded-l-sm:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-l:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-l-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-l-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-l-full:hover{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:hover\:rounded-l-large:hover{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:hover\:rounded-l-3xl:hover{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .lg\:focus\:rounded-t-none:focus{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:focus\:rounded-t-xs:focus{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .lg\:focus\:rounded-t-sm:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-t:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-t-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-t-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-t-full:focus{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:focus\:rounded-t-large:focus{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .lg\:focus\:rounded-t-3xl:focus{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .lg\:focus\:rounded-r-none:focus{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:focus\:rounded-r-xs:focus{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .lg\:focus\:rounded-r-sm:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-r:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-r-md:focus{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-r-lg:focus{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-r-full:focus{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:focus\:rounded-r-large:focus{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .lg\:focus\:rounded-r-3xl:focus{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .lg\:focus\:rounded-b-none:focus{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:focus\:rounded-b-xs:focus{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:focus\:rounded-b-sm:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-b:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-b-md:focus{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-b-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-b-full:focus{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:focus\:rounded-b-large:focus{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:focus\:rounded-b-3xl:focus{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .lg\:focus\:rounded-l-none:focus{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:focus\:rounded-l-xs:focus{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:focus\:rounded-l-sm:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-l:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-l-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-l-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-l-full:focus{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:focus\:rounded-l-large:focus{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:focus\:rounded-l-3xl:focus{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tl-xs{
    border-top-left-radius: 2px !important;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 4px !important;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 4px !important;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-large{
    border-top-left-radius: 12px !important;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 20px !important;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-tr-xs{
    border-top-right-radius: 2px !important;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-tr-large{
    border-top-right-radius: 12px !important;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 20px !important;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-br-xs{
    border-bottom-right-radius: 2px !important;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-br-large{
    border-bottom-right-radius: 12px !important;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 20px !important;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-bl-xs{
    border-bottom-left-radius: 2px !important;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-bl-large{
    border-bottom-left-radius: 12px !important;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 20px !important;
  }

  .lg\:hover\:rounded-tl-none:hover{
    border-top-left-radius: 0 !important;
  }

  .lg\:hover\:rounded-tl-xs:hover{
    border-top-left-radius: 2px !important;
  }

  .lg\:hover\:rounded-tl-sm:hover{
    border-top-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-tl:hover{
    border-top-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-tl-md:hover{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-tl-lg:hover{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-tl-full:hover{
    border-top-left-radius: 9999px !important;
  }

  .lg\:hover\:rounded-tl-large:hover{
    border-top-left-radius: 12px !important;
  }

  .lg\:hover\:rounded-tl-3xl:hover{
    border-top-left-radius: 20px !important;
  }

  .lg\:hover\:rounded-tr-none:hover{
    border-top-right-radius: 0 !important;
  }

  .lg\:hover\:rounded-tr-xs:hover{
    border-top-right-radius: 2px !important;
  }

  .lg\:hover\:rounded-tr-sm:hover{
    border-top-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-tr:hover{
    border-top-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-tr-md:hover{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-tr-lg:hover{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-tr-full:hover{
    border-top-right-radius: 9999px !important;
  }

  .lg\:hover\:rounded-tr-large:hover{
    border-top-right-radius: 12px !important;
  }

  .lg\:hover\:rounded-tr-3xl:hover{
    border-top-right-radius: 20px !important;
  }

  .lg\:hover\:rounded-br-none:hover{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:hover\:rounded-br-xs:hover{
    border-bottom-right-radius: 2px !important;
  }

  .lg\:hover\:rounded-br-sm:hover{
    border-bottom-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-br:hover{
    border-bottom-right-radius: 4px !important;
  }

  .lg\:hover\:rounded-br-md:hover{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-br-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-br-full:hover{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:hover\:rounded-br-large:hover{
    border-bottom-right-radius: 12px !important;
  }

  .lg\:hover\:rounded-br-3xl:hover{
    border-bottom-right-radius: 20px !important;
  }

  .lg\:hover\:rounded-bl-none:hover{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:hover\:rounded-bl-xs:hover{
    border-bottom-left-radius: 2px !important;
  }

  .lg\:hover\:rounded-bl-sm:hover{
    border-bottom-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-bl:hover{
    border-bottom-left-radius: 4px !important;
  }

  .lg\:hover\:rounded-bl-md:hover{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:hover\:rounded-bl-lg:hover{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:hover\:rounded-bl-full:hover{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:hover\:rounded-bl-large:hover{
    border-bottom-left-radius: 12px !important;
  }

  .lg\:hover\:rounded-bl-3xl:hover{
    border-bottom-left-radius: 20px !important;
  }

  .lg\:focus\:rounded-tl-none:focus{
    border-top-left-radius: 0 !important;
  }

  .lg\:focus\:rounded-tl-xs:focus{
    border-top-left-radius: 2px !important;
  }

  .lg\:focus\:rounded-tl-sm:focus{
    border-top-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-tl:focus{
    border-top-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-tl-md:focus{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-tl-lg:focus{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-tl-full:focus{
    border-top-left-radius: 9999px !important;
  }

  .lg\:focus\:rounded-tl-large:focus{
    border-top-left-radius: 12px !important;
  }

  .lg\:focus\:rounded-tl-3xl:focus{
    border-top-left-radius: 20px !important;
  }

  .lg\:focus\:rounded-tr-none:focus{
    border-top-right-radius: 0 !important;
  }

  .lg\:focus\:rounded-tr-xs:focus{
    border-top-right-radius: 2px !important;
  }

  .lg\:focus\:rounded-tr-sm:focus{
    border-top-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-tr:focus{
    border-top-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-tr-md:focus{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-tr-lg:focus{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-tr-full:focus{
    border-top-right-radius: 9999px !important;
  }

  .lg\:focus\:rounded-tr-large:focus{
    border-top-right-radius: 12px !important;
  }

  .lg\:focus\:rounded-tr-3xl:focus{
    border-top-right-radius: 20px !important;
  }

  .lg\:focus\:rounded-br-none:focus{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:focus\:rounded-br-xs:focus{
    border-bottom-right-radius: 2px !important;
  }

  .lg\:focus\:rounded-br-sm:focus{
    border-bottom-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-br:focus{
    border-bottom-right-radius: 4px !important;
  }

  .lg\:focus\:rounded-br-md:focus{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-br-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-br-full:focus{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:focus\:rounded-br-large:focus{
    border-bottom-right-radius: 12px !important;
  }

  .lg\:focus\:rounded-br-3xl:focus{
    border-bottom-right-radius: 20px !important;
  }

  .lg\:focus\:rounded-bl-none:focus{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:focus\:rounded-bl-xs:focus{
    border-bottom-left-radius: 2px !important;
  }

  .lg\:focus\:rounded-bl-sm:focus{
    border-bottom-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-bl:focus{
    border-bottom-left-radius: 4px !important;
  }

  .lg\:focus\:rounded-bl-md:focus{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:focus\:rounded-bl-lg:focus{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:focus\:rounded-bl-full:focus{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:focus\:rounded-bl-large:focus{
    border-bottom-left-radius: 12px !important;
  }

  .lg\:focus\:rounded-bl-3xl:focus{
    border-bottom-left-radius: 20px !important;
  }

  .lg\:border-0{
    border-width: 0px !important;
  }

  .lg\:border-2{
    border-width: 2px !important;
  }

  .lg\:border-4{
    border-width: 4px !important;
  }

  .lg\:border-8{
    border-width: 8px !important;
  }

  .lg\:border{
    border-width: 1px !important;
  }

  .lg\:border-t-0{
    border-top-width: 0px !important;
  }

  .lg\:border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:border-t{
    border-top-width: 1px !important;
  }

  .lg\:border-r-0{
    border-right-width: 0px !important;
  }

  .lg\:border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:border-r{
    border-right-width: 1px !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-0{
    border-left-width: 0px !important;
  }

  .lg\:border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:border-l{
    border-left-width: 1px !important;
  }

  .lg\:border-solid{
    border-style: solid !important;
  }

  .lg\:border-dashed{
    border-style: dashed !important;
  }

  .lg\:border-dotted{
    border-style: dotted !important;
  }

  .lg\:border-double{
    border-style: double !important;
  }

  .lg\:border-none{
    border-style: none !important;
  }

  .lg\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:border-none{
    border-color: transparent !important;
  }

  .lg\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black-650{
    border-color: #00000040 !important;
  }

  .lg\:border-black-700{
    border-color: #00000066 !important;
  }

  .lg\:border-black-750{
    border-color: #00000080 !important;
  }

  .lg\:border-black-800{
    border-color: #00000099 !important;
  }

  .lg\:border-black-850{
    border-color: #000000B3 !important;
  }

  .lg\:border-black-900{
    border-color: #000000CC !important;
  }

  .lg\:border-black-950{
    border-color: #000000E6 !important;
  }

  .lg\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .lg\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .lg\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .lg\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .lg\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .lg\:border-black30{
    border-color: #0000004D !important;
  }

  .lg\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .lg\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black95{
    border-color: #000000F2 !important;
  }

  .lg\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .lg\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .lg\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .lg\:group-hover\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-none{
    border-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .lg\:group-hover\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black-650{
    border-color: #00000040 !important;
  }

  .group:hover .lg\:group-hover\:border-black-700{
    border-color: #00000066 !important;
  }

  .group:hover .lg\:group-hover\:border-black-750{
    border-color: #00000080 !important;
  }

  .group:hover .lg\:group-hover\:border-black-800{
    border-color: #00000099 !important;
  }

  .group:hover .lg\:group-hover\:border-black-850{
    border-color: #000000B3 !important;
  }

  .group:hover .lg\:group-hover\:border-black-900{
    border-color: #000000CC !important;
  }

  .group:hover .lg\:group-hover\:border-black-950{
    border-color: #000000E6 !important;
  }

  .group:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .lg\:group-hover\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .lg\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .lg\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .lg\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .lg\:group-hover\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .group:hover .lg\:group-hover\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .group:hover .lg\:group-hover\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .lg\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .lg\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .lg\:group-hover\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .group:hover .lg\:group-hover\:border-black30{
    border-color: #0000004D !important;
  }

  .group:hover .lg\:group-hover\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .group:hover .lg\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black95{
    border-color: #000000F2 !important;
  }

  .group:hover .lg\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .group:hover .lg\:group-hover\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .group:hover .lg\:group-hover\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blackLight:focus-within{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus-within\:border-redDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-ghostWhite:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-none:focus-within{
    border-color: transparent !important;
  }

  .lg\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-200:focus-within{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus-within\:border-blue-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-800:focus-within{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus-within\:border-blue-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-40:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:border-black-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black-650:focus-within{
    border-color: #00000040 !important;
  }

  .lg\:focus-within\:border-black-700:focus-within{
    border-color: #00000066 !important;
  }

  .lg\:focus-within\:border-black-750:focus-within{
    border-color: #00000080 !important;
  }

  .lg\:focus-within\:border-black-800:focus-within{
    border-color: #00000099 !important;
  }

  .lg\:focus-within\:border-black-850:focus-within{
    border-color: #000000B3 !important;
  }

  .lg\:focus-within\:border-black-900:focus-within{
    border-color: #000000CC !important;
  }

  .lg\:focus-within\:border-black-950:focus-within{
    border-color: #000000E6 !important;
  }

  .lg\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-redlight:focus-within{
    border-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus-within\:border-grayLight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-grayDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-borderDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-whiteLight:focus-within{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus-within\:border-secondaryLight:focus-within{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus-within\:border-borderLight:focus-within{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus-within\:border-secondaryDark:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:border-blackDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black50:focus-within{
    border-color: #2A2C3B80 !important;
  }

  .lg\:focus-within\:border-borderGray:focus-within{
    border-color: #2A2C3B67 !important;
  }

  .lg\:focus-within\:border-borderModal:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-modalbg:focus-within{
    border-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus-within\:border-black80:focus-within{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus-within\:border-black90:focus-within{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus-within\:border-warning:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-inputDark:focus-within{
    border-color: #2A2C3BCB !important;
  }

  .lg\:focus-within\:border-black30:focus-within{
    border-color: #0000004D !important;
  }

  .lg\:focus-within\:border-select:focus-within{
    border-color: #2A2C3B41 !important;
  }

  .lg\:focus-within\:border-darkBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-borderBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black95:focus-within{
    border-color: #000000F2 !important;
  }

  .lg\:focus-within\:border-blackLight25:focus-within{
    border-color: #2A2C3B40 !important;
  }

  .lg\:focus-within\:border-bGraylight:focus-within{
    border-color: #70707027 !important;
  }

  .lg\:focus-within\:border-lightGray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lightRed:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-maroon:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-footerDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-alert:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blackLight:hover{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:hover\:border-redDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-ghostWhite:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-none:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:border-orange:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-200:hover{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:hover\:border-blue-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-800:hover{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:hover\:border-blue-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-40:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:border-black-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black-650:hover{
    border-color: #00000040 !important;
  }

  .lg\:hover\:border-black-700:hover{
    border-color: #00000066 !important;
  }

  .lg\:hover\:border-black-750:hover{
    border-color: #00000080 !important;
  }

  .lg\:hover\:border-black-800:hover{
    border-color: #00000099 !important;
  }

  .lg\:hover\:border-black-850:hover{
    border-color: #000000B3 !important;
  }

  .lg\:hover\:border-black-900:hover{
    border-color: #000000CC !important;
  }

  .lg\:hover\:border-black-950:hover{
    border-color: #000000E6 !important;
  }

  .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-redlight:hover{
    border-color: rgba(176,42,35,.6) !important;
  }

  .lg\:hover\:border-grayLight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-grayDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-borderDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-whiteLight:hover{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:hover\:border-secondaryLight:hover{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:hover\:border-borderLight:hover{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:hover\:border-secondaryDark:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:border-blackDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black50:hover{
    border-color: #2A2C3B80 !important;
  }

  .lg\:hover\:border-borderGray:hover{
    border-color: #2A2C3B67 !important;
  }

  .lg\:hover\:border-borderModal:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-modalbg:hover{
    border-color: rgba(0,0,0,.7) !important;
  }

  .lg\:hover\:border-black80:hover{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:hover\:border-black90:hover{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:hover\:border-warning:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-inputDark:hover{
    border-color: #2A2C3BCB !important;
  }

  .lg\:hover\:border-black30:hover{
    border-color: #0000004D !important;
  }

  .lg\:hover\:border-select:hover{
    border-color: #2A2C3B41 !important;
  }

  .lg\:hover\:border-darkBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-borderBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black95:hover{
    border-color: #000000F2 !important;
  }

  .lg\:hover\:border-blackLight25:hover{
    border-color: #2A2C3B40 !important;
  }

  .lg\:hover\:border-bGraylight:hover{
    border-color: #70707027 !important;
  }

  .lg\:hover\:border-lightGray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lightRed:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-maroon:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-footerDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-alert:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blackLight:focus{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:border-redDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-ghostWhite:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-none:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:border-orange:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-200:focus{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:border-blue-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-800:focus{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:border-blue-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-40:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:border-black-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black-650:focus{
    border-color: #00000040 !important;
  }

  .lg\:focus\:border-black-700:focus{
    border-color: #00000066 !important;
  }

  .lg\:focus\:border-black-750:focus{
    border-color: #00000080 !important;
  }

  .lg\:focus\:border-black-800:focus{
    border-color: #00000099 !important;
  }

  .lg\:focus\:border-black-850:focus{
    border-color: #000000B3 !important;
  }

  .lg\:focus\:border-black-900:focus{
    border-color: #000000CC !important;
  }

  .lg\:focus\:border-black-950:focus{
    border-color: #000000E6 !important;
  }

  .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-redlight:focus{
    border-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:border-grayLight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-grayDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-borderDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-whiteLight:focus{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:border-secondaryLight:focus{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:border-borderLight:focus{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:border-secondaryDark:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:border-blackDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black50:focus{
    border-color: #2A2C3B80 !important;
  }

  .lg\:focus\:border-borderGray:focus{
    border-color: #2A2C3B67 !important;
  }

  .lg\:focus\:border-borderModal:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-modalbg:focus{
    border-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:border-black80:focus{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:border-black90:focus{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:border-warning:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-inputDark:focus{
    border-color: #2A2C3BCB !important;
  }

  .lg\:focus\:border-black30:focus{
    border-color: #0000004D !important;
  }

  .lg\:focus\:border-select:focus{
    border-color: #2A2C3B41 !important;
  }

  .lg\:focus\:border-darkBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-borderBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black95:focus{
    border-color: #000000F2 !important;
  }

  .lg\:focus\:border-blackLight25:focus{
    border-color: #2A2C3B40 !important;
  }

  .lg\:focus\:border-bGraylight:focus{
    border-color: #70707027 !important;
  }

  .lg\:focus\:border-lightGray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lightRed:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-maroon:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-footerDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-alert:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .lg\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .lg\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-none{
    background-color: transparent !important;
  }

  .lg\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black-650{
    background-color: #00000040 !important;
  }

  .lg\:bg-black-700{
    background-color: #00000066 !important;
  }

  .lg\:bg-black-750{
    background-color: #00000080 !important;
  }

  .lg\:bg-black-800{
    background-color: #00000099 !important;
  }

  .lg\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .lg\:bg-black-900{
    background-color: #000000CC !important;
  }

  .lg\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .lg\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .lg\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .lg\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .lg\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .lg\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .lg\:bg-black30{
    background-color: #0000004D !important;
  }

  .lg\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .lg\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black95{
    background-color: #000000F2 !important;
  }

  .lg\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .lg\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .lg\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .lg\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-none{
    background-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black-650{
    background-color: #00000040 !important;
  }

  .group:hover .lg\:group-hover\:bg-black-700{
    background-color: #00000066 !important;
  }

  .group:hover .lg\:group-hover\:bg-black-750{
    background-color: #00000080 !important;
  }

  .group:hover .lg\:group-hover\:bg-black-800{
    background-color: #00000099 !important;
  }

  .group:hover .lg\:group-hover\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .group:hover .lg\:group-hover\:bg-black-900{
    background-color: #000000CC !important;
  }

  .group:hover .lg\:group-hover\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .group:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .lg\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .lg\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .lg\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .group:hover .lg\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .group:hover .lg\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .lg\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .lg\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .group:hover .lg\:group-hover\:bg-black30{
    background-color: #0000004D !important;
  }

  .group:hover .lg\:group-hover\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .group:hover .lg\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black95{
    background-color: #000000F2 !important;
  }

  .group:hover .lg\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .group:hover .lg\:group-hover\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .group:hover .lg\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blackLight:focus-within{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus-within\:bg-redDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-ghostWhite:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-none:focus-within{
    background-color: transparent !important;
  }

  .lg\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-200:focus-within{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus-within\:bg-blue-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-800:focus-within{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus-within\:bg-blue-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-40:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:bg-black-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black-650:focus-within{
    background-color: #00000040 !important;
  }

  .lg\:focus-within\:bg-black-700:focus-within{
    background-color: #00000066 !important;
  }

  .lg\:focus-within\:bg-black-750:focus-within{
    background-color: #00000080 !important;
  }

  .lg\:focus-within\:bg-black-800:focus-within{
    background-color: #00000099 !important;
  }

  .lg\:focus-within\:bg-black-850:focus-within{
    background-color: #000000B3 !important;
  }

  .lg\:focus-within\:bg-black-900:focus-within{
    background-color: #000000CC !important;
  }

  .lg\:focus-within\:bg-black-950:focus-within{
    background-color: #000000E6 !important;
  }

  .lg\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-redlight:focus-within{
    background-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus-within\:bg-grayLight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-grayDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-borderDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-whiteLight:focus-within{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus-within\:bg-secondaryLight:focus-within{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus-within\:bg-borderLight:focus-within{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus-within\:bg-secondaryDark:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:bg-blackDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black50:focus-within{
    background-color: #2A2C3B80 !important;
  }

  .lg\:focus-within\:bg-borderGray:focus-within{
    background-color: #2A2C3B67 !important;
  }

  .lg\:focus-within\:bg-borderModal:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-modalbg:focus-within{
    background-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus-within\:bg-black80:focus-within{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus-within\:bg-black90:focus-within{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus-within\:bg-warning:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-inputDark:focus-within{
    background-color: #2A2C3BCB !important;
  }

  .lg\:focus-within\:bg-black30:focus-within{
    background-color: #0000004D !important;
  }

  .lg\:focus-within\:bg-select:focus-within{
    background-color: #2A2C3B41 !important;
  }

  .lg\:focus-within\:bg-darkBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-borderBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black95:focus-within{
    background-color: #000000F2 !important;
  }

  .lg\:focus-within\:bg-blackLight25:focus-within{
    background-color: #2A2C3B40 !important;
  }

  .lg\:focus-within\:bg-bGraylight:focus-within{
    background-color: #70707027 !important;
  }

  .lg\:focus-within\:bg-lightGray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lightRed:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-maroon:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-footerDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-alert:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blackLight:hover{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:hover\:bg-redDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-ghostWhite:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-none:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:hover\:bg-blue-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-800:hover{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:hover\:bg-blue-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-40:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:bg-black-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-650:hover{
    background-color: #00000040 !important;
  }

  .lg\:hover\:bg-black-700:hover{
    background-color: #00000066 !important;
  }

  .lg\:hover\:bg-black-750:hover{
    background-color: #00000080 !important;
  }

  .lg\:hover\:bg-black-800:hover{
    background-color: #00000099 !important;
  }

  .lg\:hover\:bg-black-850:hover{
    background-color: #000000B3 !important;
  }

  .lg\:hover\:bg-black-900:hover{
    background-color: #000000CC !important;
  }

  .lg\:hover\:bg-black-950:hover{
    background-color: #000000E6 !important;
  }

  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-redlight:hover{
    background-color: rgba(176,42,35,.6) !important;
  }

  .lg\:hover\:bg-grayLight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-grayDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-borderDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-whiteLight:hover{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:hover\:bg-secondaryLight:hover{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:hover\:bg-borderLight:hover{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:hover\:bg-secondaryDark:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:bg-blackDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black50:hover{
    background-color: #2A2C3B80 !important;
  }

  .lg\:hover\:bg-borderGray:hover{
    background-color: #2A2C3B67 !important;
  }

  .lg\:hover\:bg-borderModal:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-modalbg:hover{
    background-color: rgba(0,0,0,.7) !important;
  }

  .lg\:hover\:bg-black80:hover{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:hover\:bg-black90:hover{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:hover\:bg-warning:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-inputDark:hover{
    background-color: #2A2C3BCB !important;
  }

  .lg\:hover\:bg-black30:hover{
    background-color: #0000004D !important;
  }

  .lg\:hover\:bg-select:hover{
    background-color: #2A2C3B41 !important;
  }

  .lg\:hover\:bg-darkBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-borderBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black95:hover{
    background-color: #000000F2 !important;
  }

  .lg\:hover\:bg-blackLight25:hover{
    background-color: #2A2C3B40 !important;
  }

  .lg\:hover\:bg-bGraylight:hover{
    background-color: #70707027 !important;
  }

  .lg\:hover\:bg-lightGray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lightRed:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-maroon:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-footerDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-alert:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blackLight:focus{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:bg-redDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-ghostWhite:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-none:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-200:focus{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:bg-blue-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-800:focus{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:bg-blue-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-40:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:bg-black-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-650:focus{
    background-color: #00000040 !important;
  }

  .lg\:focus\:bg-black-700:focus{
    background-color: #00000066 !important;
  }

  .lg\:focus\:bg-black-750:focus{
    background-color: #00000080 !important;
  }

  .lg\:focus\:bg-black-800:focus{
    background-color: #00000099 !important;
  }

  .lg\:focus\:bg-black-850:focus{
    background-color: #000000B3 !important;
  }

  .lg\:focus\:bg-black-900:focus{
    background-color: #000000CC !important;
  }

  .lg\:focus\:bg-black-950:focus{
    background-color: #000000E6 !important;
  }

  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-redlight:focus{
    background-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:bg-grayLight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-grayDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-borderDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-whiteLight:focus{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:bg-secondaryLight:focus{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:bg-borderLight:focus{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:bg-secondaryDark:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:bg-blackDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black50:focus{
    background-color: #2A2C3B80 !important;
  }

  .lg\:focus\:bg-borderGray:focus{
    background-color: #2A2C3B67 !important;
  }

  .lg\:focus\:bg-borderModal:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-modalbg:focus{
    background-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:bg-black80:focus{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:bg-black90:focus{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:bg-warning:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-inputDark:focus{
    background-color: #2A2C3BCB !important;
  }

  .lg\:focus\:bg-black30:focus{
    background-color: #0000004D !important;
  }

  .lg\:focus\:bg-select:focus{
    background-color: #2A2C3B41 !important;
  }

  .lg\:focus\:bg-darkBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-borderBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black95:focus{
    background-color: #000000F2 !important;
  }

  .lg\:focus\:bg-blackLight25:focus{
    background-color: #2A2C3B40 !important;
  }

  .lg\:focus\:bg-bGraylight:focus{
    background-color: #70707027 !important;
  }

  .lg\:focus\:bg-lightGray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lightRed:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-maroon:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-footerDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-alert:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:bg-none{
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:from-primary-50{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:from-primary-100{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:from-primary-200{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:from-primary-300{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:from-primary-400{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:from-primary-500{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:from-primary-600{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:from-primary-700{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:from-primary-800{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:from-primary-900{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:from-primary-950{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .lg\:from-primary{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:from-secondary-50{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:from-secondary-100{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:from-secondary-200{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:from-secondary-300{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:from-secondary-400{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:from-secondary-500{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:from-secondary-600{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:from-secondary-700{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:from-secondary-800{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:from-secondary-900{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:from-secondary-950{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .lg\:from-secondary{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:from-blackLight{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .lg\:from-redDark{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .lg\:from-gray400{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .lg\:from-ghostWhite{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .lg\:from-black500{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-white200{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .lg\:from-gray100{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .lg\:from-none{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-orange{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .lg\:from-pink{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .lg\:from-pink100{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .lg\:from-purple{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .lg\:from-blue-50{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:from-blue-100{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:from-blue-150{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .lg\:from-blue-200{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:from-blue-250{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .lg\:from-blue-300{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .lg\:from-blue-350{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .lg\:from-blue-400{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .lg\:from-blue-500{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:from-blue-600{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .lg\:from-blue-700{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .lg\:from-blue-750{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .lg\:from-blue-800{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:from-blue-850{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .lg\:from-blue-900{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .lg\:from-blue-950{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .lg\:from-blue{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:from-black-40{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-50{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:from-black-100{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:from-black-150{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:from-black-200{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:from-black-250{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:from-black-300{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:from-black-350{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:from-black-400{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:from-black-450{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:from-black-500{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:from-black-550{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .lg\:from-black-600{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-650{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-700{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-750{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-800{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-850{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-900{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-950{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-red-50{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .lg\:from-red-100{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .lg\:from-red-200{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:from-red-300{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .lg\:from-red-400{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .lg\:from-red-500{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .lg\:from-red-550{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .lg\:from-red-600{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .lg\:from-red-650{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .lg\:from-red-700{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .lg\:from-red-800{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .lg\:from-red{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:from-white-50{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-white-100{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .lg\:from-white-150{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .lg\:from-white-200{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .lg\:from-white-250{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .lg\:from-white-300{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:from-white-350{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .lg\:from-white-400{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:from-white-450{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .lg\:from-white-500{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .lg\:from-white-550{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:from-white-600{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:from-white-650{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:from-white-700{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:from-white-750{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .lg\:from-white-800{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .lg\:from-white-850{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:from-white-900{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:from-white-950{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:from-white{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gray-50{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:from-gray-100{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:from-gray-150{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .lg\:from-gray-200{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:from-gray-250{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:from-gray-300{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:from-gray-350{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:from-gray-400{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:from-gray-450{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:from-gray-500{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:from-gray-550{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:from-gray-600{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:from-gray-650{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:from-gray-700{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:from-gray-750{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:from-gray-800{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:from-gray-850{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:from-gray-900{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:from-gray-950{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .lg\:from-gray{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:from-green{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .lg\:from-redlight{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .lg\:from-grayLight{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:from-grayDark{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .lg\:from-borderDark{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .lg\:from-whiteLight{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-secondaryLight{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-borderLight{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-secondaryDark{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-blackDark{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:from-gray200{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:from-black50{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:from-borderGray{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:from-borderModal{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:from-modalbg{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black80{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black90{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-warning{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .lg\:from-inputDark{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:from-black30{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-select{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:from-darkBlack{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:from-borderBlack{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .lg\:from-black95{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-blackLight25{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:from-bGraylight{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:from-lightGray{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:from-lightRed{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .lg\:from-maroon{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .lg\:from-footerDark{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .lg\:from-success{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .lg\:from-info{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .lg\:from-danger{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:from-alert{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:from-success-light{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .lg\:from-info-light{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .lg\:from-warning-light{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .lg\:from-danger-light{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .lg\:hover\:from-primary-50:hover{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-primary-100:hover{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:from-primary-200:hover{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:from-primary-300:hover{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:from-primary-400:hover{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:from-primary-500:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:from-primary-600:hover{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:from-primary-700:hover{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:from-primary-800:hover{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:from-primary-900:hover{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:from-primary-950:hover{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .lg\:hover\:from-primary:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:from-secondary-50:hover{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:from-secondary-100:hover{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:hover\:from-secondary-200:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:from-secondary-300:hover{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:hover\:from-secondary-400:hover{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:hover\:from-secondary-500:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:hover\:from-secondary-600:hover{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:hover\:from-secondary-700:hover{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:hover\:from-secondary-800:hover{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:hover\:from-secondary-900:hover{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:hover\:from-secondary-950:hover{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .lg\:hover\:from-secondary:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:hover\:from-blackLight:hover{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .lg\:hover\:from-redDark:hover{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .lg\:hover\:from-gray400:hover{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .lg\:hover\:from-ghostWhite:hover{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .lg\:hover\:from-black500:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white200:hover{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .lg\:hover\:from-gray100:hover{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .lg\:hover\:from-none:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-orange:hover{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .lg\:hover\:from-pink:hover{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .lg\:hover\:from-pink100:hover{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .lg\:hover\:from-purple:hover{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-50:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:hover\:from-blue-100:hover{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:hover\:from-blue-150:hover{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:hover\:from-blue-250:hover{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-350:hover{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-600:hover{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-700:hover{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .lg\:hover\:from-blue-750:hover{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .lg\:hover\:from-blue-800:hover{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:hover\:from-blue-850:hover{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-900:hover{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .lg\:hover\:from-blue-950:hover{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .lg\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:hover\:from-black-40:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-50:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:from-black-100:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:from-black-150:hover{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:hover\:from-black-200:hover{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:hover\:from-black-250:hover{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:hover\:from-black-300:hover{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:hover\:from-black-350:hover{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:hover\:from-black-400:hover{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:hover\:from-black-450:hover{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:hover\:from-black-500:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:from-black-550:hover{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .lg\:hover\:from-black-600:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-650:hover{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-700:hover{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-750:hover{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-800:hover{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-850:hover{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-900:hover{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-950:hover{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-red-50:hover{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .lg\:hover\:from-red-100:hover{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .lg\:hover\:from-red-200:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:from-red-300:hover{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .lg\:hover\:from-red-400:hover{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .lg\:hover\:from-red-500:hover{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .lg\:hover\:from-red-550:hover{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .lg\:hover\:from-red-600:hover{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .lg\:hover\:from-red-650:hover{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .lg\:hover\:from-red-700:hover{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .lg\:hover\:from-red-800:hover{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .lg\:hover\:from-red:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:from-white-50:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-white-100:hover{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .lg\:hover\:from-white-150:hover{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .lg\:hover\:from-white-200:hover{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .lg\:hover\:from-white-250:hover{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .lg\:hover\:from-white-300:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:from-white-350:hover{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .lg\:hover\:from-white-400:hover{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:hover\:from-white-450:hover{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .lg\:hover\:from-white-500:hover{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .lg\:hover\:from-white-550:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:from-white-600:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:hover\:from-white-650:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:hover\:from-white-700:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-white-750:hover{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .lg\:hover\:from-white-800:hover{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .lg\:hover\:from-white-850:hover{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:hover\:from-white-900:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:from-white-950:hover{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:from-gray-150:hover{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:hover\:from-gray-250:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:from-gray-350:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:from-gray-450:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:from-gray-550:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:from-gray-650:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:from-gray-750:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:from-gray-850:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:from-gray-950:hover{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .lg\:hover\:from-gray:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:from-green:hover{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .lg\:hover\:from-redlight:hover{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .lg\:hover\:from-grayLight:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:hover\:from-grayDark:hover{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .lg\:hover\:from-borderDark:hover{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .lg\:hover\:from-whiteLight:hover{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-secondaryLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-borderLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-secondaryDark:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-blackDark:hover{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:from-gray200:hover{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:from-black50:hover{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:from-borderGray:hover{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:from-borderModal:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:hover\:from-modalbg:hover{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black80:hover{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black90:hover{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-warning:hover{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .lg\:hover\:from-inputDark:hover{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:from-black30:hover{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-select:hover{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:from-darkBlack:hover{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:hover\:from-borderBlack:hover{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .lg\:hover\:from-black95:hover{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-blackLight25:hover{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:from-bGraylight:hover{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:hover\:from-lightGray:hover{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:hover\:from-lightRed:hover{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .lg\:hover\:from-maroon:hover{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .lg\:hover\:from-footerDark:hover{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .lg\:hover\:from-success:hover{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .lg\:hover\:from-info:hover{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .lg\:hover\:from-danger:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:hover\:from-alert:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:hover\:from-success-light:hover{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .lg\:hover\:from-info-light:hover{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .lg\:hover\:from-warning-light:hover{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .lg\:hover\:from-danger-light:hover{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .lg\:focus\:from-primary-50:focus{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-primary-100:focus{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:from-primary-200:focus{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:from-primary-300:focus{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:from-primary-400:focus{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:from-primary-500:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:from-primary-600:focus{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:from-primary-700:focus{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:from-primary-800:focus{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:from-primary-900:focus{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:from-primary-950:focus{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .lg\:focus\:from-primary:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:from-secondary-50:focus{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:from-secondary-100:focus{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:focus\:from-secondary-200:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:from-secondary-300:focus{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:focus\:from-secondary-400:focus{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:focus\:from-secondary-500:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:focus\:from-secondary-600:focus{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:focus\:from-secondary-700:focus{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:focus\:from-secondary-800:focus{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:focus\:from-secondary-900:focus{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:focus\:from-secondary-950:focus{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .lg\:focus\:from-secondary:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:focus\:from-blackLight:focus{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .lg\:focus\:from-redDark:focus{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .lg\:focus\:from-gray400:focus{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .lg\:focus\:from-ghostWhite:focus{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .lg\:focus\:from-black500:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white200:focus{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .lg\:focus\:from-gray100:focus{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .lg\:focus\:from-none:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-orange:focus{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .lg\:focus\:from-pink:focus{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .lg\:focus\:from-pink100:focus{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .lg\:focus\:from-purple:focus{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-50:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:focus\:from-blue-100:focus{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:focus\:from-blue-150:focus{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:focus\:from-blue-250:focus{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-350:focus{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-600:focus{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-700:focus{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .lg\:focus\:from-blue-750:focus{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .lg\:focus\:from-blue-800:focus{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:focus\:from-blue-850:focus{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-900:focus{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .lg\:focus\:from-blue-950:focus{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .lg\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:focus\:from-black-40:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-50:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:from-black-100:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:from-black-150:focus{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:focus\:from-black-200:focus{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:focus\:from-black-250:focus{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:focus\:from-black-300:focus{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:focus\:from-black-350:focus{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:focus\:from-black-400:focus{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:focus\:from-black-450:focus{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:focus\:from-black-500:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:from-black-550:focus{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .lg\:focus\:from-black-600:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-650:focus{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-700:focus{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-750:focus{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-800:focus{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-850:focus{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-900:focus{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-950:focus{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-red-50:focus{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .lg\:focus\:from-red-100:focus{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .lg\:focus\:from-red-200:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:from-red-300:focus{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .lg\:focus\:from-red-400:focus{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .lg\:focus\:from-red-500:focus{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .lg\:focus\:from-red-550:focus{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .lg\:focus\:from-red-600:focus{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .lg\:focus\:from-red-650:focus{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .lg\:focus\:from-red-700:focus{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .lg\:focus\:from-red-800:focus{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .lg\:focus\:from-red:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:from-white-50:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-white-100:focus{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .lg\:focus\:from-white-150:focus{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .lg\:focus\:from-white-200:focus{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .lg\:focus\:from-white-250:focus{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .lg\:focus\:from-white-300:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:from-white-350:focus{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .lg\:focus\:from-white-400:focus{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:focus\:from-white-450:focus{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .lg\:focus\:from-white-500:focus{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .lg\:focus\:from-white-550:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:from-white-600:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:focus\:from-white-650:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:focus\:from-white-700:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-white-750:focus{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .lg\:focus\:from-white-800:focus{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .lg\:focus\:from-white-850:focus{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:focus\:from-white-900:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:from-white-950:focus{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:from-gray-150:focus{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:focus\:from-gray-250:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:from-gray-350:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:from-gray-450:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:from-gray-550:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:from-gray-650:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:from-gray-750:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:from-gray-850:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:from-gray-950:focus{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .lg\:focus\:from-gray:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:from-green:focus{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .lg\:focus\:from-redlight:focus{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .lg\:focus\:from-grayLight:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:focus\:from-grayDark:focus{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .lg\:focus\:from-borderDark:focus{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .lg\:focus\:from-whiteLight:focus{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-secondaryLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-borderLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-secondaryDark:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-blackDark:focus{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:from-gray200:focus{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:from-black50:focus{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:from-borderGray:focus{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:from-borderModal:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:focus\:from-modalbg:focus{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black80:focus{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black90:focus{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-warning:focus{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .lg\:focus\:from-inputDark:focus{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:from-black30:focus{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-select:focus{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:from-darkBlack:focus{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:focus\:from-borderBlack:focus{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .lg\:focus\:from-black95:focus{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-blackLight25:focus{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:from-bGraylight:focus{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:focus\:from-lightGray:focus{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:focus\:from-lightRed:focus{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .lg\:focus\:from-maroon:focus{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .lg\:focus\:from-footerDark:focus{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .lg\:focus\:from-success:focus{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .lg\:focus\:from-info:focus{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .lg\:focus\:from-danger:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:focus\:from-alert:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:focus\:from-success-light:focus{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .lg\:focus\:from-info-light:focus{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .lg\:focus\:from-warning-light:focus{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .lg\:focus\:from-danger-light:focus{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .lg\:via-primary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:via-primary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:via-primary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:via-primary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:via-primary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:via-primary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:via-primary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:via-primary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:via-primary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:via-primary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:via-primary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .lg\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:via-secondary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:via-secondary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:via-secondary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:via-secondary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:via-secondary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:via-secondary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:via-secondary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:via-secondary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:via-secondary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:via-secondary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:via-secondary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .lg\:via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:via-blackLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .lg\:via-redDark{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .lg\:via-gray400{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .lg\:via-ghostWhite{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .lg\:via-black500{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white200{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .lg\:via-gray100{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .lg\:via-none{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .lg\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .lg\:via-pink100{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .lg\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .lg\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:via-blue-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .lg\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:via-blue-250{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .lg\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .lg\:via-blue-350{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .lg\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .lg\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .lg\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .lg\:via-blue-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .lg\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:via-blue-850{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .lg\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .lg\:via-blue-950{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .lg\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:via-black-40{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:via-black-150{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:via-black-250{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:via-black-550{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .lg\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-650{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-750{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-800{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-850{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-950{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .lg\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .lg\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .lg\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .lg\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .lg\:via-red-550{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .lg\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .lg\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .lg\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .lg\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .lg\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:via-white-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-white-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .lg\:via-white-150{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .lg\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .lg\:via-white-250{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .lg\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:via-white-350{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .lg\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:via-white-450{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .lg\:via-white-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .lg\:via-white-550{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:via-white-650{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:via-white-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:via-white-750{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .lg\:via-white-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .lg\:via-white-850{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:via-white-900{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:via-white-950{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:via-gray-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:via-gray-250{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:via-gray-650{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:via-gray-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .lg\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .lg\:via-redlight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .lg\:via-grayLight{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:via-grayDark{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .lg\:via-borderDark{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .lg\:via-whiteLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-secondaryLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-borderLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-secondaryDark{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-blackDark{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:via-gray200{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:via-black50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:via-borderGray{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:via-borderModal{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:via-modalbg{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black90{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .lg\:via-inputDark{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:via-black30{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-select{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:via-darkBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:via-borderBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .lg\:via-black95{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-blackLight25{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:via-bGraylight{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:via-lightGray{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:via-lightRed{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .lg\:via-maroon{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .lg\:via-footerDark{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .lg\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .lg\:via-info{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .lg\:via-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:via-alert{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:via-success-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .lg\:via-info-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .lg\:via-warning-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .lg\:via-danger-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .lg\:hover\:via-primary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-primary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:via-primary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:via-primary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:via-primary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:via-primary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:via-primary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:via-primary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:via-primary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:via-primary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:via-primary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .lg\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:via-secondary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:via-secondary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:hover\:via-secondary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:via-secondary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:hover\:via-secondary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:hover\:via-secondary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:hover\:via-secondary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:hover\:via-secondary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:hover\:via-secondary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:hover\:via-secondary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:hover\:via-secondary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .lg\:hover\:via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:hover\:via-blackLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .lg\:hover\:via-redDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .lg\:hover\:via-gray400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .lg\:hover\:via-ghostWhite:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .lg\:hover\:via-black500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-white200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .lg\:hover\:via-gray100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .lg\:hover\:via-none:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .lg\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .lg\:hover\:via-pink100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .lg\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:hover\:via-blue-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:hover\:via-blue-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .lg\:hover\:via-blue-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .lg\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:hover\:via-blue-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .lg\:hover\:via-blue-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .lg\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:hover\:via-black-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:via-black-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:hover\:via-black-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:via-black-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .lg\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .lg\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .lg\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .lg\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .lg\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .lg\:hover\:via-red-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .lg\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .lg\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .lg\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .lg\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .lg\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:hover\:via-white-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-white-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .lg\:hover\:via-white-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .lg\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .lg\:hover\:via-white-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .lg\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:via-white-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .lg\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:hover\:via-white-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .lg\:hover\:via-white-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .lg\:hover\:via-white-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:hover\:via-white-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:hover\:via-white-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-white-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .lg\:hover\:via-white-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .lg\:hover\:via-white-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:hover\:via-white-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:via-white-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:via-gray-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:hover\:via-gray-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:via-gray-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:via-gray-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .lg\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .lg\:hover\:via-redlight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .lg\:hover\:via-grayLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:hover\:via-grayDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .lg\:hover\:via-borderDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .lg\:hover\:via-whiteLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-secondaryLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-borderLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-secondaryDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-blackDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:via-gray200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:via-black50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:via-borderGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:via-borderModal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:hover\:via-modalbg:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .lg\:hover\:via-inputDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:via-black30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-select:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:via-darkBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:hover\:via-borderBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .lg\:hover\:via-black95:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-blackLight25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:hover\:via-bGraylight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:hover\:via-lightGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:hover\:via-lightRed:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .lg\:hover\:via-maroon:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .lg\:hover\:via-footerDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .lg\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .lg\:hover\:via-info:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .lg\:hover\:via-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:hover\:via-alert:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:hover\:via-success-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .lg\:hover\:via-info-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .lg\:hover\:via-warning-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .lg\:hover\:via-danger-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .lg\:focus\:via-primary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-primary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:via-primary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:via-primary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:via-primary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:via-primary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:via-primary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:via-primary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:via-primary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:via-primary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:via-primary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .lg\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:via-secondary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:via-secondary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:focus\:via-secondary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:via-secondary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:focus\:via-secondary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:focus\:via-secondary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:focus\:via-secondary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:focus\:via-secondary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:focus\:via-secondary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:focus\:via-secondary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:focus\:via-secondary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .lg\:focus\:via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:focus\:via-blackLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .lg\:focus\:via-redDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .lg\:focus\:via-gray400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .lg\:focus\:via-ghostWhite:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .lg\:focus\:via-black500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-white200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .lg\:focus\:via-gray100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .lg\:focus\:via-none:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .lg\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .lg\:focus\:via-pink100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .lg\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .lg\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:focus\:via-blue-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:focus\:via-blue-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .lg\:focus\:via-blue-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .lg\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .lg\:focus\:via-blue-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .lg\:focus\:via-blue-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .lg\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .lg\:focus\:via-black-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:via-black-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:focus\:via-black-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:via-black-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .lg\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .lg\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .lg\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .lg\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .lg\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .lg\:focus\:via-red-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .lg\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .lg\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .lg\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .lg\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .lg\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .lg\:focus\:via-white-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-white-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .lg\:focus\:via-white-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .lg\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .lg\:focus\:via-white-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .lg\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:via-white-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .lg\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:focus\:via-white-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .lg\:focus\:via-white-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .lg\:focus\:via-white-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:focus\:via-white-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:focus\:via-white-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-white-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .lg\:focus\:via-white-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .lg\:focus\:via-white-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:focus\:via-white-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:via-white-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:via-gray-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:focus\:via-gray-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:via-gray-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:via-gray-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .lg\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .lg\:focus\:via-redlight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .lg\:focus\:via-grayLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:focus\:via-grayDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .lg\:focus\:via-borderDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .lg\:focus\:via-whiteLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-secondaryLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-borderLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-secondaryDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-blackDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:via-gray200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:via-black50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:via-borderGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:via-borderModal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:focus\:via-modalbg:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .lg\:focus\:via-inputDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:via-black30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-select:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:via-darkBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .lg\:focus\:via-borderBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .lg\:focus\:via-black95:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-blackLight25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .lg\:focus\:via-bGraylight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg\:focus\:via-lightGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:focus\:via-lightRed:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .lg\:focus\:via-maroon:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .lg\:focus\:via-footerDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .lg\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .lg\:focus\:via-info:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .lg\:focus\:via-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:focus\:via-alert:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .lg\:focus\:via-success-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .lg\:focus\:via-info-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .lg\:focus\:via-warning-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .lg\:focus\:via-danger-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .lg\:to-primary-50{
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:to-primary-100{
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:to-primary-200{
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:to-primary-300{
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:to-primary-400{
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:to-primary-500{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:to-primary-600{
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:to-primary-700{
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:to-primary-800{
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:to-primary-900{
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:to-primary-950{
    --tw-gradient-to: #450a0a !important;
  }

  .lg\:to-primary{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:to-secondary-50{
    --tw-gradient-to: #f8fafc !important;
  }

  .lg\:to-secondary-100{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .lg\:to-secondary-200{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:to-secondary-300{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .lg\:to-secondary-400{
    --tw-gradient-to: #94a3b8 !important;
  }

  .lg\:to-secondary-500{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:to-secondary-600{
    --tw-gradient-to: #475569 !important;
  }

  .lg\:to-secondary-700{
    --tw-gradient-to: #334155 !important;
  }

  .lg\:to-secondary-800{
    --tw-gradient-to: #1e293b !important;
  }

  .lg\:to-secondary-900{
    --tw-gradient-to: #0f172a !important;
  }

  .lg\:to-secondary-950{
    --tw-gradient-to: #020617 !important;
  }

  .lg\:to-secondary{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:to-blackLight{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .lg\:to-redDark{
    --tw-gradient-to: #E60A0A !important;
  }

  .lg\:to-gray400{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .lg\:to-ghostWhite{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .lg\:to-black500{
    --tw-gradient-to: #000 !important;
  }

  .lg\:to-white200{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .lg\:to-gray100{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .lg\:to-none{
    --tw-gradient-to: transparent !important;
  }

  .lg\:to-orange{
    --tw-gradient-to: #FF626B !important;
  }

  .lg\:to-pink{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .lg\:to-pink100{
    --tw-gradient-to: #DA2587 !important;
  }

  .lg\:to-purple{
    --tw-gradient-to: #E8E5FF !important;
  }

  .lg\:to-blue-50{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:to-blue-100{
    --tw-gradient-to: #22232f !important;
  }

  .lg\:to-blue-150{
    --tw-gradient-to: #EFF5FC !important;
  }

  .lg\:to-blue-200{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:to-blue-250{
    --tw-gradient-to: #F3F9FF !important;
  }

  .lg\:to-blue-300{
    --tw-gradient-to: #564CFF !important;
  }

  .lg\:to-blue-350{
    --tw-gradient-to: #2A2B3A !important;
  }

  .lg\:to-blue-400{
    --tw-gradient-to: #4C55FF !important;
  }

  .lg\:to-blue-500{
    --tw-gradient-to: #0099FF !important;
  }

  .lg\:to-blue-600{
    --tw-gradient-to: #7B61FF !important;
  }

  .lg\:to-blue-700{
    --tw-gradient-to: #454AE7 !important;
  }

  .lg\:to-blue-750{
    --tw-gradient-to: #1784B2 !important;
  }

  .lg\:to-blue-800{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .lg\:to-blue-850{
    --tw-gradient-to: #F9F9FF !important;
  }

  .lg\:to-blue-900{
    --tw-gradient-to: #5875DC !important;
  }

  .lg\:to-blue-950{
    --tw-gradient-to: #F3F4FC !important;
  }

  .lg\:to-blue{
    --tw-gradient-to: #0099FF !important;
  }

  .lg\:to-black-40{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .lg\:to-black-50{
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:to-black-100{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .lg\:to-black-150{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .lg\:to-black-200{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .lg\:to-black-250{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .lg\:to-black-300{
    --tw-gradient-to: #737373 !important;
  }

  .lg\:to-black-350{
    --tw-gradient-to: #525252 !important;
  }

  .lg\:to-black-400{
    --tw-gradient-to: #404040 !important;
  }

  .lg\:to-black-450{
    --tw-gradient-to: #262626 !important;
  }

  .lg\:to-black-500{
    --tw-gradient-to: #333 !important;
  }

  .lg\:to-black-550{
    --tw-gradient-to: #0a0a0a !important;
  }

  .lg\:to-black-600{
    --tw-gradient-to: #000000 !important;
  }

  .lg\:to-black-650{
    --tw-gradient-to: #00000040 !important;
  }

  .lg\:to-black-700{
    --tw-gradient-to: #00000066 !important;
  }

  .lg\:to-black-750{
    --tw-gradient-to: #00000080 !important;
  }

  .lg\:to-black-800{
    --tw-gradient-to: #00000099 !important;
  }

  .lg\:to-black-850{
    --tw-gradient-to: #000000B3 !important;
  }

  .lg\:to-black-900{
    --tw-gradient-to: #000000CC !important;
  }

  .lg\:to-black-950{
    --tw-gradient-to: #000000E6 !important;
  }

  .lg\:to-black{
    --tw-gradient-to: #000000 !important;
  }

  .lg\:to-red-50{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .lg\:to-red-100{
    --tw-gradient-to: #7b2a2b !important;
  }

  .lg\:to-red-200{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:to-red-300{
    --tw-gradient-to: #F9597C !important;
  }

  .lg\:to-red-400{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .lg\:to-red-500{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .lg\:to-red-550{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .lg\:to-red-600{
    --tw-gradient-to: #FEFAFA !important;
  }

  .lg\:to-red-650{
    --tw-gradient-to: #FFE9EA !important;
  }

  .lg\:to-red-700{
    --tw-gradient-to: #B92823 !important;
  }

  .lg\:to-red-800{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .lg\:to-red{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:to-white-50{
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:to-white-100{
    --tw-gradient-to: #fefefe !important;
  }

  .lg\:to-white-150{
    --tw-gradient-to: #fdfdfd !important;
  }

  .lg\:to-white-200{
    --tw-gradient-to: #fcfcfc !important;
  }

  .lg\:to-white-250{
    --tw-gradient-to: #fbfbfb !important;
  }

  .lg\:to-white-300{
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:to-white-350{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .lg\:to-white-400{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .lg\:to-white-450{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .lg\:to-white-500{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .lg\:to-white-550{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .lg\:to-white-600{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:to-white-650{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .lg\:to-white-700{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .lg\:to-white-750{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .lg\:to-white-800{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .lg\:to-white-850{
    --tw-gradient-to: #efefef !important;
  }

  .lg\:to-white-900{
    --tw-gradient-to: #eeeeee !important;
  }

  .lg\:to-white-950{
    --tw-gradient-to: #ededed !important;
  }

  .lg\:to-white{
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:to-gray-50{
    --tw-gradient-to: #f9fafb !important;
  }

  .lg\:to-gray-100{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .lg\:to-gray-150{
    --tw-gradient-to: #EAECF2 !important;
  }

  .lg\:to-gray-200{
    --tw-gradient-to: #e5e7eb !important;
  }

  .lg\:to-gray-250{
    --tw-gradient-to: #d1d5db !important;
  }

  .lg\:to-gray-300{
    --tw-gradient-to: #d1d5db !important;
  }

  .lg\:to-gray-350{
    --tw-gradient-to: #9ca3af !important;
  }

  .lg\:to-gray-400{
    --tw-gradient-to: #9ca3af !important;
  }

  .lg\:to-gray-450{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:to-gray-500{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:to-gray-550{
    --tw-gradient-to: #4b5563 !important;
  }

  .lg\:to-gray-600{
    --tw-gradient-to: #4b5563 !important;
  }

  .lg\:to-gray-650{
    --tw-gradient-to: #374151 !important;
  }

  .lg\:to-gray-700{
    --tw-gradient-to: #374151 !important;
  }

  .lg\:to-gray-750{
    --tw-gradient-to: #1f2937 !important;
  }

  .lg\:to-gray-800{
    --tw-gradient-to: #1f2937 !important;
  }

  .lg\:to-gray-850{
    --tw-gradient-to: #111827 !important;
  }

  .lg\:to-gray-900{
    --tw-gradient-to: #111827 !important;
  }

  .lg\:to-gray-950{
    --tw-gradient-to: #030712 !important;
  }

  .lg\:to-gray{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:to-green{
    --tw-gradient-to: #5acebe !important;
  }

  .lg\:to-redlight{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .lg\:to-grayLight{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:to-grayDark{
    --tw-gradient-to: #ddd !important;
  }

  .lg\:to-borderDark{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .lg\:to-whiteLight{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .lg\:to-secondaryLight{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .lg\:to-borderLight{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .lg\:to-secondaryDark{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .lg\:to-blackDark{
    --tw-gradient-to: #333333 !important;
  }

  .lg\:to-gray200{
    --tw-gradient-to: #eee !important;
  }

  .lg\:to-black50{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .lg\:to-borderGray{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .lg\:to-borderModal{
    --tw-gradient-to: #707070 !important;
  }

  .lg\:to-modalbg{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .lg\:to-black80{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .lg\:to-black90{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .lg\:to-warning{
    --tw-gradient-to: #ffc107 !important;
  }

  .lg\:to-inputDark{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .lg\:to-black30{
    --tw-gradient-to: #0000004D !important;
  }

  .lg\:to-select{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .lg\:to-darkBlack{
    --tw-gradient-to: #22232F !important;
  }

  .lg\:to-borderBlack{
    --tw-gradient-to: #181922 !important;
  }

  .lg\:to-black95{
    --tw-gradient-to: #000000F2 !important;
  }

  .lg\:to-blackLight25{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .lg\:to-bGraylight{
    --tw-gradient-to: #70707027 !important;
  }

  .lg\:to-lightGray{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .lg\:to-lightRed{
    --tw-gradient-to: #f7eae9 !important;
  }

  .lg\:to-maroon{
    --tw-gradient-to: #b73a33 !important;
  }

  .lg\:to-footerDark{
    --tw-gradient-to: #161617 !important;
  }

  .lg\:to-success{
    --tw-gradient-to: #28a745 !important;
  }

  .lg\:to-info{
    --tw-gradient-to: #17a2b8 !important;
  }

  .lg\:to-danger{
    --tw-gradient-to: #dc3545 !important;
  }

  .lg\:to-alert{
    --tw-gradient-to: #dc3545 !important;
  }

  .lg\:to-success-light{
    --tw-gradient-to: #d4edda !important;
  }

  .lg\:to-info-light{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .lg\:to-warning-light{
    --tw-gradient-to: #fff3cd !important;
  }

  .lg\:to-danger-light{
    --tw-gradient-to: #f8d7da !important;
  }

  .lg\:hover\:to-primary-50:hover{
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:hover\:to-primary-100:hover{
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:hover\:to-primary-200:hover{
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:hover\:to-primary-300:hover{
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:hover\:to-primary-400:hover{
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:hover\:to-primary-500:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:hover\:to-primary-600:hover{
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:hover\:to-primary-700:hover{
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:hover\:to-primary-800:hover{
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:hover\:to-primary-900:hover{
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:hover\:to-primary-950:hover{
    --tw-gradient-to: #450a0a !important;
  }

  .lg\:hover\:to-primary:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:hover\:to-secondary-50:hover{
    --tw-gradient-to: #f8fafc !important;
  }

  .lg\:hover\:to-secondary-100:hover{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .lg\:hover\:to-secondary-200:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:hover\:to-secondary-300:hover{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .lg\:hover\:to-secondary-400:hover{
    --tw-gradient-to: #94a3b8 !important;
  }

  .lg\:hover\:to-secondary-500:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:hover\:to-secondary-600:hover{
    --tw-gradient-to: #475569 !important;
  }

  .lg\:hover\:to-secondary-700:hover{
    --tw-gradient-to: #334155 !important;
  }

  .lg\:hover\:to-secondary-800:hover{
    --tw-gradient-to: #1e293b !important;
  }

  .lg\:hover\:to-secondary-900:hover{
    --tw-gradient-to: #0f172a !important;
  }

  .lg\:hover\:to-secondary-950:hover{
    --tw-gradient-to: #020617 !important;
  }

  .lg\:hover\:to-secondary:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:hover\:to-blackLight:hover{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .lg\:hover\:to-redDark:hover{
    --tw-gradient-to: #E60A0A !important;
  }

  .lg\:hover\:to-gray400:hover{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .lg\:hover\:to-ghostWhite:hover{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .lg\:hover\:to-black500:hover{
    --tw-gradient-to: #000 !important;
  }

  .lg\:hover\:to-white200:hover{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .lg\:hover\:to-gray100:hover{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .lg\:hover\:to-none:hover{
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:to-orange:hover{
    --tw-gradient-to: #FF626B !important;
  }

  .lg\:hover\:to-pink:hover{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .lg\:hover\:to-pink100:hover{
    --tw-gradient-to: #DA2587 !important;
  }

  .lg\:hover\:to-purple:hover{
    --tw-gradient-to: #E8E5FF !important;
  }

  .lg\:hover\:to-blue-50:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:hover\:to-blue-100:hover{
    --tw-gradient-to: #22232f !important;
  }

  .lg\:hover\:to-blue-150:hover{
    --tw-gradient-to: #EFF5FC !important;
  }

  .lg\:hover\:to-blue-200:hover{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:hover\:to-blue-250:hover{
    --tw-gradient-to: #F3F9FF !important;
  }

  .lg\:hover\:to-blue-300:hover{
    --tw-gradient-to: #564CFF !important;
  }

  .lg\:hover\:to-blue-350:hover{
    --tw-gradient-to: #2A2B3A !important;
  }

  .lg\:hover\:to-blue-400:hover{
    --tw-gradient-to: #4C55FF !important;
  }

  .lg\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .lg\:hover\:to-blue-600:hover{
    --tw-gradient-to: #7B61FF !important;
  }

  .lg\:hover\:to-blue-700:hover{
    --tw-gradient-to: #454AE7 !important;
  }

  .lg\:hover\:to-blue-750:hover{
    --tw-gradient-to: #1784B2 !important;
  }

  .lg\:hover\:to-blue-800:hover{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .lg\:hover\:to-blue-850:hover{
    --tw-gradient-to: #F9F9FF !important;
  }

  .lg\:hover\:to-blue-900:hover{
    --tw-gradient-to: #5875DC !important;
  }

  .lg\:hover\:to-blue-950:hover{
    --tw-gradient-to: #F3F4FC !important;
  }

  .lg\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .lg\:hover\:to-black-40:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:to-black-50:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:hover\:to-black-100:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .lg\:hover\:to-black-150:hover{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .lg\:hover\:to-black-200:hover{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .lg\:hover\:to-black-250:hover{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .lg\:hover\:to-black-300:hover{
    --tw-gradient-to: #737373 !important;
  }

  .lg\:hover\:to-black-350:hover{
    --tw-gradient-to: #525252 !important;
  }

  .lg\:hover\:to-black-400:hover{
    --tw-gradient-to: #404040 !important;
  }

  .lg\:hover\:to-black-450:hover{
    --tw-gradient-to: #262626 !important;
  }

  .lg\:hover\:to-black-500:hover{
    --tw-gradient-to: #333 !important;
  }

  .lg\:hover\:to-black-550:hover{
    --tw-gradient-to: #0a0a0a !important;
  }

  .lg\:hover\:to-black-600:hover{
    --tw-gradient-to: #000000 !important;
  }

  .lg\:hover\:to-black-650:hover{
    --tw-gradient-to: #00000040 !important;
  }

  .lg\:hover\:to-black-700:hover{
    --tw-gradient-to: #00000066 !important;
  }

  .lg\:hover\:to-black-750:hover{
    --tw-gradient-to: #00000080 !important;
  }

  .lg\:hover\:to-black-800:hover{
    --tw-gradient-to: #00000099 !important;
  }

  .lg\:hover\:to-black-850:hover{
    --tw-gradient-to: #000000B3 !important;
  }

  .lg\:hover\:to-black-900:hover{
    --tw-gradient-to: #000000CC !important;
  }

  .lg\:hover\:to-black-950:hover{
    --tw-gradient-to: #000000E6 !important;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000000 !important;
  }

  .lg\:hover\:to-red-50:hover{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .lg\:hover\:to-red-100:hover{
    --tw-gradient-to: #7b2a2b !important;
  }

  .lg\:hover\:to-red-200:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:hover\:to-red-300:hover{
    --tw-gradient-to: #F9597C !important;
  }

  .lg\:hover\:to-red-400:hover{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .lg\:hover\:to-red-500:hover{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .lg\:hover\:to-red-550:hover{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .lg\:hover\:to-red-600:hover{
    --tw-gradient-to: #FEFAFA !important;
  }

  .lg\:hover\:to-red-650:hover{
    --tw-gradient-to: #FFE9EA !important;
  }

  .lg\:hover\:to-red-700:hover{
    --tw-gradient-to: #B92823 !important;
  }

  .lg\:hover\:to-red-800:hover{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .lg\:hover\:to-red:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:hover\:to-white-50:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:hover\:to-white-100:hover{
    --tw-gradient-to: #fefefe !important;
  }

  .lg\:hover\:to-white-150:hover{
    --tw-gradient-to: #fdfdfd !important;
  }

  .lg\:hover\:to-white-200:hover{
    --tw-gradient-to: #fcfcfc !important;
  }

  .lg\:hover\:to-white-250:hover{
    --tw-gradient-to: #fbfbfb !important;
  }

  .lg\:hover\:to-white-300:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:hover\:to-white-350:hover{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .lg\:hover\:to-white-400:hover{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .lg\:hover\:to-white-450:hover{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .lg\:hover\:to-white-500:hover{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .lg\:hover\:to-white-550:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .lg\:hover\:to-white-600:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:hover\:to-white-650:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .lg\:hover\:to-white-700:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .lg\:hover\:to-white-750:hover{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .lg\:hover\:to-white-800:hover{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .lg\:hover\:to-white-850:hover{
    --tw-gradient-to: #efefef !important;
  }

  .lg\:hover\:to-white-900:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .lg\:hover\:to-white-950:hover{
    --tw-gradient-to: #ededed !important;
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb !important;
  }

  .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .lg\:hover\:to-gray-150:hover{
    --tw-gradient-to: #EAECF2 !important;
  }

  .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb !important;
  }

  .lg\:hover\:to-gray-250:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .lg\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .lg\:hover\:to-gray-350:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .lg\:hover\:to-gray-450:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:hover\:to-gray-550:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .lg\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .lg\:hover\:to-gray-650:hover{
    --tw-gradient-to: #374151 !important;
  }

  .lg\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151 !important;
  }

  .lg\:hover\:to-gray-750:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .lg\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .lg\:hover\:to-gray-850:hover{
    --tw-gradient-to: #111827 !important;
  }

  .lg\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827 !important;
  }

  .lg\:hover\:to-gray-950:hover{
    --tw-gradient-to: #030712 !important;
  }

  .lg\:hover\:to-gray:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:hover\:to-green:hover{
    --tw-gradient-to: #5acebe !important;
  }

  .lg\:hover\:to-redlight:hover{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .lg\:hover\:to-grayLight:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:hover\:to-grayDark:hover{
    --tw-gradient-to: #ddd !important;
  }

  .lg\:hover\:to-borderDark:hover{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .lg\:hover\:to-whiteLight:hover{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .lg\:hover\:to-secondaryLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .lg\:hover\:to-borderLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .lg\:hover\:to-secondaryDark:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:to-blackDark:hover{
    --tw-gradient-to: #333333 !important;
  }

  .lg\:hover\:to-gray200:hover{
    --tw-gradient-to: #eee !important;
  }

  .lg\:hover\:to-black50:hover{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .lg\:hover\:to-borderGray:hover{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .lg\:hover\:to-borderModal:hover{
    --tw-gradient-to: #707070 !important;
  }

  .lg\:hover\:to-modalbg:hover{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .lg\:hover\:to-black80:hover{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .lg\:hover\:to-black90:hover{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .lg\:hover\:to-warning:hover{
    --tw-gradient-to: #ffc107 !important;
  }

  .lg\:hover\:to-inputDark:hover{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .lg\:hover\:to-black30:hover{
    --tw-gradient-to: #0000004D !important;
  }

  .lg\:hover\:to-select:hover{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .lg\:hover\:to-darkBlack:hover{
    --tw-gradient-to: #22232F !important;
  }

  .lg\:hover\:to-borderBlack:hover{
    --tw-gradient-to: #181922 !important;
  }

  .lg\:hover\:to-black95:hover{
    --tw-gradient-to: #000000F2 !important;
  }

  .lg\:hover\:to-blackLight25:hover{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .lg\:hover\:to-bGraylight:hover{
    --tw-gradient-to: #70707027 !important;
  }

  .lg\:hover\:to-lightGray:hover{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .lg\:hover\:to-lightRed:hover{
    --tw-gradient-to: #f7eae9 !important;
  }

  .lg\:hover\:to-maroon:hover{
    --tw-gradient-to: #b73a33 !important;
  }

  .lg\:hover\:to-footerDark:hover{
    --tw-gradient-to: #161617 !important;
  }

  .lg\:hover\:to-success:hover{
    --tw-gradient-to: #28a745 !important;
  }

  .lg\:hover\:to-info:hover{
    --tw-gradient-to: #17a2b8 !important;
  }

  .lg\:hover\:to-danger:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .lg\:hover\:to-alert:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .lg\:hover\:to-success-light:hover{
    --tw-gradient-to: #d4edda !important;
  }

  .lg\:hover\:to-info-light:hover{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .lg\:hover\:to-warning-light:hover{
    --tw-gradient-to: #fff3cd !important;
  }

  .lg\:hover\:to-danger-light:hover{
    --tw-gradient-to: #f8d7da !important;
  }

  .lg\:focus\:to-primary-50:focus{
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:focus\:to-primary-100:focus{
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:focus\:to-primary-200:focus{
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:focus\:to-primary-300:focus{
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:focus\:to-primary-400:focus{
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:focus\:to-primary-500:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:focus\:to-primary-600:focus{
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:focus\:to-primary-700:focus{
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:focus\:to-primary-800:focus{
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:focus\:to-primary-900:focus{
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:focus\:to-primary-950:focus{
    --tw-gradient-to: #450a0a !important;
  }

  .lg\:focus\:to-primary:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:focus\:to-secondary-50:focus{
    --tw-gradient-to: #f8fafc !important;
  }

  .lg\:focus\:to-secondary-100:focus{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .lg\:focus\:to-secondary-200:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:focus\:to-secondary-300:focus{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .lg\:focus\:to-secondary-400:focus{
    --tw-gradient-to: #94a3b8 !important;
  }

  .lg\:focus\:to-secondary-500:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:focus\:to-secondary-600:focus{
    --tw-gradient-to: #475569 !important;
  }

  .lg\:focus\:to-secondary-700:focus{
    --tw-gradient-to: #334155 !important;
  }

  .lg\:focus\:to-secondary-800:focus{
    --tw-gradient-to: #1e293b !important;
  }

  .lg\:focus\:to-secondary-900:focus{
    --tw-gradient-to: #0f172a !important;
  }

  .lg\:focus\:to-secondary-950:focus{
    --tw-gradient-to: #020617 !important;
  }

  .lg\:focus\:to-secondary:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:focus\:to-blackLight:focus{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:to-redDark:focus{
    --tw-gradient-to: #E60A0A !important;
  }

  .lg\:focus\:to-gray400:focus{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .lg\:focus\:to-ghostWhite:focus{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .lg\:focus\:to-black500:focus{
    --tw-gradient-to: #000 !important;
  }

  .lg\:focus\:to-white200:focus{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .lg\:focus\:to-gray100:focus{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .lg\:focus\:to-none:focus{
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:to-orange:focus{
    --tw-gradient-to: #FF626B !important;
  }

  .lg\:focus\:to-pink:focus{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .lg\:focus\:to-pink100:focus{
    --tw-gradient-to: #DA2587 !important;
  }

  .lg\:focus\:to-purple:focus{
    --tw-gradient-to: #E8E5FF !important;
  }

  .lg\:focus\:to-blue-50:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .lg\:focus\:to-blue-100:focus{
    --tw-gradient-to: #22232f !important;
  }

  .lg\:focus\:to-blue-150:focus{
    --tw-gradient-to: #EFF5FC !important;
  }

  .lg\:focus\:to-blue-200:focus{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:to-blue-250:focus{
    --tw-gradient-to: #F3F9FF !important;
  }

  .lg\:focus\:to-blue-300:focus{
    --tw-gradient-to: #564CFF !important;
  }

  .lg\:focus\:to-blue-350:focus{
    --tw-gradient-to: #2A2B3A !important;
  }

  .lg\:focus\:to-blue-400:focus{
    --tw-gradient-to: #4C55FF !important;
  }

  .lg\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .lg\:focus\:to-blue-600:focus{
    --tw-gradient-to: #7B61FF !important;
  }

  .lg\:focus\:to-blue-700:focus{
    --tw-gradient-to: #454AE7 !important;
  }

  .lg\:focus\:to-blue-750:focus{
    --tw-gradient-to: #1784B2 !important;
  }

  .lg\:focus\:to-blue-800:focus{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:to-blue-850:focus{
    --tw-gradient-to: #F9F9FF !important;
  }

  .lg\:focus\:to-blue-900:focus{
    --tw-gradient-to: #5875DC !important;
  }

  .lg\:focus\:to-blue-950:focus{
    --tw-gradient-to: #F3F4FC !important;
  }

  .lg\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .lg\:focus\:to-black-40:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:to-black-50:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:focus\:to-black-100:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .lg\:focus\:to-black-150:focus{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .lg\:focus\:to-black-200:focus{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .lg\:focus\:to-black-250:focus{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .lg\:focus\:to-black-300:focus{
    --tw-gradient-to: #737373 !important;
  }

  .lg\:focus\:to-black-350:focus{
    --tw-gradient-to: #525252 !important;
  }

  .lg\:focus\:to-black-400:focus{
    --tw-gradient-to: #404040 !important;
  }

  .lg\:focus\:to-black-450:focus{
    --tw-gradient-to: #262626 !important;
  }

  .lg\:focus\:to-black-500:focus{
    --tw-gradient-to: #333 !important;
  }

  .lg\:focus\:to-black-550:focus{
    --tw-gradient-to: #0a0a0a !important;
  }

  .lg\:focus\:to-black-600:focus{
    --tw-gradient-to: #000000 !important;
  }

  .lg\:focus\:to-black-650:focus{
    --tw-gradient-to: #00000040 !important;
  }

  .lg\:focus\:to-black-700:focus{
    --tw-gradient-to: #00000066 !important;
  }

  .lg\:focus\:to-black-750:focus{
    --tw-gradient-to: #00000080 !important;
  }

  .lg\:focus\:to-black-800:focus{
    --tw-gradient-to: #00000099 !important;
  }

  .lg\:focus\:to-black-850:focus{
    --tw-gradient-to: #000000B3 !important;
  }

  .lg\:focus\:to-black-900:focus{
    --tw-gradient-to: #000000CC !important;
  }

  .lg\:focus\:to-black-950:focus{
    --tw-gradient-to: #000000E6 !important;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000000 !important;
  }

  .lg\:focus\:to-red-50:focus{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .lg\:focus\:to-red-100:focus{
    --tw-gradient-to: #7b2a2b !important;
  }

  .lg\:focus\:to-red-200:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:focus\:to-red-300:focus{
    --tw-gradient-to: #F9597C !important;
  }

  .lg\:focus\:to-red-400:focus{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .lg\:focus\:to-red-500:focus{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .lg\:focus\:to-red-550:focus{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .lg\:focus\:to-red-600:focus{
    --tw-gradient-to: #FEFAFA !important;
  }

  .lg\:focus\:to-red-650:focus{
    --tw-gradient-to: #FFE9EA !important;
  }

  .lg\:focus\:to-red-700:focus{
    --tw-gradient-to: #B92823 !important;
  }

  .lg\:focus\:to-red-800:focus{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .lg\:focus\:to-red:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .lg\:focus\:to-white-50:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:focus\:to-white-100:focus{
    --tw-gradient-to: #fefefe !important;
  }

  .lg\:focus\:to-white-150:focus{
    --tw-gradient-to: #fdfdfd !important;
  }

  .lg\:focus\:to-white-200:focus{
    --tw-gradient-to: #fcfcfc !important;
  }

  .lg\:focus\:to-white-250:focus{
    --tw-gradient-to: #fbfbfb !important;
  }

  .lg\:focus\:to-white-300:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:focus\:to-white-350:focus{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .lg\:focus\:to-white-400:focus{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .lg\:focus\:to-white-450:focus{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .lg\:focus\:to-white-500:focus{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .lg\:focus\:to-white-550:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .lg\:focus\:to-white-600:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:focus\:to-white-650:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .lg\:focus\:to-white-700:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .lg\:focus\:to-white-750:focus{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .lg\:focus\:to-white-800:focus{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .lg\:focus\:to-white-850:focus{
    --tw-gradient-to: #efefef !important;
  }

  .lg\:focus\:to-white-900:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .lg\:focus\:to-white-950:focus{
    --tw-gradient-to: #ededed !important;
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb !important;
  }

  .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .lg\:focus\:to-gray-150:focus{
    --tw-gradient-to: #EAECF2 !important;
  }

  .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb !important;
  }

  .lg\:focus\:to-gray-250:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .lg\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .lg\:focus\:to-gray-350:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .lg\:focus\:to-gray-450:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:focus\:to-gray-550:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .lg\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .lg\:focus\:to-gray-650:focus{
    --tw-gradient-to: #374151 !important;
  }

  .lg\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151 !important;
  }

  .lg\:focus\:to-gray-750:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .lg\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .lg\:focus\:to-gray-850:focus{
    --tw-gradient-to: #111827 !important;
  }

  .lg\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827 !important;
  }

  .lg\:focus\:to-gray-950:focus{
    --tw-gradient-to: #030712 !important;
  }

  .lg\:focus\:to-gray:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .lg\:focus\:to-green:focus{
    --tw-gradient-to: #5acebe !important;
  }

  .lg\:focus\:to-redlight:focus{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:to-grayLight:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:focus\:to-grayDark:focus{
    --tw-gradient-to: #ddd !important;
  }

  .lg\:focus\:to-borderDark:focus{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .lg\:focus\:to-whiteLight:focus{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:to-secondaryLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:to-borderLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:to-secondaryDark:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:to-blackDark:focus{
    --tw-gradient-to: #333333 !important;
  }

  .lg\:focus\:to-gray200:focus{
    --tw-gradient-to: #eee !important;
  }

  .lg\:focus\:to-black50:focus{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .lg\:focus\:to-borderGray:focus{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .lg\:focus\:to-borderModal:focus{
    --tw-gradient-to: #707070 !important;
  }

  .lg\:focus\:to-modalbg:focus{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:to-black80:focus{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:to-black90:focus{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:to-warning:focus{
    --tw-gradient-to: #ffc107 !important;
  }

  .lg\:focus\:to-inputDark:focus{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .lg\:focus\:to-black30:focus{
    --tw-gradient-to: #0000004D !important;
  }

  .lg\:focus\:to-select:focus{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .lg\:focus\:to-darkBlack:focus{
    --tw-gradient-to: #22232F !important;
  }

  .lg\:focus\:to-borderBlack:focus{
    --tw-gradient-to: #181922 !important;
  }

  .lg\:focus\:to-black95:focus{
    --tw-gradient-to: #000000F2 !important;
  }

  .lg\:focus\:to-blackLight25:focus{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .lg\:focus\:to-bGraylight:focus{
    --tw-gradient-to: #70707027 !important;
  }

  .lg\:focus\:to-lightGray:focus{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .lg\:focus\:to-lightRed:focus{
    --tw-gradient-to: #f7eae9 !important;
  }

  .lg\:focus\:to-maroon:focus{
    --tw-gradient-to: #b73a33 !important;
  }

  .lg\:focus\:to-footerDark:focus{
    --tw-gradient-to: #161617 !important;
  }

  .lg\:focus\:to-success:focus{
    --tw-gradient-to: #28a745 !important;
  }

  .lg\:focus\:to-info:focus{
    --tw-gradient-to: #17a2b8 !important;
  }

  .lg\:focus\:to-danger:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .lg\:focus\:to-alert:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .lg\:focus\:to-success-light:focus{
    --tw-gradient-to: #d4edda !important;
  }

  .lg\:focus\:to-info-light:focus{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .lg\:focus\:to-warning-light:focus{
    --tw-gradient-to: #fff3cd !important;
  }

  .lg\:focus\:to-danger-light:focus{
    --tw-gradient-to: #f8d7da !important;
  }

  .lg\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg\:bg-50{
    background-size: 50% !important;
  }

  .lg\:bg-55{
    background-size: 55% !important;
  }

  .lg\:bg-75{
    background-size: 75% !important;
  }

  .lg\:bg-auto{
    background-size: auto !important;
  }

  .lg\:bg-cover{
    background-size: cover !important;
  }

  .lg\:bg-contain{
    background-size: contain !important;
  }

  .lg\:bg-fixed{
    background-attachment: fixed !important;
  }

  .lg\:bg-local{
    background-attachment: local !important;
  }

  .lg\:bg-scroll{
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border{
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content{
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-bottom{
    background-position: bottom !important;
  }

  .lg\:bg-center{
    background-position: center !important;
  }

  .lg\:bg-left{
    background-position: left !important;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg\:bg-left-top{
    background-position: left top !important;
  }

  .lg\:bg-right{
    background-position: right !important;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg\:bg-right-top{
    background-position: right top !important;
  }

  .lg\:bg-top{
    background-position: top !important;
  }

  .lg\:bg-repeat{
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:bg-origin-border{
    background-origin: border-box !important;
  }

  .lg\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .lg\:bg-origin-content{
    background-origin: content-box !important;
  }

  .lg\:fill-current{
    fill: currentColor !important;
  }

  .lg\:stroke-current{
    stroke: currentColor !important;
  }

  .lg\:stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:p-0{
    padding: 0px !important;
  }

  .lg\:p-1{
    padding: 0.25rem !important;
  }

  .lg\:p-2{
    padding: 0.5rem !important;
  }

  .lg\:p-3{
    padding: 0.75rem !important;
  }

  .lg\:p-4{
    padding: 1rem !important;
  }

  .lg\:p-5{
    padding: 1.25rem !important;
  }

  .lg\:p-6{
    padding: 1.5rem !important;
  }

  .lg\:p-7{
    padding: 1.75rem !important;
  }

  .lg\:p-8{
    padding: 2rem !important;
  }

  .lg\:p-9{
    padding: 2.25rem !important;
  }

  .lg\:p-10{
    padding: 2.5rem !important;
  }

  .lg\:p-11{
    padding: 2.75rem !important;
  }

  .lg\:p-12{
    padding: 3rem !important;
  }

  .lg\:p-14{
    padding: 3.5rem !important;
  }

  .lg\:p-16{
    padding: 4rem !important;
  }

  .lg\:p-20{
    padding: 5rem !important;
  }

  .lg\:p-24{
    padding: 6rem !important;
  }

  .lg\:p-28{
    padding: 7rem !important;
  }

  .lg\:p-32{
    padding: 8rem !important;
  }

  .lg\:p-36{
    padding: 9rem !important;
  }

  .lg\:p-40{
    padding: 10rem !important;
  }

  .lg\:p-44{
    padding: 11rem !important;
  }

  .lg\:p-48{
    padding: 12rem !important;
  }

  .lg\:p-52{
    padding: 13rem !important;
  }

  .lg\:p-56{
    padding: 14rem !important;
  }

  .lg\:p-60{
    padding: 15rem !important;
  }

  .lg\:p-64{
    padding: 16rem !important;
  }

  .lg\:p-72{
    padding: 18rem !important;
  }

  .lg\:p-80{
    padding: 20rem !important;
  }

  .lg\:p-96{
    padding: 24rem !important;
  }

  .lg\:p-px{
    padding: 1px !important;
  }

  .lg\:p-0\.5{
    padding: 0.125rem !important;
  }

  .lg\:p-1\.5{
    padding: 0.375rem !important;
  }

  .lg\:p-2\.5{
    padding: 0.625rem !important;
  }

  .lg\:p-3\.5{
    padding: 0.875rem !important;
  }

  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:pt-0{
    padding-top: 0px !important;
  }

  .lg\:pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:pt-4{
    padding-top: 1rem !important;
  }

  .lg\:pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:pt-7{
    padding-top: 1.75rem !important;
  }

  .lg\:pt-8{
    padding-top: 2rem !important;
  }

  .lg\:pt-9{
    padding-top: 2.25rem !important;
  }

  .lg\:pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:pt-11{
    padding-top: 2.75rem !important;
  }

  .lg\:pt-12{
    padding-top: 3rem !important;
  }

  .lg\:pt-14{
    padding-top: 3.5rem !important;
  }

  .lg\:pt-16{
    padding-top: 4rem !important;
  }

  .lg\:pt-20{
    padding-top: 5rem !important;
  }

  .lg\:pt-24{
    padding-top: 6rem !important;
  }

  .lg\:pt-28{
    padding-top: 7rem !important;
  }

  .lg\:pt-32{
    padding-top: 8rem !important;
  }

  .lg\:pt-36{
    padding-top: 9rem !important;
  }

  .lg\:pt-40{
    padding-top: 10rem !important;
  }

  .lg\:pt-44{
    padding-top: 11rem !important;
  }

  .lg\:pt-48{
    padding-top: 12rem !important;
  }

  .lg\:pt-52{
    padding-top: 13rem !important;
  }

  .lg\:pt-56{
    padding-top: 14rem !important;
  }

  .lg\:pt-60{
    padding-top: 15rem !important;
  }

  .lg\:pt-64{
    padding-top: 16rem !important;
  }

  .lg\:pt-72{
    padding-top: 18rem !important;
  }

  .lg\:pt-80{
    padding-top: 20rem !important;
  }

  .lg\:pt-96{
    padding-top: 24rem !important;
  }

  .lg\:pt-px{
    padding-top: 1px !important;
  }

  .lg\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .lg\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .lg\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .lg\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .lg\:pr-0{
    padding-right: 0px !important;
  }

  .lg\:pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:pr-4{
    padding-right: 1rem !important;
  }

  .lg\:pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:pr-7{
    padding-right: 1.75rem !important;
  }

  .lg\:pr-8{
    padding-right: 2rem !important;
  }

  .lg\:pr-9{
    padding-right: 2.25rem !important;
  }

  .lg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:pr-11{
    padding-right: 2.75rem !important;
  }

  .lg\:pr-12{
    padding-right: 3rem !important;
  }

  .lg\:pr-14{
    padding-right: 3.5rem !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

  .lg\:pr-20{
    padding-right: 5rem !important;
  }

  .lg\:pr-24{
    padding-right: 6rem !important;
  }

  .lg\:pr-28{
    padding-right: 7rem !important;
  }

  .lg\:pr-32{
    padding-right: 8rem !important;
  }

  .lg\:pr-36{
    padding-right: 9rem !important;
  }

  .lg\:pr-40{
    padding-right: 10rem !important;
  }

  .lg\:pr-44{
    padding-right: 11rem !important;
  }

  .lg\:pr-48{
    padding-right: 12rem !important;
  }

  .lg\:pr-52{
    padding-right: 13rem !important;
  }

  .lg\:pr-56{
    padding-right: 14rem !important;
  }

  .lg\:pr-60{
    padding-right: 15rem !important;
  }

  .lg\:pr-64{
    padding-right: 16rem !important;
  }

  .lg\:pr-72{
    padding-right: 18rem !important;
  }

  .lg\:pr-80{
    padding-right: 20rem !important;
  }

  .lg\:pr-96{
    padding-right: 24rem !important;
  }

  .lg\:pr-px{
    padding-right: 1px !important;
  }

  .lg\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .lg\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .lg\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .lg\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .lg\:pb-0{
    padding-bottom: 0px !important;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .lg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .lg\:pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .lg\:pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:pb-28{
    padding-bottom: 7rem !important;
  }

  .lg\:pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:pb-36{
    padding-bottom: 9rem !important;
  }

  .lg\:pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:pb-44{
    padding-bottom: 11rem !important;
  }

  .lg\:pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:pb-52{
    padding-bottom: 13rem !important;
  }

  .lg\:pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:pb-60{
    padding-bottom: 15rem !important;
  }

  .lg\:pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:pb-72{
    padding-bottom: 18rem !important;
  }

  .lg\:pb-80{
    padding-bottom: 20rem !important;
  }

  .lg\:pb-96{
    padding-bottom: 24rem !important;
  }

  .lg\:pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .lg\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .lg\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .lg\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .lg\:pl-0{
    padding-left: 0px !important;
  }

  .lg\:pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:pl-4{
    padding-left: 1rem !important;
  }

  .lg\:pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:pl-7{
    padding-left: 1.75rem !important;
  }

  .lg\:pl-8{
    padding-left: 2rem !important;
  }

  .lg\:pl-9{
    padding-left: 2.25rem !important;
  }

  .lg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:pl-11{
    padding-left: 2.75rem !important;
  }

  .lg\:pl-12{
    padding-left: 3rem !important;
  }

  .lg\:pl-14{
    padding-left: 3.5rem !important;
  }

  .lg\:pl-16{
    padding-left: 4rem !important;
  }

  .lg\:pl-20{
    padding-left: 5rem !important;
  }

  .lg\:pl-24{
    padding-left: 6rem !important;
  }

  .lg\:pl-28{
    padding-left: 7rem !important;
  }

  .lg\:pl-32{
    padding-left: 8rem !important;
  }

  .lg\:pl-36{
    padding-left: 9rem !important;
  }

  .lg\:pl-40{
    padding-left: 10rem !important;
  }

  .lg\:pl-44{
    padding-left: 11rem !important;
  }

  .lg\:pl-48{
    padding-left: 12rem !important;
  }

  .lg\:pl-52{
    padding-left: 13rem !important;
  }

  .lg\:pl-56{
    padding-left: 14rem !important;
  }

  .lg\:pl-60{
    padding-left: 15rem !important;
  }

  .lg\:pl-64{
    padding-left: 16rem !important;
  }

  .lg\:pl-72{
    padding-left: 18rem !important;
  }

  .lg\:pl-80{
    padding-left: 20rem !important;
  }

  .lg\:pl-96{
    padding-left: 24rem !important;
  }

  .lg\:pl-px{
    padding-left: 1px !important;
  }

  .lg\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .lg\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .lg\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .lg\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:text-center{
    text-align: center !important;
  }

  .lg\:text-right{
    text-align: right !important;
  }

  .lg\:text-justify{
    text-align: justify !important;
  }

  .lg\:align-baseline{
    vertical-align: baseline !important;
  }

  .lg\:align-top{
    vertical-align: top !important;
  }

  .lg\:align-middle{
    vertical-align: middle !important;
  }

  .lg\:align-bottom{
    vertical-align: bottom !important;
  }

  .lg\:align-text-top{
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg\:font-body{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .lg\:font-displayRegular{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .lg\:font-display{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .lg\:font-displayHead{
    font-family: Conv_FontsFree-Net-SFProDisplay-Bold, sans-serif !important;
  }

  .lg\:font-displayHeavy{
    font-family: Conv_FontsFree-Net-SFProDisplay-Heavy, sans-serif !important;
  }

  .lg\:font-displaySemibold{
    font-family: Conv_FontsFree-Net-SFProDisplay-Semibold, sans-serif !important;
  }

  .lg\:font-displayLight{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .lg\:font-displayBlack{
    font-family: SFProDisplay-Black, sans-serif !important;
  }

  .lg\:font-displayItalic{
    font-family: Conv_FontsFree-Net-SFProDisplay-BoldItalic, sans-serif !important;
  }

  .lg\:font-displayMedium{
    font-family: display-Medium, sans-serif !important;
  }

  .lg\:font-pacifico{
    font-family: Pacifico, cursive !important;
  }

  .lg\:font-Lora{
    font-family: Lora, serif !important;
  }

  .lg\:font-freightMedium{
    font-family: freight-medium, serif !important;
  }

  .lg\:text-xxs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-h2{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-h3{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .lg\:text-h4{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-h1{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-h5{
    font-size: 24px !important;
    line-height: 1.2em !important;
  }

  .lg\:text-xs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-sm{
    font-size: 14px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-md{
    font-size: 16px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-base{
    font-size: 18px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-lg{
    font-size: 20px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-xl{
    font-size: 22px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-2xl{
    font-size: 24px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-3xl{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-4xl{
    font-size: 34px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-5xl{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .lg\:text-6xl{
    font-size: 48px !important;
    line-height: 1.2em !important;
  }

  .lg\:text-7xl{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .lg\:text-8xl{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .lg\:font-thin{
    font-weight: 100 !important;
  }

  .lg\:font-extralight{
    font-weight: 200 !important;
  }

  .lg\:font-light{
    font-weight: 300 !important;
  }

  .lg\:font-normal{
    font-weight: 400 !important;
  }

  .lg\:font-medium{
    font-weight: 500 !important;
  }

  .lg\:font-semibold{
    font-weight: 600 !important;
  }

  .lg\:font-bold{
    font-weight: 700 !important;
  }

  .lg\:font-extrabold{
    font-weight: 800 !important;
  }

  .lg\:font-black{
    font-weight: 900 !important;
  }

  .lg\:uppercase{
    text-transform: uppercase !important;
  }

  .lg\:lowercase{
    text-transform: lowercase !important;
  }

  .lg\:capitalize{
    text-transform: capitalize !important;
  }

  .lg\:normal-case{
    text-transform: none !important;
  }

  .lg\:italic{
    font-style: italic !important;
  }

  .lg\:not-italic{
    font-style: normal !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:leading-3{
    line-height: .75rem !important;
  }

  .lg\:leading-4{
    line-height: 1rem !important;
  }

  .lg\:leading-5{
    line-height: 1.25rem !important;
  }

  .lg\:leading-6{
    line-height: 1.5rem !important;
  }

  .lg\:leading-7{
    line-height: 1.75rem !important;
  }

  .lg\:leading-8{
    line-height: 2rem !important;
  }

  .lg\:leading-9{
    line-height: 2.25rem !important;
  }

  .lg\:leading-10{
    line-height: 2.5rem !important;
  }

  .lg\:leading-none{
    line-height: 1 !important;
  }

  .lg\:leading-tight{
    line-height: 1.25 !important;
  }

  .lg\:leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg\:leading-loose{
    line-height: 2 !important;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black50{
    color: #2A2C3B80 !important;
  }

  .lg\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .lg\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .lg\:text-black30{
    color: #0000004D !important;
  }

  .lg\:text-select{
    color: #2A2C3B41 !important;
  }

  .lg\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black95{
    color: #000000F2 !important;
  }

  .lg\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .lg\:text-bGraylight{
    color: #70707027 !important;
  }

  .lg\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black-650{
    color: #00000040 !important;
  }

  .lg\:text-black-700{
    color: #00000066 !important;
  }

  .lg\:text-black-750{
    color: #00000080 !important;
  }

  .lg\:text-black-800{
    color: #00000099 !important;
  }

  .lg\:text-black-850{
    color: #000000B3 !important;
  }

  .lg\:text-black-900{
    color: #000000CC !important;
  }

  .lg\:text-black-950{
    color: #000000E6 !important;
  }

  .lg\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .group:hover .lg\:group-hover\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .lg\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .lg\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .lg\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .lg\:group-hover\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black50{
    color: #2A2C3B80 !important;
  }

  .group:hover .lg\:group-hover\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .group:hover .lg\:group-hover\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .group:hover .lg\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .lg\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .lg\:group-hover\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .group:hover .lg\:group-hover\:text-black30{
    color: #0000004D !important;
  }

  .group:hover .lg\:group-hover\:text-select{
    color: #2A2C3B41 !important;
  }

  .group:hover .lg\:group-hover\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black95{
    color: #000000F2 !important;
  }

  .group:hover .lg\:group-hover\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .group:hover .lg\:group-hover\:text-bGraylight{
    color: #70707027 !important;
  }

  .group:hover .lg\:group-hover\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .lg\:group-hover\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black-650{
    color: #00000040 !important;
  }

  .group:hover .lg\:group-hover\:text-black-700{
    color: #00000066 !important;
  }

  .group:hover .lg\:group-hover\:text-black-750{
    color: #00000080 !important;
  }

  .group:hover .lg\:group-hover\:text-black-800{
    color: #00000099 !important;
  }

  .group:hover .lg\:group-hover\:text-black-850{
    color: #000000B3 !important;
  }

  .group:hover .lg\:group-hover\:text-black-900{
    color: #000000CC !important;
  }

  .group:hover .lg\:group-hover\:text-black-950{
    color: #000000E6 !important;
  }

  .group:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blackDarker:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-redlight:focus-within{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus-within\:text-grayLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-grayDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-borderDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-whiteLight:focus-within{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus-within\:text-secondaryLight:focus-within{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus-within\:text-borderLight:focus-within{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus-within\:text-secondaryDark:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:text-blackDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black50:focus-within{
    color: #2A2C3B80 !important;
  }

  .lg\:focus-within\:text-borderGray:focus-within{
    color: #2A2C3B67 !important;
  }

  .lg\:focus-within\:text-borderModal:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-modalbg:focus-within{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus-within\:text-black80:focus-within{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus-within\:text-black90:focus-within{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus-within\:text-warning:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-inputDark:focus-within{
    color: #2A2C3BCB !important;
  }

  .lg\:focus-within\:text-black30:focus-within{
    color: #0000004D !important;
  }

  .lg\:focus-within\:text-select:focus-within{
    color: #2A2C3B41 !important;
  }

  .lg\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-darkBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-borderBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black95:focus-within{
    color: #000000F2 !important;
  }

  .lg\:focus-within\:text-blackLight25:focus-within{
    color: #2A2C3B40 !important;
  }

  .lg\:focus-within\:text-bGraylight:focus-within{
    color: #70707027 !important;
  }

  .lg\:focus-within\:text-lightGray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lightRed:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-maroon:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-footerDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-alert:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blackLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-40:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:text-black-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black-650:focus-within{
    color: #00000040 !important;
  }

  .lg\:focus-within\:text-black-700:focus-within{
    color: #00000066 !important;
  }

  .lg\:focus-within\:text-black-750:focus-within{
    color: #00000080 !important;
  }

  .lg\:focus-within\:text-black-800:focus-within{
    color: #00000099 !important;
  }

  .lg\:focus-within\:text-black-850:focus-within{
    color: #000000B3 !important;
  }

  .lg\:focus-within\:text-black-900:focus-within{
    color: #000000CC !important;
  }

  .lg\:focus-within\:text-black-950:focus-within{
    color: #000000E6 !important;
  }

  .lg\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blackDarker:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-redlight:hover{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:hover\:text-grayLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-grayDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-borderDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-whiteLight:hover{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:hover\:text-secondaryLight:hover{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:hover\:text-borderLight:hover{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:hover\:text-secondaryDark:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:text-blackDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black50:hover{
    color: #2A2C3B80 !important;
  }

  .lg\:hover\:text-borderGray:hover{
    color: #2A2C3B67 !important;
  }

  .lg\:hover\:text-borderModal:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-modalbg:hover{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:hover\:text-black80:hover{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:hover\:text-black90:hover{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:hover\:text-warning:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-inputDark:hover{
    color: #2A2C3BCB !important;
  }

  .lg\:hover\:text-black30:hover{
    color: #0000004D !important;
  }

  .lg\:hover\:text-select:hover{
    color: #2A2C3B41 !important;
  }

  .lg\:hover\:text-orange:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-darkBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-borderBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black95:hover{
    color: #000000F2 !important;
  }

  .lg\:hover\:text-blackLight25:hover{
    color: #2A2C3B40 !important;
  }

  .lg\:hover\:text-bGraylight:hover{
    color: #70707027 !important;
  }

  .lg\:hover\:text-lightGray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lightRed:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-maroon:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-footerDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-alert:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blackLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-40:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:text-black-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black-650:hover{
    color: #00000040 !important;
  }

  .lg\:hover\:text-black-700:hover{
    color: #00000066 !important;
  }

  .lg\:hover\:text-black-750:hover{
    color: #00000080 !important;
  }

  .lg\:hover\:text-black-800:hover{
    color: #00000099 !important;
  }

  .lg\:hover\:text-black-850:hover{
    color: #000000B3 !important;
  }

  .lg\:hover\:text-black-900:hover{
    color: #000000CC !important;
  }

  .lg\:hover\:text-black-950:hover{
    color: #000000E6 !important;
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blackDarker:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-redlight:focus{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:text-grayLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-grayDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-borderDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-whiteLight:focus{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:text-secondaryLight:focus{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:text-borderLight:focus{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:text-secondaryDark:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:text-blackDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black50:focus{
    color: #2A2C3B80 !important;
  }

  .lg\:focus\:text-borderGray:focus{
    color: #2A2C3B67 !important;
  }

  .lg\:focus\:text-borderModal:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-modalbg:focus{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:text-black80:focus{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:text-black90:focus{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:text-warning:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-inputDark:focus{
    color: #2A2C3BCB !important;
  }

  .lg\:focus\:text-black30:focus{
    color: #0000004D !important;
  }

  .lg\:focus\:text-select:focus{
    color: #2A2C3B41 !important;
  }

  .lg\:focus\:text-orange:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-darkBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-borderBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black95:focus{
    color: #000000F2 !important;
  }

  .lg\:focus\:text-blackLight25:focus{
    color: #2A2C3B40 !important;
  }

  .lg\:focus\:text-bGraylight:focus{
    color: #70707027 !important;
  }

  .lg\:focus\:text-lightGray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lightRed:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-maroon:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-footerDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-alert:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blackLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-40:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:text-black-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black-650:focus{
    color: #00000040 !important;
  }

  .lg\:focus\:text-black-700:focus{
    color: #00000066 !important;
  }

  .lg\:focus\:text-black-750:focus{
    color: #00000080 !important;
  }

  .lg\:focus\:text-black-800:focus{
    color: #00000099 !important;
  }

  .lg\:focus\:text-black-850:focus{
    color: #000000B3 !important;
  }

  .lg\:focus\:text-black-900:focus{
    color: #000000CC !important;
  }

  .lg\:focus\:text-black-950:focus{
    color: #000000E6 !important;
  }

  .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .lg\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .lg\:underline{
    text-decoration: underline !important;
  }

  .lg\:line-through{
    text-decoration: line-through !important;
  }

  .lg\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .lg\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .lg\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:placeholder-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blackLight::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .lg\:placeholder-blackLight:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .lg\:placeholder-blackLight::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .lg\:placeholder-redDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-redDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-redDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-ghostWhite::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-ghostWhite:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-ghostWhite::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-none::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-none:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-none::placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:placeholder-blue-200::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:placeholder-blue-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .lg\:placeholder-blue-800::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .lg\:placeholder-blue-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-40::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:placeholder-black-40:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:placeholder-black-40::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:placeholder-black-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-650::-moz-placeholder{
    color: #00000040 !important;
  }

  .lg\:placeholder-black-650:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .lg\:placeholder-black-650::placeholder{
    color: #00000040 !important;
  }

  .lg\:placeholder-black-700::-moz-placeholder{
    color: #00000066 !important;
  }

  .lg\:placeholder-black-700:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .lg\:placeholder-black-700::placeholder{
    color: #00000066 !important;
  }

  .lg\:placeholder-black-750::-moz-placeholder{
    color: #00000080 !important;
  }

  .lg\:placeholder-black-750:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .lg\:placeholder-black-750::placeholder{
    color: #00000080 !important;
  }

  .lg\:placeholder-black-800::-moz-placeholder{
    color: #00000099 !important;
  }

  .lg\:placeholder-black-800:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .lg\:placeholder-black-800::placeholder{
    color: #00000099 !important;
  }

  .lg\:placeholder-black-850::-moz-placeholder{
    color: #000000B3 !important;
  }

  .lg\:placeholder-black-850:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .lg\:placeholder-black-850::placeholder{
    color: #000000B3 !important;
  }

  .lg\:placeholder-black-900::-moz-placeholder{
    color: #000000CC !important;
  }

  .lg\:placeholder-black-900:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .lg\:placeholder-black-900::placeholder{
    color: #000000CC !important;
  }

  .lg\:placeholder-black-950::-moz-placeholder{
    color: #000000E6 !important;
  }

  .lg\:placeholder-black-950:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .lg\:placeholder-black-950::placeholder{
    color: #000000E6 !important;
  }

  .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-redlight::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:placeholder-redlight:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:placeholder-redlight::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:placeholder-grayLight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayLight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayLight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-whiteLight::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:placeholder-whiteLight:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:placeholder-whiteLight::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:placeholder-secondaryLight::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:placeholder-secondaryLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:placeholder-secondaryLight::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:placeholder-borderLight::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:placeholder-borderLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:placeholder-borderLight::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:placeholder-secondaryDark::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:placeholder-secondaryDark:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:placeholder-secondaryDark::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:placeholder-blackDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blackDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blackDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black50::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .lg\:placeholder-black50:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .lg\:placeholder-black50::placeholder{
    color: #2A2C3B80 !important;
  }

  .lg\:placeholder-borderGray::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .lg\:placeholder-borderGray:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .lg\:placeholder-borderGray::placeholder{
    color: #2A2C3B67 !important;
  }

  .lg\:placeholder-borderModal::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderModal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderModal::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-modalbg::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:placeholder-modalbg:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:placeholder-modalbg::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:placeholder-black80::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:placeholder-black80:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:placeholder-black80::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:placeholder-black90::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:placeholder-black90:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:placeholder-black90::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:placeholder-warning::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-inputDark::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .lg\:placeholder-inputDark:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .lg\:placeholder-inputDark::placeholder{
    color: #2A2C3BCB !important;
  }

  .lg\:placeholder-black30::-moz-placeholder{
    color: #0000004D !important;
  }

  .lg\:placeholder-black30:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .lg\:placeholder-black30::placeholder{
    color: #0000004D !important;
  }

  .lg\:placeholder-select::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .lg\:placeholder-select:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .lg\:placeholder-select::placeholder{
    color: #2A2C3B41 !important;
  }

  .lg\:placeholder-darkBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-borderBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black95::-moz-placeholder{
    color: #000000F2 !important;
  }

  .lg\:placeholder-black95:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .lg\:placeholder-black95::placeholder{
    color: #000000F2 !important;
  }

  .lg\:placeholder-blackLight25::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .lg\:placeholder-blackLight25:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .lg\:placeholder-blackLight25::placeholder{
    color: #2A2C3B40 !important;
  }

  .lg\:placeholder-bGraylight::-moz-placeholder{
    color: #70707027 !important;
  }

  .lg\:placeholder-bGraylight:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .lg\:placeholder-bGraylight::placeholder{
    color: #70707027 !important;
  }

  .lg\:placeholder-lightGray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightGray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightGray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightRed::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightRed:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightRed::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-maroon::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-maroon:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-maroon::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-footerDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-footerDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-footerDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-alert::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-alert:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-alert::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-custom::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-custom:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-custom::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darker::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darker::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-medium::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-medium::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blackLight:focus::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:placeholder-blackLight:focus:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:placeholder-blackLight:focus::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:placeholder-redDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-redDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-redDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-ghostWhite:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-ghostWhite:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-ghostWhite:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-none:focus::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-none:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-none:focus::placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:placeholder-blue-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:placeholder-blue-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-40:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:placeholder-black-40:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:placeholder-black-40:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:placeholder-black-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-650:focus::-moz-placeholder{
    color: #00000040 !important;
  }

  .lg\:focus\:placeholder-black-650:focus:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .lg\:focus\:placeholder-black-650:focus::placeholder{
    color: #00000040 !important;
  }

  .lg\:focus\:placeholder-black-700:focus::-moz-placeholder{
    color: #00000066 !important;
  }

  .lg\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .lg\:focus\:placeholder-black-700:focus::placeholder{
    color: #00000066 !important;
  }

  .lg\:focus\:placeholder-black-750:focus::-moz-placeholder{
    color: #00000080 !important;
  }

  .lg\:focus\:placeholder-black-750:focus:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .lg\:focus\:placeholder-black-750:focus::placeholder{
    color: #00000080 !important;
  }

  .lg\:focus\:placeholder-black-800:focus::-moz-placeholder{
    color: #00000099 !important;
  }

  .lg\:focus\:placeholder-black-800:focus:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .lg\:focus\:placeholder-black-800:focus::placeholder{
    color: #00000099 !important;
  }

  .lg\:focus\:placeholder-black-850:focus::-moz-placeholder{
    color: #000000B3 !important;
  }

  .lg\:focus\:placeholder-black-850:focus:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .lg\:focus\:placeholder-black-850:focus::placeholder{
    color: #000000B3 !important;
  }

  .lg\:focus\:placeholder-black-900:focus::-moz-placeholder{
    color: #000000CC !important;
  }

  .lg\:focus\:placeholder-black-900:focus:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .lg\:focus\:placeholder-black-900:focus::placeholder{
    color: #000000CC !important;
  }

  .lg\:focus\:placeholder-black-950:focus::-moz-placeholder{
    color: #000000E6 !important;
  }

  .lg\:focus\:placeholder-black-950:focus:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .lg\:focus\:placeholder-black-950:focus::placeholder{
    color: #000000E6 !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-redlight:focus::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:placeholder-redlight:focus:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:placeholder-redlight:focus::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:placeholder-grayLight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayLight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayLight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-whiteLight:focus::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:placeholder-whiteLight:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:placeholder-whiteLight:focus::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:placeholder-secondaryLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:placeholder-secondaryLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:placeholder-secondaryLight:focus::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:placeholder-borderLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:placeholder-borderLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:placeholder-borderLight:focus::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:placeholder-secondaryDark:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:placeholder-secondaryDark:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:placeholder-secondaryDark:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:placeholder-blackDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blackDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blackDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black50:focus::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .lg\:focus\:placeholder-black50:focus:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .lg\:focus\:placeholder-black50:focus::placeholder{
    color: #2A2C3B80 !important;
  }

  .lg\:focus\:placeholder-borderGray:focus::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .lg\:focus\:placeholder-borderGray:focus:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .lg\:focus\:placeholder-borderGray:focus::placeholder{
    color: #2A2C3B67 !important;
  }

  .lg\:focus\:placeholder-borderModal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderModal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderModal:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-modalbg:focus::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:placeholder-modalbg:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:placeholder-modalbg:focus::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:placeholder-black80:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:placeholder-black80:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:placeholder-black80:focus::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:placeholder-black90:focus::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:placeholder-black90:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:placeholder-black90:focus::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:placeholder-warning:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-inputDark:focus::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .lg\:focus\:placeholder-inputDark:focus:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .lg\:focus\:placeholder-inputDark:focus::placeholder{
    color: #2A2C3BCB !important;
  }

  .lg\:focus\:placeholder-black30:focus::-moz-placeholder{
    color: #0000004D !important;
  }

  .lg\:focus\:placeholder-black30:focus:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .lg\:focus\:placeholder-black30:focus::placeholder{
    color: #0000004D !important;
  }

  .lg\:focus\:placeholder-select:focus::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .lg\:focus\:placeholder-select:focus:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .lg\:focus\:placeholder-select:focus::placeholder{
    color: #2A2C3B41 !important;
  }

  .lg\:focus\:placeholder-darkBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-borderBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black95:focus::-moz-placeholder{
    color: #000000F2 !important;
  }

  .lg\:focus\:placeholder-black95:focus:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .lg\:focus\:placeholder-black95:focus::placeholder{
    color: #000000F2 !important;
  }

  .lg\:focus\:placeholder-blackLight25:focus::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .lg\:focus\:placeholder-blackLight25:focus:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .lg\:focus\:placeholder-blackLight25:focus::placeholder{
    color: #2A2C3B40 !important;
  }

  .lg\:focus\:placeholder-bGraylight:focus::-moz-placeholder{
    color: #70707027 !important;
  }

  .lg\:focus\:placeholder-bGraylight:focus:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .lg\:focus\:placeholder-bGraylight:focus::placeholder{
    color: #70707027 !important;
  }

  .lg\:focus\:placeholder-lightGray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightGray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightGray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightRed:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightRed:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightRed:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-maroon:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-maroon:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-maroon:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-footerDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-footerDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-footerDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-alert:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-alert:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-alert:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-custom:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-custom:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-custom:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darker:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darker:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-medium:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-medium:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:opacity-0{
    opacity: 0 !important;
  }

  .lg\:opacity-5{
    opacity: 0.05 !important;
  }

  .lg\:opacity-10{
    opacity: 0.1 !important;
  }

  .lg\:opacity-20{
    opacity: 0.2 !important;
  }

  .lg\:opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:opacity-30{
    opacity: 0.3 !important;
  }

  .lg\:opacity-40{
    opacity: 0.4 !important;
  }

  .lg\:opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:opacity-60{
    opacity: 0.6 !important;
  }

  .lg\:opacity-70{
    opacity: 0.7 !important;
  }

  .lg\:opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:opacity-80{
    opacity: 0.8 !important;
  }

  .lg\:opacity-90{
    opacity: 0.9 !important;
  }

  .lg\:opacity-95{
    opacity: 0.95 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .lg\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .lg\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .lg\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .lg\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .lg\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .lg\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .lg\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .lg\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .lg\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .lg\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .lg\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .lg\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .lg\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .lg\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .lg\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .lg\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .lg\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .lg\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .lg\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .lg\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-0:focus-within{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-xs:focus-within{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-card:focus-within{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-0:hover{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-xs:hover{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-default:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-card:hover{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-0:focus{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-xs:focus{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-default:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-card:focus{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .lg\:ring-primary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blackLight{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:ring-redDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-ghostWhite{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-none{
    --tw-ring-color: transparent !important;
  }

  .lg\:ring-orange{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-200{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:ring-blue-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-800{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:ring-blue-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-40{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:ring-black-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black-650{
    --tw-ring-color: #00000040 !important;
  }

  .lg\:ring-black-700{
    --tw-ring-color: #00000066 !important;
  }

  .lg\:ring-black-750{
    --tw-ring-color: #00000080 !important;
  }

  .lg\:ring-black-800{
    --tw-ring-color: #00000099 !important;
  }

  .lg\:ring-black-850{
    --tw-ring-color: #000000B3 !important;
  }

  .lg\:ring-black-900{
    --tw-ring-color: #000000CC !important;
  }

  .lg\:ring-black-950{
    --tw-ring-color: #000000E6 !important;
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-redlight{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .lg\:ring-grayLight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-grayDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-borderDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-whiteLight{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:ring-secondaryLight{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:ring-borderLight{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:ring-secondaryDark{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:ring-blackDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black50{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .lg\:ring-borderGray{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .lg\:ring-borderModal{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-modalbg{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .lg\:ring-black80{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:ring-black90{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:ring-warning{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-inputDark{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .lg\:ring-black30{
    --tw-ring-color: #0000004D !important;
  }

  .lg\:ring-select{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .lg\:ring-darkBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-borderBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black95{
    --tw-ring-color: #000000F2 !important;
  }

  .lg\:ring-blackLight25{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .lg\:ring-bGraylight{
    --tw-ring-color: #70707027 !important;
  }

  .lg\:ring-lightGray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lightRed{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-maroon{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-footerDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-alert{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blackLight:focus-within{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus-within\:ring-redDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-ghostWhite:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-none:focus-within{
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus-within\:ring-blue-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus-within\:ring-blue-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-40:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:ring-black-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black-650:focus-within{
    --tw-ring-color: #00000040 !important;
  }

  .lg\:focus-within\:ring-black-700:focus-within{
    --tw-ring-color: #00000066 !important;
  }

  .lg\:focus-within\:ring-black-750:focus-within{
    --tw-ring-color: #00000080 !important;
  }

  .lg\:focus-within\:ring-black-800:focus-within{
    --tw-ring-color: #00000099 !important;
  }

  .lg\:focus-within\:ring-black-850:focus-within{
    --tw-ring-color: #000000B3 !important;
  }

  .lg\:focus-within\:ring-black-900:focus-within{
    --tw-ring-color: #000000CC !important;
  }

  .lg\:focus-within\:ring-black-950:focus-within{
    --tw-ring-color: #000000E6 !important;
  }

  .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-redlight:focus-within{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus-within\:ring-grayLight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-grayDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-borderDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-whiteLight:focus-within{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus-within\:ring-secondaryLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus-within\:ring-borderLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus-within\:ring-secondaryDark:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:ring-blackDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black50:focus-within{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .lg\:focus-within\:ring-borderGray:focus-within{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .lg\:focus-within\:ring-borderModal:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-modalbg:focus-within{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus-within\:ring-black80:focus-within{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus-within\:ring-black90:focus-within{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus-within\:ring-warning:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-inputDark:focus-within{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .lg\:focus-within\:ring-black30:focus-within{
    --tw-ring-color: #0000004D !important;
  }

  .lg\:focus-within\:ring-select:focus-within{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .lg\:focus-within\:ring-darkBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-borderBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black95:focus-within{
    --tw-ring-color: #000000F2 !important;
  }

  .lg\:focus-within\:ring-blackLight25:focus-within{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .lg\:focus-within\:ring-bGraylight:focus-within{
    --tw-ring-color: #70707027 !important;
  }

  .lg\:focus-within\:ring-lightGray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lightRed:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-maroon:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-footerDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-alert:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blackLight:focus{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:ring-redDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-ghostWhite:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-none:focus{
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-200:focus{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:ring-blue-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-800:focus{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:ring-blue-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-40:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:ring-black-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black-650:focus{
    --tw-ring-color: #00000040 !important;
  }

  .lg\:focus\:ring-black-700:focus{
    --tw-ring-color: #00000066 !important;
  }

  .lg\:focus\:ring-black-750:focus{
    --tw-ring-color: #00000080 !important;
  }

  .lg\:focus\:ring-black-800:focus{
    --tw-ring-color: #00000099 !important;
  }

  .lg\:focus\:ring-black-850:focus{
    --tw-ring-color: #000000B3 !important;
  }

  .lg\:focus\:ring-black-900:focus{
    --tw-ring-color: #000000CC !important;
  }

  .lg\:focus\:ring-black-950:focus{
    --tw-ring-color: #000000E6 !important;
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-redlight:focus{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:ring-grayLight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-grayDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-borderDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-whiteLight:focus{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:ring-secondaryLight:focus{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:ring-borderLight:focus{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:ring-secondaryDark:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:ring-blackDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black50:focus{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .lg\:focus\:ring-borderGray:focus{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .lg\:focus\:ring-borderModal:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-modalbg:focus{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:ring-black80:focus{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:ring-black90:focus{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:ring-warning:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-inputDark:focus{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .lg\:focus\:ring-black30:focus{
    --tw-ring-color: #0000004D !important;
  }

  .lg\:focus\:ring-select:focus{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .lg\:focus\:ring-darkBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-borderBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black95:focus{
    --tw-ring-color: #000000F2 !important;
  }

  .lg\:focus\:ring-blackLight25:focus{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .lg\:focus\:ring-bGraylight:focus{
    --tw-ring-color: #70707027 !important;
  }

  .lg\:focus\:ring-lightGray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lightRed:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-maroon:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-footerDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-alert:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:ring-offset-primary-50{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:ring-offset-primary-100{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:ring-offset-primary-200{
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:ring-offset-primary-300{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:ring-offset-primary-400{
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:ring-offset-primary-500{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:ring-offset-primary-600{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:ring-offset-primary-700{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:ring-offset-primary-800{
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:ring-offset-primary-900{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:ring-offset-primary-950{
    --tw-ring-offset-color: #450a0a !important;
  }

  .lg\:ring-offset-primary{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:ring-offset-secondary-50{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .lg\:ring-offset-secondary-100{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .lg\:ring-offset-secondary-200{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:ring-offset-secondary-300{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .lg\:ring-offset-secondary-400{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .lg\:ring-offset-secondary-500{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:ring-offset-secondary-600{
    --tw-ring-offset-color: #475569 !important;
  }

  .lg\:ring-offset-secondary-700{
    --tw-ring-offset-color: #334155 !important;
  }

  .lg\:ring-offset-secondary-800{
    --tw-ring-offset-color: #1e293b !important;
  }

  .lg\:ring-offset-secondary-900{
    --tw-ring-offset-color: #0f172a !important;
  }

  .lg\:ring-offset-secondary-950{
    --tw-ring-offset-color: #020617 !important;
  }

  .lg\:ring-offset-secondary{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:ring-offset-blackLight{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:ring-offset-redDark{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .lg\:ring-offset-gray400{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .lg\:ring-offset-ghostWhite{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .lg\:ring-offset-black500{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:ring-offset-white200{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .lg\:ring-offset-gray100{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .lg\:ring-offset-none{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:ring-offset-orange{
    --tw-ring-offset-color: #FF626B !important;
  }

  .lg\:ring-offset-pink{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .lg\:ring-offset-pink100{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .lg\:ring-offset-purple{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .lg\:ring-offset-blue-50{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:ring-offset-blue-100{
    --tw-ring-offset-color: #22232f !important;
  }

  .lg\:ring-offset-blue-150{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .lg\:ring-offset-blue-200{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:ring-offset-blue-250{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .lg\:ring-offset-blue-300{
    --tw-ring-offset-color: #564CFF !important;
  }

  .lg\:ring-offset-blue-350{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .lg\:ring-offset-blue-400{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .lg\:ring-offset-blue-500{
    --tw-ring-offset-color: #0099FF !important;
  }

  .lg\:ring-offset-blue-600{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .lg\:ring-offset-blue-700{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .lg\:ring-offset-blue-750{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .lg\:ring-offset-blue-800{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:ring-offset-blue-850{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .lg\:ring-offset-blue-900{
    --tw-ring-offset-color: #5875DC !important;
  }

  .lg\:ring-offset-blue-950{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .lg\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF !important;
  }

  .lg\:ring-offset-black-40{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:ring-offset-black-50{
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:ring-offset-black-100{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .lg\:ring-offset-black-150{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .lg\:ring-offset-black-200{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .lg\:ring-offset-black-250{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .lg\:ring-offset-black-300{
    --tw-ring-offset-color: #737373 !important;
  }

  .lg\:ring-offset-black-350{
    --tw-ring-offset-color: #525252 !important;
  }

  .lg\:ring-offset-black-400{
    --tw-ring-offset-color: #404040 !important;
  }

  .lg\:ring-offset-black-450{
    --tw-ring-offset-color: #262626 !important;
  }

  .lg\:ring-offset-black-500{
    --tw-ring-offset-color: #333 !important;
  }

  .lg\:ring-offset-black-550{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .lg\:ring-offset-black-600{
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:ring-offset-black-650{
    --tw-ring-offset-color: #00000040 !important;
  }

  .lg\:ring-offset-black-700{
    --tw-ring-offset-color: #00000066 !important;
  }

  .lg\:ring-offset-black-750{
    --tw-ring-offset-color: #00000080 !important;
  }

  .lg\:ring-offset-black-800{
    --tw-ring-offset-color: #00000099 !important;
  }

  .lg\:ring-offset-black-850{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .lg\:ring-offset-black-900{
    --tw-ring-offset-color: #000000CC !important;
  }

  .lg\:ring-offset-black-950{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:ring-offset-red-50{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .lg\:ring-offset-red-100{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .lg\:ring-offset-red-200{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:ring-offset-red-300{
    --tw-ring-offset-color: #F9597C !important;
  }

  .lg\:ring-offset-red-400{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .lg\:ring-offset-red-500{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .lg\:ring-offset-red-550{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .lg\:ring-offset-red-600{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .lg\:ring-offset-red-650{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .lg\:ring-offset-red-700{
    --tw-ring-offset-color: #B92823 !important;
  }

  .lg\:ring-offset-red-800{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .lg\:ring-offset-red{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:ring-offset-white-50{
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:ring-offset-white-100{
    --tw-ring-offset-color: #fefefe !important;
  }

  .lg\:ring-offset-white-150{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .lg\:ring-offset-white-200{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .lg\:ring-offset-white-250{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .lg\:ring-offset-white-300{
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:ring-offset-white-350{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .lg\:ring-offset-white-400{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .lg\:ring-offset-white-450{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .lg\:ring-offset-white-500{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .lg\:ring-offset-white-550{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .lg\:ring-offset-white-600{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:ring-offset-white-650{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .lg\:ring-offset-white-700{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .lg\:ring-offset-white-750{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .lg\:ring-offset-white-800{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .lg\:ring-offset-white-850{
    --tw-ring-offset-color: #efefef !important;
  }

  .lg\:ring-offset-white-900{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .lg\:ring-offset-white-950{
    --tw-ring-offset-color: #ededed !important;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .lg\:ring-offset-gray-150{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .lg\:ring-offset-gray-250{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .lg\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .lg\:ring-offset-gray-350{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .lg\:ring-offset-gray-450{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:ring-offset-gray-550{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .lg\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .lg\:ring-offset-gray-650{
    --tw-ring-offset-color: #374151 !important;
  }

  .lg\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151 !important;
  }

  .lg\:ring-offset-gray-750{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .lg\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .lg\:ring-offset-gray-850{
    --tw-ring-offset-color: #111827 !important;
  }

  .lg\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827 !important;
  }

  .lg\:ring-offset-gray-950{
    --tw-ring-offset-color: #030712 !important;
  }

  .lg\:ring-offset-gray{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:ring-offset-green{
    --tw-ring-offset-color: #5acebe !important;
  }

  .lg\:ring-offset-redlight{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .lg\:ring-offset-grayLight{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:ring-offset-grayDark{
    --tw-ring-offset-color: #ddd !important;
  }

  .lg\:ring-offset-borderDark{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .lg\:ring-offset-whiteLight{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:ring-offset-secondaryLight{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:ring-offset-borderLight{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:ring-offset-secondaryDark{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:ring-offset-blackDark{
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:ring-offset-gray200{
    --tw-ring-offset-color: #eee !important;
  }

  .lg\:ring-offset-black50{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .lg\:ring-offset-borderGray{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .lg\:ring-offset-borderModal{
    --tw-ring-offset-color: #707070 !important;
  }

  .lg\:ring-offset-modalbg{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .lg\:ring-offset-black80{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:ring-offset-black90{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:ring-offset-warning{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .lg\:ring-offset-inputDark{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .lg\:ring-offset-black30{
    --tw-ring-offset-color: #0000004D !important;
  }

  .lg\:ring-offset-select{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .lg\:ring-offset-darkBlack{
    --tw-ring-offset-color: #22232F !important;
  }

  .lg\:ring-offset-borderBlack{
    --tw-ring-offset-color: #181922 !important;
  }

  .lg\:ring-offset-black95{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .lg\:ring-offset-blackLight25{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .lg\:ring-offset-bGraylight{
    --tw-ring-offset-color: #70707027 !important;
  }

  .lg\:ring-offset-lightGray{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .lg\:ring-offset-lightRed{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .lg\:ring-offset-maroon{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .lg\:ring-offset-footerDark{
    --tw-ring-offset-color: #161617 !important;
  }

  .lg\:ring-offset-success{
    --tw-ring-offset-color: #28a745 !important;
  }

  .lg\:ring-offset-info{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .lg\:ring-offset-danger{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .lg\:ring-offset-alert{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .lg\:ring-offset-success-light{
    --tw-ring-offset-color: #d4edda !important;
  }

  .lg\:ring-offset-info-light{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .lg\:ring-offset-warning-light{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .lg\:ring-offset-danger-light{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .lg\:focus-within\:ring-offset-primary-50:focus-within{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:focus-within\:ring-offset-primary-100:focus-within{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:focus-within\:ring-offset-primary-200:focus-within{
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:focus-within\:ring-offset-primary-300:focus-within{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:focus-within\:ring-offset-primary-400:focus-within{
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:focus-within\:ring-offset-primary-500:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus-within\:ring-offset-primary-600:focus-within{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:focus-within\:ring-offset-primary-700:focus-within{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:focus-within\:ring-offset-primary-800:focus-within{
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:focus-within\:ring-offset-primary-900:focus-within{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:focus-within\:ring-offset-primary-950:focus-within{
    --tw-ring-offset-color: #450a0a !important;
  }

  .lg\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-50:focus-within{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .lg\:focus-within\:ring-offset-secondary-100:focus-within{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-200:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-300:focus-within{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-400:focus-within{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-500:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:focus-within\:ring-offset-secondary-600:focus-within{
    --tw-ring-offset-color: #475569 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-700:focus-within{
    --tw-ring-offset-color: #334155 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-800:focus-within{
    --tw-ring-offset-color: #1e293b !important;
  }

  .lg\:focus-within\:ring-offset-secondary-900:focus-within{
    --tw-ring-offset-color: #0f172a !important;
  }

  .lg\:focus-within\:ring-offset-secondary-950:focus-within{
    --tw-ring-offset-color: #020617 !important;
  }

  .lg\:focus-within\:ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:focus-within\:ring-offset-blackLight:focus-within{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus-within\:ring-offset-redDark:focus-within{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .lg\:focus-within\:ring-offset-gray400:focus-within{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .lg\:focus-within\:ring-offset-ghostWhite:focus-within{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .lg\:focus-within\:ring-offset-black500:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus-within\:ring-offset-white200:focus-within{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .lg\:focus-within\:ring-offset-gray100:focus-within{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .lg\:focus-within\:ring-offset-none:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FF626B !important;
  }

  .lg\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .lg\:focus-within\:ring-offset-pink100:focus-within{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .lg\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #22232f !important;
  }

  .lg\:focus-within\:ring-offset-blue-150:focus-within{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus-within\:ring-offset-blue-250:focus-within{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #564CFF !important;
  }

  .lg\:focus-within\:ring-offset-blue-350:focus-within{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .lg\:focus-within\:ring-offset-blue-750:focus-within{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus-within\:ring-offset-blue-850:focus-within{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #5875DC !important;
  }

  .lg\:focus-within\:ring-offset-blue-950:focus-within{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .lg\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .lg\:focus-within\:ring-offset-black-40:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:ring-offset-black-50:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .lg\:focus-within\:ring-offset-black-150:focus-within{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .lg\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .lg\:focus-within\:ring-offset-black-250:focus-within{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .lg\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: #737373 !important;
  }

  .lg\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: #525252 !important;
  }

  .lg\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #404040 !important;
  }

  .lg\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #262626 !important;
  }

  .lg\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .lg\:focus-within\:ring-offset-black-550:focus-within{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .lg\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:focus-within\:ring-offset-black-650:focus-within{
    --tw-ring-offset-color: #00000040 !important;
  }

  .lg\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #00000066 !important;
  }

  .lg\:focus-within\:ring-offset-black-750:focus-within{
    --tw-ring-offset-color: #00000080 !important;
  }

  .lg\:focus-within\:ring-offset-black-800:focus-within{
    --tw-ring-offset-color: #00000099 !important;
  }

  .lg\:focus-within\:ring-offset-black-850:focus-within{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .lg\:focus-within\:ring-offset-black-900:focus-within{
    --tw-ring-offset-color: #000000CC !important;
  }

  .lg\:focus-within\:ring-offset-black-950:focus-within{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F9597C !important;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .lg\:focus-within\:ring-offset-red-550:focus-within{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .lg\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B92823 !important;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .lg\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus-within\:ring-offset-white-50:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:focus-within\:ring-offset-white-100:focus-within{
    --tw-ring-offset-color: #fefefe !important;
  }

  .lg\:focus-within\:ring-offset-white-150:focus-within{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .lg\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .lg\:focus-within\:ring-offset-white-250:focus-within{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .lg\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus-within\:ring-offset-white-350:focus-within{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .lg\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .lg\:focus-within\:ring-offset-white-450:focus-within{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .lg\:focus-within\:ring-offset-white-500:focus-within{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .lg\:focus-within\:ring-offset-white-550:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .lg\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:focus-within\:ring-offset-white-650:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .lg\:focus-within\:ring-offset-white-700:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .lg\:focus-within\:ring-offset-white-750:focus-within{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .lg\:focus-within\:ring-offset-white-800:focus-within{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .lg\:focus-within\:ring-offset-white-850:focus-within{
    --tw-ring-offset-color: #efefef !important;
  }

  .lg\:focus-within\:ring-offset-white-900:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .lg\:focus-within\:ring-offset-white-950:focus-within{
    --tw-ring-offset-color: #ededed !important;
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .lg\:focus-within\:ring-offset-gray-150:focus-within{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .lg\:focus-within\:ring-offset-gray-250:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .lg\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .lg\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .lg\:focus-within\:ring-offset-gray-650:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .lg\:focus-within\:ring-offset-gray-750:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .lg\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .lg\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #030712 !important;
  }

  .lg\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #5acebe !important;
  }

  .lg\:focus-within\:ring-offset-redlight:focus-within{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus-within\:ring-offset-grayLight:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:focus-within\:ring-offset-grayDark:focus-within{
    --tw-ring-offset-color: #ddd !important;
  }

  .lg\:focus-within\:ring-offset-borderDark:focus-within{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .lg\:focus-within\:ring-offset-whiteLight:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus-within\:ring-offset-secondaryLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus-within\:ring-offset-borderLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus-within\:ring-offset-secondaryDark:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus-within\:ring-offset-blackDark:focus-within{
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:focus-within\:ring-offset-gray200:focus-within{
    --tw-ring-offset-color: #eee !important;
  }

  .lg\:focus-within\:ring-offset-black50:focus-within{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .lg\:focus-within\:ring-offset-borderGray:focus-within{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .lg\:focus-within\:ring-offset-borderModal:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .lg\:focus-within\:ring-offset-modalbg:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus-within\:ring-offset-black80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus-within\:ring-offset-black90:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .lg\:focus-within\:ring-offset-inputDark:focus-within{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .lg\:focus-within\:ring-offset-black30:focus-within{
    --tw-ring-offset-color: #0000004D !important;
  }

  .lg\:focus-within\:ring-offset-select:focus-within{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .lg\:focus-within\:ring-offset-darkBlack:focus-within{
    --tw-ring-offset-color: #22232F !important;
  }

  .lg\:focus-within\:ring-offset-borderBlack:focus-within{
    --tw-ring-offset-color: #181922 !important;
  }

  .lg\:focus-within\:ring-offset-black95:focus-within{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .lg\:focus-within\:ring-offset-blackLight25:focus-within{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .lg\:focus-within\:ring-offset-bGraylight:focus-within{
    --tw-ring-offset-color: #70707027 !important;
  }

  .lg\:focus-within\:ring-offset-lightGray:focus-within{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .lg\:focus-within\:ring-offset-lightRed:focus-within{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .lg\:focus-within\:ring-offset-maroon:focus-within{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .lg\:focus-within\:ring-offset-footerDark:focus-within{
    --tw-ring-offset-color: #161617 !important;
  }

  .lg\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: #28a745 !important;
  }

  .lg\:focus-within\:ring-offset-info:focus-within{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .lg\:focus-within\:ring-offset-danger:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .lg\:focus-within\:ring-offset-alert:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .lg\:focus-within\:ring-offset-success-light:focus-within{
    --tw-ring-offset-color: #d4edda !important;
  }

  .lg\:focus-within\:ring-offset-info-light:focus-within{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .lg\:focus-within\:ring-offset-warning-light:focus-within{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .lg\:focus-within\:ring-offset-danger-light:focus-within{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .lg\:focus\:ring-offset-primary-50:focus{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:focus\:ring-offset-primary-100:focus{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:focus\:ring-offset-primary-200:focus{
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:focus\:ring-offset-primary-300:focus{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:focus\:ring-offset-primary-400:focus{
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:focus\:ring-offset-primary-500:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus\:ring-offset-primary-600:focus{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:focus\:ring-offset-primary-700:focus{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:focus\:ring-offset-primary-800:focus{
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:focus\:ring-offset-primary-900:focus{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:focus\:ring-offset-primary-950:focus{
    --tw-ring-offset-color: #450a0a !important;
  }

  .lg\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus\:ring-offset-secondary-50:focus{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .lg\:focus\:ring-offset-secondary-100:focus{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .lg\:focus\:ring-offset-secondary-200:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus\:ring-offset-secondary-300:focus{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .lg\:focus\:ring-offset-secondary-400:focus{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .lg\:focus\:ring-offset-secondary-500:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:focus\:ring-offset-secondary-600:focus{
    --tw-ring-offset-color: #475569 !important;
  }

  .lg\:focus\:ring-offset-secondary-700:focus{
    --tw-ring-offset-color: #334155 !important;
  }

  .lg\:focus\:ring-offset-secondary-800:focus{
    --tw-ring-offset-color: #1e293b !important;
  }

  .lg\:focus\:ring-offset-secondary-900:focus{
    --tw-ring-offset-color: #0f172a !important;
  }

  .lg\:focus\:ring-offset-secondary-950:focus{
    --tw-ring-offset-color: #020617 !important;
  }

  .lg\:focus\:ring-offset-secondary:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:focus\:ring-offset-blackLight:focus{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .lg\:focus\:ring-offset-redDark:focus{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .lg\:focus\:ring-offset-gray400:focus{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .lg\:focus\:ring-offset-ghostWhite:focus{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .lg\:focus\:ring-offset-black500:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus\:ring-offset-white200:focus{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .lg\:focus\:ring-offset-gray100:focus{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .lg\:focus\:ring-offset-none:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FF626B !important;
  }

  .lg\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .lg\:focus\:ring-offset-pink100:focus{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .lg\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .lg\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .lg\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #22232f !important;
  }

  .lg\:focus\:ring-offset-blue-150:focus{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .lg\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .lg\:focus\:ring-offset-blue-250:focus{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .lg\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #564CFF !important;
  }

  .lg\:focus\:ring-offset-blue-350:focus{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .lg\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .lg\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .lg\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .lg\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .lg\:focus\:ring-offset-blue-750:focus{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .lg\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .lg\:focus\:ring-offset-blue-850:focus{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .lg\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #5875DC !important;
  }

  .lg\:focus\:ring-offset-blue-950:focus{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .lg\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .lg\:focus\:ring-offset-black-40:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:ring-offset-black-50:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .lg\:focus\:ring-offset-black-150:focus{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .lg\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .lg\:focus\:ring-offset-black-250:focus{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .lg\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: #737373 !important;
  }

  .lg\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: #525252 !important;
  }

  .lg\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #404040 !important;
  }

  .lg\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #262626 !important;
  }

  .lg\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .lg\:focus\:ring-offset-black-550:focus{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .lg\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:focus\:ring-offset-black-650:focus{
    --tw-ring-offset-color: #00000040 !important;
  }

  .lg\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #00000066 !important;
  }

  .lg\:focus\:ring-offset-black-750:focus{
    --tw-ring-offset-color: #00000080 !important;
  }

  .lg\:focus\:ring-offset-black-800:focus{
    --tw-ring-offset-color: #00000099 !important;
  }

  .lg\:focus\:ring-offset-black-850:focus{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .lg\:focus\:ring-offset-black-900:focus{
    --tw-ring-offset-color: #000000CC !important;
  }

  .lg\:focus\:ring-offset-black-950:focus{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .lg\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .lg\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F9597C !important;
  }

  .lg\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .lg\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .lg\:focus\:ring-offset-red-550:focus{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .lg\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .lg\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .lg\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B92823 !important;
  }

  .lg\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .lg\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .lg\:focus\:ring-offset-white-50:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:focus\:ring-offset-white-100:focus{
    --tw-ring-offset-color: #fefefe !important;
  }

  .lg\:focus\:ring-offset-white-150:focus{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .lg\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .lg\:focus\:ring-offset-white-250:focus{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .lg\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus\:ring-offset-white-350:focus{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .lg\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .lg\:focus\:ring-offset-white-450:focus{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .lg\:focus\:ring-offset-white-500:focus{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .lg\:focus\:ring-offset-white-550:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .lg\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:focus\:ring-offset-white-650:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .lg\:focus\:ring-offset-white-700:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .lg\:focus\:ring-offset-white-750:focus{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .lg\:focus\:ring-offset-white-800:focus{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .lg\:focus\:ring-offset-white-850:focus{
    --tw-ring-offset-color: #efefef !important;
  }

  .lg\:focus\:ring-offset-white-900:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .lg\:focus\:ring-offset-white-950:focus{
    --tw-ring-offset-color: #ededed !important;
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .lg\:focus\:ring-offset-gray-150:focus{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .lg\:focus\:ring-offset-gray-250:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .lg\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .lg\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .lg\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .lg\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .lg\:focus\:ring-offset-gray-650:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .lg\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .lg\:focus\:ring-offset-gray-750:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .lg\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .lg\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .lg\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .lg\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #030712 !important;
  }

  .lg\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .lg\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #5acebe !important;
  }

  .lg\:focus\:ring-offset-redlight:focus{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .lg\:focus\:ring-offset-grayLight:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:focus\:ring-offset-grayDark:focus{
    --tw-ring-offset-color: #ddd !important;
  }

  .lg\:focus\:ring-offset-borderDark:focus{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .lg\:focus\:ring-offset-whiteLight:focus{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .lg\:focus\:ring-offset-secondaryLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .lg\:focus\:ring-offset-borderLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .lg\:focus\:ring-offset-secondaryDark:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:ring-offset-blackDark:focus{
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:focus\:ring-offset-gray200:focus{
    --tw-ring-offset-color: #eee !important;
  }

  .lg\:focus\:ring-offset-black50:focus{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .lg\:focus\:ring-offset-borderGray:focus{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .lg\:focus\:ring-offset-borderModal:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .lg\:focus\:ring-offset-modalbg:focus{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .lg\:focus\:ring-offset-black80:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .lg\:focus\:ring-offset-black90:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .lg\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .lg\:focus\:ring-offset-inputDark:focus{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .lg\:focus\:ring-offset-black30:focus{
    --tw-ring-offset-color: #0000004D !important;
  }

  .lg\:focus\:ring-offset-select:focus{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .lg\:focus\:ring-offset-darkBlack:focus{
    --tw-ring-offset-color: #22232F !important;
  }

  .lg\:focus\:ring-offset-borderBlack:focus{
    --tw-ring-offset-color: #181922 !important;
  }

  .lg\:focus\:ring-offset-black95:focus{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .lg\:focus\:ring-offset-blackLight25:focus{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .lg\:focus\:ring-offset-bGraylight:focus{
    --tw-ring-offset-color: #70707027 !important;
  }

  .lg\:focus\:ring-offset-lightGray:focus{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .lg\:focus\:ring-offset-lightRed:focus{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .lg\:focus\:ring-offset-maroon:focus{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .lg\:focus\:ring-offset-footerDark:focus{
    --tw-ring-offset-color: #161617 !important;
  }

  .lg\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: #28a745 !important;
  }

  .lg\:focus\:ring-offset-info:focus{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .lg\:focus\:ring-offset-danger:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .lg\:focus\:ring-offset-alert:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .lg\:focus\:ring-offset-success-light:focus{
    --tw-ring-offset-color: #d4edda !important;
  }

  .lg\:focus\:ring-offset-info-light:focus{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .lg\:focus\:ring-offset-warning-light:focus{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .lg\:focus\:ring-offset-danger-light:focus{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:filter-none{
    filter: none !important;
  }

  .lg\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .lg\:blur{
    --tw-blur: blur(8px) !important;
  }

  .lg\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .lg\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .lg\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .lg\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .lg\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .lg\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .lg\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .lg\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .lg\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .lg\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .lg\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .lg\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .lg\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .lg\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .lg\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .lg\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .lg\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .lg\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .lg\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .lg\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .lg\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .lg\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .lg\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .lg\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .lg\:invert{
    --tw-invert: invert(100%) !important;
  }

  .lg\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .lg\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .lg\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .lg\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .lg\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .lg\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .lg\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .lg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lg\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .lg\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lg\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lg\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lg\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg\:transition-none{
    transition-property: none !important;
  }

  .lg\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:delay-75{
    transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .lg\:duration-75{
    transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .lg\:ease-linear{
    transition-timing-function: linear !important;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1280px){
  .xl\: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\: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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\: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\: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\:pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:visible{
    visibility: visible !important;
  }

  .xl\:invisible{
    visibility: hidden !important;
  }

  .xl\:static{
    position: static !important;
  }

  .xl\:fixed{
    position: fixed !important;
  }

  .xl\:absolute{
    position: absolute !important;
  }

  .xl\:relative{
    position: relative !important;
  }

  .xl\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xl\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xl\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xl\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xl\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xl\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xl\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xl\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xl\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xl\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xl\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xl\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xl\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xl\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xl\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xl\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xl\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xl\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xl\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xl\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xl\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xl\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xl\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xl\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xl\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xl\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xl\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xl\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xl\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xl\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .xl\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .xl\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .xl\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .xl\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .xl\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .xl\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .xl\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .xl\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .xl\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .xl\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .xl\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .xl\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .xl\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .xl\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .xl\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .xl\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .xl\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .xl\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .xl\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .xl\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .xl\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .xl\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .xl\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .xl\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .xl\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .xl\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .xl\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .xl\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .xl\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .xl\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .xl\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .xl\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .xl\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .xl\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .xl\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .xl\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .xl\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .xl\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .xl\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .xl\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .xl\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .xl\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .xl\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .xl\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .xl\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .xl\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .xl\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .xl\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .xl\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .xl\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .xl\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .xl\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .xl\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .xl\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .xl\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .xl\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .xl\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .xl\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .xl\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .xl\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .xl\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .xl\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .xl\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .xl\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .xl\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .xl\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .xl\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .xl\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .xl\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xl\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xl\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .xl\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .xl\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .xl\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xl\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xl\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .xl\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .xl\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .xl\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xl\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xl\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xl\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xl\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xl\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xl\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xl\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xl\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xl\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xl\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xl\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xl\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xl\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xl\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xl\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xl\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xl\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xl\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xl\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xl\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xl\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xl\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xl\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xl\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xl\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xl\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xl\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xl\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xl\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xl\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xl\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xl\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xl\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xl\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xl\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xl\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xl\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xl\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xl\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xl\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xl\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xl\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xl\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xl\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xl\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xl\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xl\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xl\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xl\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:top-0{
    top: 0px !important;
  }

  .xl\:top-1{
    top: 0.25rem !important;
  }

  .xl\:top-2{
    top: 0.5rem !important;
  }

  .xl\:top-3{
    top: 0.75rem !important;
  }

  .xl\:top-4{
    top: 1rem !important;
  }

  .xl\:top-5{
    top: 1.25rem !important;
  }

  .xl\:top-6{
    top: 1.5rem !important;
  }

  .xl\:top-7{
    top: 1.75rem !important;
  }

  .xl\:top-8{
    top: 2rem !important;
  }

  .xl\:top-9{
    top: 2.25rem !important;
  }

  .xl\:top-10{
    top: 2.5rem !important;
  }

  .xl\:top-11{
    top: 2.75rem !important;
  }

  .xl\:top-12{
    top: 3rem !important;
  }

  .xl\:top-14{
    top: 3.5rem !important;
  }

  .xl\:top-16{
    top: 4rem !important;
  }

  .xl\:top-20{
    top: 5rem !important;
  }

  .xl\:top-24{
    top: 6rem !important;
  }

  .xl\:top-28{
    top: 7rem !important;
  }

  .xl\:top-32{
    top: 8rem !important;
  }

  .xl\:top-36{
    top: 9rem !important;
  }

  .xl\:top-40{
    top: 10rem !important;
  }

  .xl\:top-44{
    top: 11rem !important;
  }

  .xl\:top-48{
    top: 12rem !important;
  }

  .xl\:top-52{
    top: 13rem !important;
  }

  .xl\:top-56{
    top: 14rem !important;
  }

  .xl\:top-60{
    top: 15rem !important;
  }

  .xl\:top-64{
    top: 16rem !important;
  }

  .xl\:top-72{
    top: 18rem !important;
  }

  .xl\:top-80{
    top: 20rem !important;
  }

  .xl\:top-96{
    top: 24rem !important;
  }

  .xl\:top-auto{
    top: auto !important;
  }

  .xl\:top-px{
    top: 1px !important;
  }

  .xl\:top-0\.5{
    top: 0.125rem !important;
  }

  .xl\:top-1\.5{
    top: 0.375rem !important;
  }

  .xl\:top-2\.5{
    top: 0.625rem !important;
  }

  .xl\:top-3\.5{
    top: 0.875rem !important;
  }

  .xl\:-top-0{
    top: 0px !important;
  }

  .xl\:-top-1{
    top: -0.25rem !important;
  }

  .xl\:-top-2{
    top: -0.5rem !important;
  }

  .xl\:-top-3{
    top: -0.75rem !important;
  }

  .xl\:-top-4{
    top: -1rem !important;
  }

  .xl\:-top-5{
    top: -1.25rem !important;
  }

  .xl\:-top-6{
    top: -1.5rem !important;
  }

  .xl\:-top-7{
    top: -1.75rem !important;
  }

  .xl\:-top-8{
    top: -2rem !important;
  }

  .xl\:-top-9{
    top: -2.25rem !important;
  }

  .xl\:-top-10{
    top: -2.5rem !important;
  }

  .xl\:-top-11{
    top: -2.75rem !important;
  }

  .xl\:-top-12{
    top: -3rem !important;
  }

  .xl\:-top-14{
    top: -3.5rem !important;
  }

  .xl\:-top-16{
    top: -4rem !important;
  }

  .xl\:-top-20{
    top: -5rem !important;
  }

  .xl\:-top-24{
    top: -6rem !important;
  }

  .xl\:-top-28{
    top: -7rem !important;
  }

  .xl\:-top-32{
    top: -8rem !important;
  }

  .xl\:-top-36{
    top: -9rem !important;
  }

  .xl\:-top-40{
    top: -10rem !important;
  }

  .xl\:-top-44{
    top: -11rem !important;
  }

  .xl\:-top-48{
    top: -12rem !important;
  }

  .xl\:-top-52{
    top: -13rem !important;
  }

  .xl\:-top-56{
    top: -14rem !important;
  }

  .xl\:-top-60{
    top: -15rem !important;
  }

  .xl\:-top-64{
    top: -16rem !important;
  }

  .xl\:-top-72{
    top: -18rem !important;
  }

  .xl\:-top-80{
    top: -20rem !important;
  }

  .xl\:-top-96{
    top: -24rem !important;
  }

  .xl\:-top-px{
    top: -1px !important;
  }

  .xl\:-top-0\.5{
    top: -0.125rem !important;
  }

  .xl\:-top-1\.5{
    top: -0.375rem !important;
  }

  .xl\:-top-2\.5{
    top: -0.625rem !important;
  }

  .xl\:-top-3\.5{
    top: -0.875rem !important;
  }

  .xl\:top-1\/2{
    top: 50% !important;
  }

  .xl\:top-1\/3{
    top: 33.333333% !important;
  }

  .xl\:top-2\/3{
    top: 66.666667% !important;
  }

  .xl\:top-1\/4{
    top: 25% !important;
  }

  .xl\:top-2\/4{
    top: 50% !important;
  }

  .xl\:top-3\/4{
    top: 75% !important;
  }

  .xl\:top-full{
    top: 100% !important;
  }

  .xl\:-top-1\/2{
    top: -50% !important;
  }

  .xl\:-top-1\/3{
    top: -33.333333% !important;
  }

  .xl\:-top-2\/3{
    top: -66.666667% !important;
  }

  .xl\:-top-1\/4{
    top: -25% !important;
  }

  .xl\:-top-2\/4{
    top: -50% !important;
  }

  .xl\:-top-3\/4{
    top: -75% !important;
  }

  .xl\:-top-full{
    top: -100% !important;
  }

  .xl\:right-0{
    right: 0px !important;
  }

  .xl\:right-1{
    right: 0.25rem !important;
  }

  .xl\:right-2{
    right: 0.5rem !important;
  }

  .xl\:right-3{
    right: 0.75rem !important;
  }

  .xl\:right-4{
    right: 1rem !important;
  }

  .xl\:right-5{
    right: 1.25rem !important;
  }

  .xl\:right-6{
    right: 1.5rem !important;
  }

  .xl\:right-7{
    right: 1.75rem !important;
  }

  .xl\:right-8{
    right: 2rem !important;
  }

  .xl\:right-9{
    right: 2.25rem !important;
  }

  .xl\:right-10{
    right: 2.5rem !important;
  }

  .xl\:right-11{
    right: 2.75rem !important;
  }

  .xl\:right-12{
    right: 3rem !important;
  }

  .xl\:right-14{
    right: 3.5rem !important;
  }

  .xl\:right-16{
    right: 4rem !important;
  }

  .xl\:right-20{
    right: 5rem !important;
  }

  .xl\:right-24{
    right: 6rem !important;
  }

  .xl\:right-28{
    right: 7rem !important;
  }

  .xl\:right-32{
    right: 8rem !important;
  }

  .xl\:right-36{
    right: 9rem !important;
  }

  .xl\:right-40{
    right: 10rem !important;
  }

  .xl\:right-44{
    right: 11rem !important;
  }

  .xl\:right-48{
    right: 12rem !important;
  }

  .xl\:right-52{
    right: 13rem !important;
  }

  .xl\:right-56{
    right: 14rem !important;
  }

  .xl\:right-60{
    right: 15rem !important;
  }

  .xl\:right-64{
    right: 16rem !important;
  }

  .xl\:right-72{
    right: 18rem !important;
  }

  .xl\:right-80{
    right: 20rem !important;
  }

  .xl\:right-96{
    right: 24rem !important;
  }

  .xl\:right-auto{
    right: auto !important;
  }

  .xl\:right-px{
    right: 1px !important;
  }

  .xl\:right-0\.5{
    right: 0.125rem !important;
  }

  .xl\:right-1\.5{
    right: 0.375rem !important;
  }

  .xl\:right-2\.5{
    right: 0.625rem !important;
  }

  .xl\:right-3\.5{
    right: 0.875rem !important;
  }

  .xl\:-right-0{
    right: 0px !important;
  }

  .xl\:-right-1{
    right: -0.25rem !important;
  }

  .xl\:-right-2{
    right: -0.5rem !important;
  }

  .xl\:-right-3{
    right: -0.75rem !important;
  }

  .xl\:-right-4{
    right: -1rem !important;
  }

  .xl\:-right-5{
    right: -1.25rem !important;
  }

  .xl\:-right-6{
    right: -1.5rem !important;
  }

  .xl\:-right-7{
    right: -1.75rem !important;
  }

  .xl\:-right-8{
    right: -2rem !important;
  }

  .xl\:-right-9{
    right: -2.25rem !important;
  }

  .xl\:-right-10{
    right: -2.5rem !important;
  }

  .xl\:-right-11{
    right: -2.75rem !important;
  }

  .xl\:-right-12{
    right: -3rem !important;
  }

  .xl\:-right-14{
    right: -3.5rem !important;
  }

  .xl\:-right-16{
    right: -4rem !important;
  }

  .xl\:-right-20{
    right: -5rem !important;
  }

  .xl\:-right-24{
    right: -6rem !important;
  }

  .xl\:-right-28{
    right: -7rem !important;
  }

  .xl\:-right-32{
    right: -8rem !important;
  }

  .xl\:-right-36{
    right: -9rem !important;
  }

  .xl\:-right-40{
    right: -10rem !important;
  }

  .xl\:-right-44{
    right: -11rem !important;
  }

  .xl\:-right-48{
    right: -12rem !important;
  }

  .xl\:-right-52{
    right: -13rem !important;
  }

  .xl\:-right-56{
    right: -14rem !important;
  }

  .xl\:-right-60{
    right: -15rem !important;
  }

  .xl\:-right-64{
    right: -16rem !important;
  }

  .xl\:-right-72{
    right: -18rem !important;
  }

  .xl\:-right-80{
    right: -20rem !important;
  }

  .xl\:-right-96{
    right: -24rem !important;
  }

  .xl\:-right-px{
    right: -1px !important;
  }

  .xl\:-right-0\.5{
    right: -0.125rem !important;
  }

  .xl\:-right-1\.5{
    right: -0.375rem !important;
  }

  .xl\:-right-2\.5{
    right: -0.625rem !important;
  }

  .xl\:-right-3\.5{
    right: -0.875rem !important;
  }

  .xl\:right-1\/2{
    right: 50% !important;
  }

  .xl\:right-1\/3{
    right: 33.333333% !important;
  }

  .xl\:right-2\/3{
    right: 66.666667% !important;
  }

  .xl\:right-1\/4{
    right: 25% !important;
  }

  .xl\:right-2\/4{
    right: 50% !important;
  }

  .xl\:right-3\/4{
    right: 75% !important;
  }

  .xl\:right-full{
    right: 100% !important;
  }

  .xl\:-right-1\/2{
    right: -50% !important;
  }

  .xl\:-right-1\/3{
    right: -33.333333% !important;
  }

  .xl\:-right-2\/3{
    right: -66.666667% !important;
  }

  .xl\:-right-1\/4{
    right: -25% !important;
  }

  .xl\:-right-2\/4{
    right: -50% !important;
  }

  .xl\:-right-3\/4{
    right: -75% !important;
  }

  .xl\:-right-full{
    right: -100% !important;
  }

  .xl\:bottom-0{
    bottom: 0px !important;
  }

  .xl\:bottom-1{
    bottom: 0.25rem !important;
  }

  .xl\:bottom-2{
    bottom: 0.5rem !important;
  }

  .xl\:bottom-3{
    bottom: 0.75rem !important;
  }

  .xl\:bottom-4{
    bottom: 1rem !important;
  }

  .xl\:bottom-5{
    bottom: 1.25rem !important;
  }

  .xl\:bottom-6{
    bottom: 1.5rem !important;
  }

  .xl\:bottom-7{
    bottom: 1.75rem !important;
  }

  .xl\:bottom-8{
    bottom: 2rem !important;
  }

  .xl\:bottom-9{
    bottom: 2.25rem !important;
  }

  .xl\:bottom-10{
    bottom: 2.5rem !important;
  }

  .xl\:bottom-11{
    bottom: 2.75rem !important;
  }

  .xl\:bottom-12{
    bottom: 3rem !important;
  }

  .xl\:bottom-14{
    bottom: 3.5rem !important;
  }

  .xl\:bottom-16{
    bottom: 4rem !important;
  }

  .xl\:bottom-20{
    bottom: 5rem !important;
  }

  .xl\:bottom-24{
    bottom: 6rem !important;
  }

  .xl\:bottom-28{
    bottom: 7rem !important;
  }

  .xl\:bottom-32{
    bottom: 8rem !important;
  }

  .xl\:bottom-36{
    bottom: 9rem !important;
  }

  .xl\:bottom-40{
    bottom: 10rem !important;
  }

  .xl\:bottom-44{
    bottom: 11rem !important;
  }

  .xl\:bottom-48{
    bottom: 12rem !important;
  }

  .xl\:bottom-52{
    bottom: 13rem !important;
  }

  .xl\:bottom-56{
    bottom: 14rem !important;
  }

  .xl\:bottom-60{
    bottom: 15rem !important;
  }

  .xl\:bottom-64{
    bottom: 16rem !important;
  }

  .xl\:bottom-72{
    bottom: 18rem !important;
  }

  .xl\:bottom-80{
    bottom: 20rem !important;
  }

  .xl\:bottom-96{
    bottom: 24rem !important;
  }

  .xl\:bottom-auto{
    bottom: auto !important;
  }

  .xl\:bottom-px{
    bottom: 1px !important;
  }

  .xl\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .xl\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .xl\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .xl\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .xl\:-bottom-0{
    bottom: 0px !important;
  }

  .xl\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .xl\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .xl\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .xl\:-bottom-4{
    bottom: -1rem !important;
  }

  .xl\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .xl\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .xl\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .xl\:-bottom-8{
    bottom: -2rem !important;
  }

  .xl\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .xl\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .xl\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .xl\:-bottom-12{
    bottom: -3rem !important;
  }

  .xl\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .xl\:-bottom-16{
    bottom: -4rem !important;
  }

  .xl\:-bottom-20{
    bottom: -5rem !important;
  }

  .xl\:-bottom-24{
    bottom: -6rem !important;
  }

  .xl\:-bottom-28{
    bottom: -7rem !important;
  }

  .xl\:-bottom-32{
    bottom: -8rem !important;
  }

  .xl\:-bottom-36{
    bottom: -9rem !important;
  }

  .xl\:-bottom-40{
    bottom: -10rem !important;
  }

  .xl\:-bottom-44{
    bottom: -11rem !important;
  }

  .xl\:-bottom-48{
    bottom: -12rem !important;
  }

  .xl\:-bottom-52{
    bottom: -13rem !important;
  }

  .xl\:-bottom-56{
    bottom: -14rem !important;
  }

  .xl\:-bottom-60{
    bottom: -15rem !important;
  }

  .xl\:-bottom-64{
    bottom: -16rem !important;
  }

  .xl\:-bottom-72{
    bottom: -18rem !important;
  }

  .xl\:-bottom-80{
    bottom: -20rem !important;
  }

  .xl\:-bottom-96{
    bottom: -24rem !important;
  }

  .xl\:-bottom-px{
    bottom: -1px !important;
  }

  .xl\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .xl\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .xl\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .xl\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .xl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xl\:bottom-1\/4{
    bottom: 25% !important;
  }

  .xl\:bottom-2\/4{
    bottom: 50% !important;
  }

  .xl\:bottom-3\/4{
    bottom: 75% !important;
  }

  .xl\:bottom-full{
    bottom: 100% !important;
  }

  .xl\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .xl\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .xl\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .xl\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .xl\:-bottom-full{
    bottom: -100% !important;
  }

  .xl\:left-0{
    left: 0px !important;
  }

  .xl\:left-1{
    left: 0.25rem !important;
  }

  .xl\:left-2{
    left: 0.5rem !important;
  }

  .xl\:left-3{
    left: 0.75rem !important;
  }

  .xl\:left-4{
    left: 1rem !important;
  }

  .xl\:left-5{
    left: 1.25rem !important;
  }

  .xl\:left-6{
    left: 1.5rem !important;
  }

  .xl\:left-7{
    left: 1.75rem !important;
  }

  .xl\:left-8{
    left: 2rem !important;
  }

  .xl\:left-9{
    left: 2.25rem !important;
  }

  .xl\:left-10{
    left: 2.5rem !important;
  }

  .xl\:left-11{
    left: 2.75rem !important;
  }

  .xl\:left-12{
    left: 3rem !important;
  }

  .xl\:left-14{
    left: 3.5rem !important;
  }

  .xl\:left-16{
    left: 4rem !important;
  }

  .xl\:left-20{
    left: 5rem !important;
  }

  .xl\:left-24{
    left: 6rem !important;
  }

  .xl\:left-28{
    left: 7rem !important;
  }

  .xl\:left-32{
    left: 8rem !important;
  }

  .xl\:left-36{
    left: 9rem !important;
  }

  .xl\:left-40{
    left: 10rem !important;
  }

  .xl\:left-44{
    left: 11rem !important;
  }

  .xl\:left-48{
    left: 12rem !important;
  }

  .xl\:left-52{
    left: 13rem !important;
  }

  .xl\:left-56{
    left: 14rem !important;
  }

  .xl\:left-60{
    left: 15rem !important;
  }

  .xl\:left-64{
    left: 16rem !important;
  }

  .xl\:left-72{
    left: 18rem !important;
  }

  .xl\:left-80{
    left: 20rem !important;
  }

  .xl\:left-96{
    left: 24rem !important;
  }

  .xl\:left-auto{
    left: auto !important;
  }

  .xl\:left-px{
    left: 1px !important;
  }

  .xl\:left-0\.5{
    left: 0.125rem !important;
  }

  .xl\:left-1\.5{
    left: 0.375rem !important;
  }

  .xl\:left-2\.5{
    left: 0.625rem !important;
  }

  .xl\:left-3\.5{
    left: 0.875rem !important;
  }

  .xl\:-left-0{
    left: 0px !important;
  }

  .xl\:-left-1{
    left: -0.25rem !important;
  }

  .xl\:-left-2{
    left: -0.5rem !important;
  }

  .xl\:-left-3{
    left: -0.75rem !important;
  }

  .xl\:-left-4{
    left: -1rem !important;
  }

  .xl\:-left-5{
    left: -1.25rem !important;
  }

  .xl\:-left-6{
    left: -1.5rem !important;
  }

  .xl\:-left-7{
    left: -1.75rem !important;
  }

  .xl\:-left-8{
    left: -2rem !important;
  }

  .xl\:-left-9{
    left: -2.25rem !important;
  }

  .xl\:-left-10{
    left: -2.5rem !important;
  }

  .xl\:-left-11{
    left: -2.75rem !important;
  }

  .xl\:-left-12{
    left: -3rem !important;
  }

  .xl\:-left-14{
    left: -3.5rem !important;
  }

  .xl\:-left-16{
    left: -4rem !important;
  }

  .xl\:-left-20{
    left: -5rem !important;
  }

  .xl\:-left-24{
    left: -6rem !important;
  }

  .xl\:-left-28{
    left: -7rem !important;
  }

  .xl\:-left-32{
    left: -8rem !important;
  }

  .xl\:-left-36{
    left: -9rem !important;
  }

  .xl\:-left-40{
    left: -10rem !important;
  }

  .xl\:-left-44{
    left: -11rem !important;
  }

  .xl\:-left-48{
    left: -12rem !important;
  }

  .xl\:-left-52{
    left: -13rem !important;
  }

  .xl\:-left-56{
    left: -14rem !important;
  }

  .xl\:-left-60{
    left: -15rem !important;
  }

  .xl\:-left-64{
    left: -16rem !important;
  }

  .xl\:-left-72{
    left: -18rem !important;
  }

  .xl\:-left-80{
    left: -20rem !important;
  }

  .xl\:-left-96{
    left: -24rem !important;
  }

  .xl\:-left-px{
    left: -1px !important;
  }

  .xl\:-left-0\.5{
    left: -0.125rem !important;
  }

  .xl\:-left-1\.5{
    left: -0.375rem !important;
  }

  .xl\:-left-2\.5{
    left: -0.625rem !important;
  }

  .xl\:-left-3\.5{
    left: -0.875rem !important;
  }

  .xl\:left-1\/2{
    left: 50% !important;
  }

  .xl\:left-1\/3{
    left: 33.333333% !important;
  }

  .xl\:left-2\/3{
    left: 66.666667% !important;
  }

  .xl\:left-1\/4{
    left: 25% !important;
  }

  .xl\:left-2\/4{
    left: 50% !important;
  }

  .xl\:left-3\/4{
    left: 75% !important;
  }

  .xl\:left-full{
    left: 100% !important;
  }

  .xl\:-left-1\/2{
    left: -50% !important;
  }

  .xl\:-left-1\/3{
    left: -33.333333% !important;
  }

  .xl\:-left-2\/3{
    left: -66.666667% !important;
  }

  .xl\:-left-1\/4{
    left: -25% !important;
  }

  .xl\:-left-2\/4{
    left: -50% !important;
  }

  .xl\:-left-3\/4{
    left: -75% !important;
  }

  .xl\:-left-full{
    left: -100% !important;
  }

  .xl\:isolate{
    isolation: isolate !important;
  }

  .xl\:isolation-auto{
    isolation: auto !important;
  }

  .xl\:z-0{
    z-index: 0 !important;
  }

  .xl\:z-10{
    z-index: 10 !important;
  }

  .xl\:z-20{
    z-index: 20 !important;
  }

  .xl\:z-30{
    z-index: 30 !important;
  }

  .xl\:z-40{
    z-index: 40 !important;
  }

  .xl\:z-50{
    z-index: 50 !important;
  }

  .xl\:z-auto{
    z-index: auto !important;
  }

  .xl\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .xl\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .xl\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .xl\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .xl\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .xl\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .xl\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .xl\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .xl\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .xl\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .xl\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .xl\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .xl\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .xl\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .xl\:order-1{
    order: 1 !important;
  }

  .xl\:order-2{
    order: 2 !important;
  }

  .xl\:order-3{
    order: 3 !important;
  }

  .xl\:order-4{
    order: 4 !important;
  }

  .xl\:order-5{
    order: 5 !important;
  }

  .xl\:order-6{
    order: 6 !important;
  }

  .xl\:order-7{
    order: 7 !important;
  }

  .xl\:order-8{
    order: 8 !important;
  }

  .xl\:order-9{
    order: 9 !important;
  }

  .xl\:order-10{
    order: 10 !important;
  }

  .xl\:order-11{
    order: 11 !important;
  }

  .xl\:order-12{
    order: 12 !important;
  }

  .xl\:order-first{
    order: -9999 !important;
  }

  .xl\:order-last{
    order: 9999 !important;
  }

  .xl\:order-none{
    order: 0 !important;
  }

  .xl\:col-auto{
    grid-column: auto !important;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xl\:row-auto{
    grid-row: auto !important;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xl\:float-right{
    float: right !important;
  }

  .xl\:float-left{
    float: left !important;
  }

  .xl\:float-none{
    float: none !important;
  }

  .xl\:clear-left{
    clear: left !important;
  }

  .xl\:clear-right{
    clear: right !important;
  }

  .xl\:clear-both{
    clear: both !important;
  }

  .xl\:clear-none{
    clear: none !important;
  }

  .xl\:m-0{
    margin: 0px !important;
  }

  .xl\:m-1{
    margin: 0.25rem !important;
  }

  .xl\:m-2{
    margin: 0.5rem !important;
  }

  .xl\:m-3{
    margin: 0.75rem !important;
  }

  .xl\:m-4{
    margin: 1rem !important;
  }

  .xl\:m-5{
    margin: 1.25rem !important;
  }

  .xl\:m-6{
    margin: 1.5rem !important;
  }

  .xl\:m-7{
    margin: 1.75rem !important;
  }

  .xl\:m-8{
    margin: 2rem !important;
  }

  .xl\:m-9{
    margin: 2.25rem !important;
  }

  .xl\:m-10{
    margin: 2.5rem !important;
  }

  .xl\:m-11{
    margin: 2.75rem !important;
  }

  .xl\:m-12{
    margin: 3rem !important;
  }

  .xl\:m-14{
    margin: 3.5rem !important;
  }

  .xl\:m-16{
    margin: 4rem !important;
  }

  .xl\:m-20{
    margin: 5rem !important;
  }

  .xl\:m-24{
    margin: 6rem !important;
  }

  .xl\:m-28{
    margin: 7rem !important;
  }

  .xl\:m-32{
    margin: 8rem !important;
  }

  .xl\:m-36{
    margin: 9rem !important;
  }

  .xl\:m-40{
    margin: 10rem !important;
  }

  .xl\:m-44{
    margin: 11rem !important;
  }

  .xl\:m-48{
    margin: 12rem !important;
  }

  .xl\:m-52{
    margin: 13rem !important;
  }

  .xl\:m-56{
    margin: 14rem !important;
  }

  .xl\:m-60{
    margin: 15rem !important;
  }

  .xl\:m-64{
    margin: 16rem !important;
  }

  .xl\:m-72{
    margin: 18rem !important;
  }

  .xl\:m-80{
    margin: 20rem !important;
  }

  .xl\:m-96{
    margin: 24rem !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:m-px{
    margin: 1px !important;
  }

  .xl\:m-0\.5{
    margin: 0.125rem !important;
  }

  .xl\:m-1\.5{
    margin: 0.375rem !important;
  }

  .xl\:m-2\.5{
    margin: 0.625rem !important;
  }

  .xl\:m-3\.5{
    margin: 0.875rem !important;
  }

  .xl\:-m-0{
    margin: 0px !important;
  }

  .xl\:-m-1{
    margin: -0.25rem !important;
  }

  .xl\:-m-2{
    margin: -0.5rem !important;
  }

  .xl\:-m-3{
    margin: -0.75rem !important;
  }

  .xl\:-m-4{
    margin: -1rem !important;
  }

  .xl\:-m-5{
    margin: -1.25rem !important;
  }

  .xl\:-m-6{
    margin: -1.5rem !important;
  }

  .xl\:-m-7{
    margin: -1.75rem !important;
  }

  .xl\:-m-8{
    margin: -2rem !important;
  }

  .xl\:-m-9{
    margin: -2.25rem !important;
  }

  .xl\:-m-10{
    margin: -2.5rem !important;
  }

  .xl\:-m-11{
    margin: -2.75rem !important;
  }

  .xl\:-m-12{
    margin: -3rem !important;
  }

  .xl\:-m-14{
    margin: -3.5rem !important;
  }

  .xl\:-m-16{
    margin: -4rem !important;
  }

  .xl\:-m-20{
    margin: -5rem !important;
  }

  .xl\:-m-24{
    margin: -6rem !important;
  }

  .xl\:-m-28{
    margin: -7rem !important;
  }

  .xl\:-m-32{
    margin: -8rem !important;
  }

  .xl\:-m-36{
    margin: -9rem !important;
  }

  .xl\:-m-40{
    margin: -10rem !important;
  }

  .xl\:-m-44{
    margin: -11rem !important;
  }

  .xl\:-m-48{
    margin: -12rem !important;
  }

  .xl\:-m-52{
    margin: -13rem !important;
  }

  .xl\:-m-56{
    margin: -14rem !important;
  }

  .xl\:-m-60{
    margin: -15rem !important;
  }

  .xl\:-m-64{
    margin: -16rem !important;
  }

  .xl\:-m-72{
    margin: -18rem !important;
  }

  .xl\:-m-80{
    margin: -20rem !important;
  }

  .xl\:-m-96{
    margin: -24rem !important;
  }

  .xl\:-m-px{
    margin: -1px !important;
  }

  .xl\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .xl\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .xl\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .xl\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .xl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xl\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xl\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:mt-0{
    margin-top: 0px !important;
  }

  .xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:mt-4{
    margin-top: 1rem !important;
  }

  .xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:mt-7{
    margin-top: 1.75rem !important;
  }

  .xl\:mt-8{
    margin-top: 2rem !important;
  }

  .xl\:mt-9{
    margin-top: 2.25rem !important;
  }

  .xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:mt-11{
    margin-top: 2.75rem !important;
  }

  .xl\:mt-12{
    margin-top: 3rem !important;
  }

  .xl\:mt-14{
    margin-top: 3.5rem !important;
  }

  .xl\:mt-16{
    margin-top: 4rem !important;
  }

  .xl\:mt-20{
    margin-top: 5rem !important;
  }

  .xl\:mt-24{
    margin-top: 6rem !important;
  }

  .xl\:mt-28{
    margin-top: 7rem !important;
  }

  .xl\:mt-32{
    margin-top: 8rem !important;
  }

  .xl\:mt-36{
    margin-top: 9rem !important;
  }

  .xl\:mt-40{
    margin-top: 10rem !important;
  }

  .xl\:mt-44{
    margin-top: 11rem !important;
  }

  .xl\:mt-48{
    margin-top: 12rem !important;
  }

  .xl\:mt-52{
    margin-top: 13rem !important;
  }

  .xl\:mt-56{
    margin-top: 14rem !important;
  }

  .xl\:mt-60{
    margin-top: 15rem !important;
  }

  .xl\:mt-64{
    margin-top: 16rem !important;
  }

  .xl\:mt-72{
    margin-top: 18rem !important;
  }

  .xl\:mt-80{
    margin-top: 20rem !important;
  }

  .xl\:mt-96{
    margin-top: 24rem !important;
  }

  .xl\:mt-auto{
    margin-top: auto !important;
  }

  .xl\:mt-px{
    margin-top: 1px !important;
  }

  .xl\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .xl\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .xl\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .xl\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .xl\:-mt-0{
    margin-top: 0px !important;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xl\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xl\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xl\:-mt-28{
    margin-top: -7rem !important;
  }

  .xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xl\:-mt-36{
    margin-top: -9rem !important;
  }

  .xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xl\:-mt-44{
    margin-top: -11rem !important;
  }

  .xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .xl\:-mt-52{
    margin-top: -13rem !important;
  }

  .xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xl\:-mt-60{
    margin-top: -15rem !important;
  }

  .xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xl\:-mt-72{
    margin-top: -18rem !important;
  }

  .xl\:-mt-80{
    margin-top: -20rem !important;
  }

  .xl\:-mt-96{
    margin-top: -24rem !important;
  }

  .xl\:-mt-px{
    margin-top: -1px !important;
  }

  .xl\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .xl\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .xl\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .xl\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .xl\:mr-0{
    margin-right: 0px !important;
  }

  .xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:mr-4{
    margin-right: 1rem !important;
  }

  .xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:mr-7{
    margin-right: 1.75rem !important;
  }

  .xl\:mr-8{
    margin-right: 2rem !important;
  }

  .xl\:mr-9{
    margin-right: 2.25rem !important;
  }

  .xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:mr-11{
    margin-right: 2.75rem !important;
  }

  .xl\:mr-12{
    margin-right: 3rem !important;
  }

  .xl\:mr-14{
    margin-right: 3.5rem !important;
  }

  .xl\:mr-16{
    margin-right: 4rem !important;
  }

  .xl\:mr-20{
    margin-right: 5rem !important;
  }

  .xl\:mr-24{
    margin-right: 6rem !important;
  }

  .xl\:mr-28{
    margin-right: 7rem !important;
  }

  .xl\:mr-32{
    margin-right: 8rem !important;
  }

  .xl\:mr-36{
    margin-right: 9rem !important;
  }

  .xl\:mr-40{
    margin-right: 10rem !important;
  }

  .xl\:mr-44{
    margin-right: 11rem !important;
  }

  .xl\:mr-48{
    margin-right: 12rem !important;
  }

  .xl\:mr-52{
    margin-right: 13rem !important;
  }

  .xl\:mr-56{
    margin-right: 14rem !important;
  }

  .xl\:mr-60{
    margin-right: 15rem !important;
  }

  .xl\:mr-64{
    margin-right: 16rem !important;
  }

  .xl\:mr-72{
    margin-right: 18rem !important;
  }

  .xl\:mr-80{
    margin-right: 20rem !important;
  }

  .xl\:mr-96{
    margin-right: 24rem !important;
  }

  .xl\:mr-auto{
    margin-right: auto !important;
  }

  .xl\:mr-px{
    margin-right: 1px !important;
  }

  .xl\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .xl\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .xl\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .xl\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .xl\:-mr-0{
    margin-right: 0px !important;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xl\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xl\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xl\:-mr-28{
    margin-right: -7rem !important;
  }

  .xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xl\:-mr-36{
    margin-right: -9rem !important;
  }

  .xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xl\:-mr-44{
    margin-right: -11rem !important;
  }

  .xl\:-mr-48{
    margin-right: -12rem !important;
  }

  .xl\:-mr-52{
    margin-right: -13rem !important;
  }

  .xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xl\:-mr-60{
    margin-right: -15rem !important;
  }

  .xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xl\:-mr-72{
    margin-right: -18rem !important;
  }

  .xl\:-mr-80{
    margin-right: -20rem !important;
  }

  .xl\:-mr-96{
    margin-right: -24rem !important;
  }

  .xl\:-mr-px{
    margin-right: -1px !important;
  }

  .xl\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .xl\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .xl\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .xl\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .xl\:mb-0{
    margin-bottom: 0px !important;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:mb-36{
    margin-bottom: 9rem !important;
  }

  .xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:mb-44{
    margin-bottom: 11rem !important;
  }

  .xl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:mb-52{
    margin-bottom: 13rem !important;
  }

  .xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:mb-60{
    margin-bottom: 15rem !important;
  }

  .xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:mb-72{
    margin-bottom: 18rem !important;
  }

  .xl\:mb-80{
    margin-bottom: 20rem !important;
  }

  .xl\:mb-96{
    margin-bottom: 24rem !important;
  }

  .xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .xl\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .xl\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .xl\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .xl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .xl\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .xl\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .xl\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .xl\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .xl\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .xl\:ml-0{
    margin-left: 0px !important;
  }

  .xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:ml-4{
    margin-left: 1rem !important;
  }

  .xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:ml-7{
    margin-left: 1.75rem !important;
  }

  .xl\:ml-8{
    margin-left: 2rem !important;
  }

  .xl\:ml-9{
    margin-left: 2.25rem !important;
  }

  .xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:ml-11{
    margin-left: 2.75rem !important;
  }

  .xl\:ml-12{
    margin-left: 3rem !important;
  }

  .xl\:ml-14{
    margin-left: 3.5rem !important;
  }

  .xl\:ml-16{
    margin-left: 4rem !important;
  }

  .xl\:ml-20{
    margin-left: 5rem !important;
  }

  .xl\:ml-24{
    margin-left: 6rem !important;
  }

  .xl\:ml-28{
    margin-left: 7rem !important;
  }

  .xl\:ml-32{
    margin-left: 8rem !important;
  }

  .xl\:ml-36{
    margin-left: 9rem !important;
  }

  .xl\:ml-40{
    margin-left: 10rem !important;
  }

  .xl\:ml-44{
    margin-left: 11rem !important;
  }

  .xl\:ml-48{
    margin-left: 12rem !important;
  }

  .xl\:ml-52{
    margin-left: 13rem !important;
  }

  .xl\:ml-56{
    margin-left: 14rem !important;
  }

  .xl\:ml-60{
    margin-left: 15rem !important;
  }

  .xl\:ml-64{
    margin-left: 16rem !important;
  }

  .xl\:ml-72{
    margin-left: 18rem !important;
  }

  .xl\:ml-80{
    margin-left: 20rem !important;
  }

  .xl\:ml-96{
    margin-left: 24rem !important;
  }

  .xl\:ml-auto{
    margin-left: auto !important;
  }

  .xl\:ml-px{
    margin-left: 1px !important;
  }

  .xl\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .xl\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .xl\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .xl\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .xl\:-ml-0{
    margin-left: 0px !important;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xl\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xl\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xl\:-ml-28{
    margin-left: -7rem !important;
  }

  .xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xl\:-ml-36{
    margin-left: -9rem !important;
  }

  .xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xl\:-ml-44{
    margin-left: -11rem !important;
  }

  .xl\:-ml-48{
    margin-left: -12rem !important;
  }

  .xl\:-ml-52{
    margin-left: -13rem !important;
  }

  .xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xl\:-ml-60{
    margin-left: -15rem !important;
  }

  .xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xl\:-ml-72{
    margin-left: -18rem !important;
  }

  .xl\:-ml-80{
    margin-left: -20rem !important;
  }

  .xl\:-ml-96{
    margin-left: -24rem !important;
  }

  .xl\:-ml-px{
    margin-left: -1px !important;
  }

  .xl\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .xl\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .xl\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .xl\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .xl\:box-border{
    box-sizing: border-box !important;
  }

  .xl\:box-content{
    box-sizing: content-box !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: flex !important;
  }

  .xl\:inline-flex{
    display: inline-flex !important;
  }

  .xl\:table{
    display: table !important;
  }

  .xl\:inline-table{
    display: inline-table !important;
  }

  .xl\:table-caption{
    display: table-caption !important;
  }

  .xl\:table-cell{
    display: table-cell !important;
  }

  .xl\:table-column{
    display: table-column !important;
  }

  .xl\:table-column-group{
    display: table-column-group !important;
  }

  .xl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:table-header-group{
    display: table-header-group !important;
  }

  .xl\:table-row-group{
    display: table-row-group !important;
  }

  .xl\:table-row{
    display: table-row !important;
  }

  .xl\:flow-root{
    display: flow-root !important;
  }

  .xl\:grid{
    display: grid !important;
  }

  .xl\:inline-grid{
    display: inline-grid !important;
  }

  .xl\:contents{
    display: contents !important;
  }

  .xl\:list-item{
    display: list-item !important;
  }

  .xl\:hidden{
    display: none !important;
  }

  .xl\:h-0{
    height: 0px !important;
  }

  .xl\:h-1{
    height: 0.25rem !important;
  }

  .xl\:h-2{
    height: 0.5rem !important;
  }

  .xl\:h-3{
    height: 0.75rem !important;
  }

  .xl\:h-4{
    height: 1rem !important;
  }

  .xl\:h-5{
    height: 1.25rem !important;
  }

  .xl\:h-6{
    height: 1.5rem !important;
  }

  .xl\:h-7{
    height: 1.75rem !important;
  }

  .xl\:h-8{
    height: 2rem !important;
  }

  .xl\:h-9{
    height: 2.25rem !important;
  }

  .xl\:h-10{
    height: 2.5rem !important;
  }

  .xl\:h-11{
    height: 2.75rem !important;
  }

  .xl\:h-12{
    height: 3rem !important;
  }

  .xl\:h-14{
    height: 3.5rem !important;
  }

  .xl\:h-16{
    height: 4rem !important;
  }

  .xl\:h-20{
    height: 5rem !important;
  }

  .xl\:h-24{
    height: 6rem !important;
  }

  .xl\:h-28{
    height: 7rem !important;
  }

  .xl\:h-32{
    height: 8rem !important;
  }

  .xl\:h-36{
    height: 9rem !important;
  }

  .xl\:h-40{
    height: 10rem !important;
  }

  .xl\:h-44{
    height: 11rem !important;
  }

  .xl\:h-48{
    height: 12rem !important;
  }

  .xl\:h-52{
    height: 13rem !important;
  }

  .xl\:h-56{
    height: 14rem !important;
  }

  .xl\:h-60{
    height: 15rem !important;
  }

  .xl\:h-64{
    height: 16rem !important;
  }

  .xl\:h-72{
    height: 18rem !important;
  }

  .xl\:h-80{
    height: 20rem !important;
  }

  .xl\:h-96{
    height: 24rem !important;
  }

  .xl\:h-auto{
    height: auto !important;
  }

  .xl\:h-px{
    height: 1px !important;
  }

  .xl\:h-0\.5{
    height: 0.125rem !important;
  }

  .xl\:h-1\.5{
    height: 0.375rem !important;
  }

  .xl\:h-2\.5{
    height: 0.625rem !important;
  }

  .xl\:h-3\.5{
    height: 0.875rem !important;
  }

  .xl\:h-1\/2{
    height: 50% !important;
  }

  .xl\:h-1\/3{
    height: 33.333333% !important;
  }

  .xl\:h-2\/3{
    height: 66.666667% !important;
  }

  .xl\:h-1\/4{
    height: 25% !important;
  }

  .xl\:h-2\/4{
    height: 50% !important;
  }

  .xl\:h-3\/4{
    height: 75% !important;
  }

  .xl\:h-1\/5{
    height: 20% !important;
  }

  .xl\:h-2\/5{
    height: 40% !important;
  }

  .xl\:h-3\/5{
    height: 60% !important;
  }

  .xl\:h-4\/5{
    height: 80% !important;
  }

  .xl\:h-1\/6{
    height: 16.666667% !important;
  }

  .xl\:h-2\/6{
    height: 33.333333% !important;
  }

  .xl\:h-3\/6{
    height: 50% !important;
  }

  .xl\:h-4\/6{
    height: 66.666667% !important;
  }

  .xl\:h-5\/6{
    height: 83.333333% !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vh !important;
  }

  .xl\:max-h-0{
    max-height: 0px !important;
  }

  .xl\:max-h-1{
    max-height: 0.25rem !important;
  }

  .xl\:max-h-2{
    max-height: 0.5rem !important;
  }

  .xl\:max-h-3{
    max-height: 0.75rem !important;
  }

  .xl\:max-h-4{
    max-height: 1rem !important;
  }

  .xl\:max-h-5{
    max-height: 1.25rem !important;
  }

  .xl\:max-h-6{
    max-height: 1.5rem !important;
  }

  .xl\:max-h-7{
    max-height: 1.75rem !important;
  }

  .xl\:max-h-8{
    max-height: 2rem !important;
  }

  .xl\:max-h-9{
    max-height: 2.25rem !important;
  }

  .xl\:max-h-10{
    max-height: 2.5rem !important;
  }

  .xl\:max-h-11{
    max-height: 2.75rem !important;
  }

  .xl\:max-h-12{
    max-height: 3rem !important;
  }

  .xl\:max-h-14{
    max-height: 3.5rem !important;
  }

  .xl\:max-h-16{
    max-height: 4rem !important;
  }

  .xl\:max-h-20{
    max-height: 5rem !important;
  }

  .xl\:max-h-24{
    max-height: 6rem !important;
  }

  .xl\:max-h-28{
    max-height: 7rem !important;
  }

  .xl\:max-h-32{
    max-height: 8rem !important;
  }

  .xl\:max-h-36{
    max-height: 9rem !important;
  }

  .xl\:max-h-40{
    max-height: 10rem !important;
  }

  .xl\:max-h-44{
    max-height: 11rem !important;
  }

  .xl\:max-h-48{
    max-height: 12rem !important;
  }

  .xl\:max-h-52{
    max-height: 13rem !important;
  }

  .xl\:max-h-56{
    max-height: 14rem !important;
  }

  .xl\:max-h-60{
    max-height: 15rem !important;
  }

  .xl\:max-h-64{
    max-height: 16rem !important;
  }

  .xl\:max-h-72{
    max-height: 18rem !important;
  }

  .xl\:max-h-80{
    max-height: 20rem !important;
  }

  .xl\:max-h-96{
    max-height: 24rem !important;
  }

  .xl\:max-h-px{
    max-height: 1px !important;
  }

  .xl\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .xl\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .xl\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .xl\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:min-h-100{
    min-height: 100px !important;
  }

  .xl\:w-0{
    width: 0px !important;
  }

  .xl\:w-1{
    width: 0.25rem !important;
  }

  .xl\:w-2{
    width: 0.5rem !important;
  }

  .xl\:w-3{
    width: 0.75rem !important;
  }

  .xl\:w-4{
    width: 1rem !important;
  }

  .xl\:w-5{
    width: 1.25rem !important;
  }

  .xl\:w-6{
    width: 1.5rem !important;
  }

  .xl\:w-7{
    width: 1.75rem !important;
  }

  .xl\:w-8{
    width: 2rem !important;
  }

  .xl\:w-9{
    width: 2.25rem !important;
  }

  .xl\:w-10{
    width: 2.5rem !important;
  }

  .xl\:w-11{
    width: 2.75rem !important;
  }

  .xl\:w-12{
    width: 3rem !important;
  }

  .xl\:w-14{
    width: 3.5rem !important;
  }

  .xl\:w-16{
    width: 4rem !important;
  }

  .xl\:w-20{
    width: 5rem !important;
  }

  .xl\:w-24{
    width: 6rem !important;
  }

  .xl\:w-28{
    width: 7rem !important;
  }

  .xl\:w-32{
    width: 8rem !important;
  }

  .xl\:w-36{
    width: 9rem !important;
  }

  .xl\:w-40{
    width: 10rem !important;
  }

  .xl\:w-44{
    width: 11rem !important;
  }

  .xl\:w-48{
    width: 12rem !important;
  }

  .xl\:w-52{
    width: 13rem !important;
  }

  .xl\:w-56{
    width: 14rem !important;
  }

  .xl\:w-60{
    width: 15rem !important;
  }

  .xl\:w-64{
    width: 16rem !important;
  }

  .xl\:w-72{
    width: 18rem !important;
  }

  .xl\:w-80{
    width: 20rem !important;
  }

  .xl\:w-96{
    width: 24rem !important;
  }

  .xl\:w-auto{
    width: auto !important;
  }

  .xl\:w-px{
    width: 1px !important;
  }

  .xl\:w-0\.5{
    width: 0.125rem !important;
  }

  .xl\:w-1\.5{
    width: 0.375rem !important;
  }

  .xl\:w-2\.5{
    width: 0.625rem !important;
  }

  .xl\:w-3\.5{
    width: 0.875rem !important;
  }

  .xl\:w-1\/2{
    width: 50% !important;
  }

  .xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:w-1\/4{
    width: 25% !important;
  }

  .xl\:w-2\/4{
    width: 50% !important;
  }

  .xl\:w-3\/4{
    width: 75% !important;
  }

  .xl\:w-1\/5{
    width: 20% !important;
  }

  .xl\:w-2\/5{
    width: 40% !important;
  }

  .xl\:w-3\/5{
    width: 60% !important;
  }

  .xl\:w-4\/5{
    width: 80% !important;
  }

  .xl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:w-3\/6{
    width: 50% !important;
  }

  .xl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:w-3\/12{
    width: 25% !important;
  }

  .xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:w-6\/12{
    width: 50% !important;
  }

  .xl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:w-9\/12{
    width: 75% !important;
  }

  .xl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:w-full{
    width: 100% !important;
  }

  .xl\:w-screen{
    width: 100vw !important;
  }

  .xl\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:min-w-60{
    min-width: 60px !important;
  }

  .xl\:max-w-0{
    max-width: 0rem !important;
  }

  .xl\:max-w-none{
    max-width: none !important;
  }

  .xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:max-w-md{
    max-width: 28rem !important;
  }

  .xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:max-w-7xl{
    max-width: 80rem !important;
  }

  .xl\:max-w-full{
    max-width: 100% !important;
  }

  .xl\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:max-w-prose{
    max-width: 65ch !important;
  }

  .xl\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .xl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xl\:max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .xl\:flex-1{
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    flex: none !important;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .xl\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .xl\:flex-grow{
    flex-grow: 1 !important;
  }

  .xl\:table-auto{
    table-layout: auto !important;
  }

  .xl\:table-fixed{
    table-layout: fixed !important;
  }

  .xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:border-separate{
    border-collapse: separate !important;
  }

  .xl\:origin-center{
    transform-origin: center !important;
  }

  .xl\:origin-top{
    transform-origin: top !important;
  }

  .xl\:origin-top-right{
    transform-origin: top right !important;
  }

  .xl\:origin-right{
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom{
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .xl\:origin-left{
    transform-origin: left !important;
  }

  .xl\:origin-top-left{
    transform-origin: top left !important;
  }

  .xl\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-none{
    transform: none !important;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xl\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xl\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xl\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xl\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .xl\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xl\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xl\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .xl\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .xl\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xl\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .xl\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xl\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .xl\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .xl\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .xl\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xl\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xl\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xl\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .xl\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xl\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xl\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .xl\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .xl\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xl\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .xl\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xl\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .xl\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .xl\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .xl\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .xl\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .xl\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xl\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xl\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xl\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xl\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .xl\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xl\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xl\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .xl\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .xl\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xl\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .xl\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xl\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .xl\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .xl\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .xl\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xl\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xl\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xl\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .xl\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xl\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xl\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .xl\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .xl\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xl\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .xl\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xl\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .xl\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .xl\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .xl\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .xl\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .xl\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xl\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xl\:cursor-auto{
    cursor: auto !important;
  }

  .xl\:cursor-default{
    cursor: default !important;
  }

  .xl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xl\:cursor-wait{
    cursor: wait !important;
  }

  .xl\:cursor-text{
    cursor: text !important;
  }

  .xl\:cursor-move{
    cursor: move !important;
  }

  .xl\:cursor-help{
    cursor: help !important;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:resize-none{
    resize: none !important;
  }

  .xl\:resize-y{
    resize: vertical !important;
  }

  .xl\:resize-x{
    resize: horizontal !important;
  }

  .xl\:resize{
    resize: both !important;
  }

  .xl\:list-inside{
    list-style-position: inside !important;
  }

  .xl\:list-outside{
    list-style-position: outside !important;
  }

  .xl\:list-none{
    list-style-type: none !important;
  }

  .xl\:list-disc{
    list-style-type: disc !important;
  }

  .xl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xl\:list-square{
    list-style-type: square !important;
  }

  .xl\:list-roman{
    list-style-type: upper-roman !important;
  }

  .xl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xl\:flex-row{
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .xl\:place-content-center{
    place-content: center !important;
  }

  .xl\:place-content-start{
    place-content: start !important;
  }

  .xl\:place-content-end{
    place-content: end !important;
  }

  .xl\:place-content-between{
    place-content: space-between !important;
  }

  .xl\:place-content-around{
    place-content: space-around !important;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xl\:place-items-start{
    place-items: start !important;
  }

  .xl\:place-items-end{
    place-items: end !important;
  }

  .xl\:place-items-center{
    place-items: center !important;
  }

  .xl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xl\:content-center{
    align-content: center !important;
  }

  .xl\:content-start{
    align-content: flex-start !important;
  }

  .xl\:content-end{
    align-content: flex-end !important;
  }

  .xl\:content-between{
    align-content: space-between !important;
  }

  .xl\:content-around{
    align-content: space-around !important;
  }

  .xl\:content-evenly{
    align-content: space-evenly !important;
  }

  .xl\:items-start{
    align-items: flex-start !important;
  }

  .xl\:items-end{
    align-items: flex-end !important;
  }

  .xl\:items-center{
    align-items: center !important;
  }

  .xl\:items-baseline{
    align-items: baseline !important;
  }

  .xl\:items-stretch{
    align-items: stretch !important;
  }

  .xl\:justify-start{
    justify-content: flex-start !important;
  }

  .xl\:justify-end{
    justify-content: flex-end !important;
  }

  .xl\:justify-center{
    justify-content: center !important;
  }

  .xl\:justify-between{
    justify-content: space-between !important;
  }

  .xl\:justify-around{
    justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .xl\:justify-items-start{
    justify-items: start !important;
  }

  .xl\:justify-items-end{
    justify-items: end !important;
  }

  .xl\:justify-items-center{
    justify-items: center !important;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xl\:gap-0{
    gap: 0px !important;
  }

  .xl\:gap-1{
    gap: 0.25rem !important;
  }

  .xl\:gap-2{
    gap: 0.5rem !important;
  }

  .xl\:gap-3{
    gap: 0.75rem !important;
  }

  .xl\:gap-4{
    gap: 1rem !important;
  }

  .xl\:gap-5{
    gap: 1.25rem !important;
  }

  .xl\:gap-6{
    gap: 1.5rem !important;
  }

  .xl\:gap-7{
    gap: 1.75rem !important;
  }

  .xl\:gap-8{
    gap: 2rem !important;
  }

  .xl\:gap-9{
    gap: 2.25rem !important;
  }

  .xl\:gap-10{
    gap: 2.5rem !important;
  }

  .xl\:gap-11{
    gap: 2.75rem !important;
  }

  .xl\:gap-12{
    gap: 3rem !important;
  }

  .xl\:gap-14{
    gap: 3.5rem !important;
  }

  .xl\:gap-16{
    gap: 4rem !important;
  }

  .xl\:gap-20{
    gap: 5rem !important;
  }

  .xl\:gap-24{
    gap: 6rem !important;
  }

  .xl\:gap-28{
    gap: 7rem !important;
  }

  .xl\:gap-32{
    gap: 8rem !important;
  }

  .xl\:gap-36{
    gap: 9rem !important;
  }

  .xl\:gap-40{
    gap: 10rem !important;
  }

  .xl\:gap-44{
    gap: 11rem !important;
  }

  .xl\:gap-48{
    gap: 12rem !important;
  }

  .xl\:gap-52{
    gap: 13rem !important;
  }

  .xl\:gap-56{
    gap: 14rem !important;
  }

  .xl\:gap-60{
    gap: 15rem !important;
  }

  .xl\:gap-64{
    gap: 16rem !important;
  }

  .xl\:gap-72{
    gap: 18rem !important;
  }

  .xl\:gap-80{
    gap: 20rem !important;
  }

  .xl\:gap-96{
    gap: 24rem !important;
  }

  .xl\:gap-px{
    gap: 1px !important;
  }

  .xl\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .xl\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .xl\:gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-y-0{
    row-gap: 0px !important;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4{
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-8{
    row-gap: 2rem !important;
  }

  .xl\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-16{
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24{
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28{
    row-gap: 7rem !important;
  }

  .xl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .xl\:gap-y-36{
    row-gap: 9rem !important;
  }

  .xl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .xl\:gap-y-44{
    row-gap: 11rem !important;
  }

  .xl\:gap-y-48{
    row-gap: 12rem !important;
  }

  .xl\:gap-y-52{
    row-gap: 13rem !important;
  }

  .xl\:gap-y-56{
    row-gap: 14rem !important;
  }

  .xl\:gap-y-60{
    row-gap: 15rem !important;
  }

  .xl\:gap-y-64{
    row-gap: 16rem !important;
  }

  .xl\:gap-y-72{
    row-gap: 18rem !important;
  }

  .xl\:gap-y-80{
    row-gap: 20rem !important;
  }

  .xl\:gap-y-96{
    row-gap: 24rem !important;
  }

  .xl\:gap-y-px{
    row-gap: 1px !important;
  }

  .xl\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blackLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:divide-redDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-ghostWhite > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .xl\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:divide-blue-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:divide-blue-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:divide-black-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black-650 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000040 !important;
  }

  .xl\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000066 !important;
  }

  .xl\:divide-black-750 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000080 !important;
  }

  .xl\:divide-black-800 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000099 !important;
  }

  .xl\:divide-black-850 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000B3 !important;
  }

  .xl\:divide-black-900 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000CC !important;
  }

  .xl\:divide-black-950 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000E6 !important;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-redlight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(176,42,35,.6) !important;
  }

  .xl\:divide-grayLight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-grayDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-borderDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-whiteLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:divide-secondaryLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:divide-borderLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:divide-secondaryDark > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:divide-blackDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black50 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B80 !important;
  }

  .xl\:divide-borderGray > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B67 !important;
  }

  .xl\:divide-borderModal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-modalbg > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.7) !important;
  }

  .xl\:divide-black80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:divide-black90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:divide-warning > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-inputDark > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3BCB !important;
  }

  .xl\:divide-black30 > :not([hidden]) ~ :not([hidden]){
    border-color: #0000004D !important;
  }

  .xl\:divide-select > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B41 !important;
  }

  .xl\:divide-darkBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-borderBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black95 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000F2 !important;
  }

  .xl\:divide-blackLight25 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B40 !important;
  }

  .xl\:divide-bGraylight > :not([hidden]) ~ :not([hidden]){
    border-color: #70707027 !important;
  }

  .xl\:divide-lightGray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lightRed > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-maroon > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-footerDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-alert > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .xl\:place-self-auto{
    place-self: auto !important;
  }

  .xl\:place-self-start{
    place-self: start !important;
  }

  .xl\:place-self-end{
    place-self: end !important;
  }

  .xl\:place-self-center{
    place-self: center !important;
  }

  .xl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xl\:self-auto{
    align-self: auto !important;
  }

  .xl\:self-start{
    align-self: flex-start !important;
  }

  .xl\:self-end{
    align-self: flex-end !important;
  }

  .xl\:self-center{
    align-self: center !important;
  }

  .xl\:self-stretch{
    align-self: stretch !important;
  }

  .xl\:self-baseline{
    align-self: baseline !important;
  }

  .xl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xl\:justify-self-start{
    justify-self: start !important;
  }

  .xl\:justify-self-end{
    justify-self: end !important;
  }

  .xl\:justify-self-center{
    justify-self: center !important;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xl\:overflow-auto{
    overflow: auto !important;
  }

  .xl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:overflow-visible{
    overflow: visible !important;
  }

  .xl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .xl\:overflow-clip{
    text-overflow: clip !important;
  }

  .xl\:whitespace-normal{
    white-space: normal !important;
  }

  .xl\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre{
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words{
    overflow-wrap: break-word !important;
  }

  .xl\:break-all{
    word-break: break-all !important;
  }

  .xl\:rounded-none{
    border-radius: 0 !important;
  }

  .xl\:rounded-xs{
    border-radius: 2px !important;
  }

  .xl\:rounded-sm{
    border-radius: 4px !important;
  }

  .xl\:rounded{
    border-radius: 4px !important;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xl\:rounded-large{
    border-radius: 12px !important;
  }

  .xl\:rounded-3xl{
    border-radius: 20px !important;
  }

  .xl\:hover\:rounded-none:hover{
    border-radius: 0 !important;
  }

  .xl\:hover\:rounded-xs:hover{
    border-radius: 2px !important;
  }

  .xl\:hover\:rounded-sm:hover{
    border-radius: 4px !important;
  }

  .xl\:hover\:rounded:hover{
    border-radius: 4px !important;
  }

  .xl\:hover\:rounded-md:hover{
    border-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-lg:hover{
    border-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-full:hover{
    border-radius: 9999px !important;
  }

  .xl\:hover\:rounded-large:hover{
    border-radius: 12px !important;
  }

  .xl\:hover\:rounded-3xl:hover{
    border-radius: 20px !important;
  }

  .xl\:focus\:rounded-none:focus{
    border-radius: 0 !important;
  }

  .xl\:focus\:rounded-xs:focus{
    border-radius: 2px !important;
  }

  .xl\:focus\:rounded-sm:focus{
    border-radius: 4px !important;
  }

  .xl\:focus\:rounded:focus{
    border-radius: 4px !important;
  }

  .xl\:focus\:rounded-md:focus{
    border-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-lg:focus{
    border-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-full:focus{
    border-radius: 9999px !important;
  }

  .xl\:focus\:rounded-large:focus{
    border-radius: 12px !important;
  }

  .xl\:focus\:rounded-3xl:focus{
    border-radius: 20px !important;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-t-xs{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-t{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-t-large{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-r-xs{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-r{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-r-large{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-b-xs{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-b-large{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-xs{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-l{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-large{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .xl\:hover\:rounded-t-none:hover{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:hover\:rounded-t-xs:hover{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .xl\:hover\:rounded-t-sm:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-t:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-t-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-t-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-t-full:hover{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:hover\:rounded-t-large:hover{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .xl\:hover\:rounded-t-3xl:hover{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .xl\:hover\:rounded-r-none:hover{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:hover\:rounded-r-xs:hover{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .xl\:hover\:rounded-r-sm:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-r:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-r-md:hover{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-r-lg:hover{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-r-full:hover{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:hover\:rounded-r-large:hover{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .xl\:hover\:rounded-r-3xl:hover{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .xl\:hover\:rounded-b-none:hover{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:hover\:rounded-b-xs:hover{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:hover\:rounded-b-sm:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-b:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-b-md:hover{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-b-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-b-full:hover{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:hover\:rounded-b-large:hover{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:hover\:rounded-b-3xl:hover{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .xl\:hover\:rounded-l-none:hover{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:hover\:rounded-l-xs:hover{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:hover\:rounded-l-sm:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-l:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-l-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-l-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-l-full:hover{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:hover\:rounded-l-large:hover{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:hover\:rounded-l-3xl:hover{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .xl\:focus\:rounded-t-none:focus{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:focus\:rounded-t-xs:focus{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .xl\:focus\:rounded-t-sm:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-t:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-t-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-t-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-t-full:focus{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:focus\:rounded-t-large:focus{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .xl\:focus\:rounded-t-3xl:focus{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .xl\:focus\:rounded-r-none:focus{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:focus\:rounded-r-xs:focus{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .xl\:focus\:rounded-r-sm:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-r:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-r-md:focus{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-r-lg:focus{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-r-full:focus{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:focus\:rounded-r-large:focus{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .xl\:focus\:rounded-r-3xl:focus{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .xl\:focus\:rounded-b-none:focus{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:focus\:rounded-b-xs:focus{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:focus\:rounded-b-sm:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-b:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-b-md:focus{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-b-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-b-full:focus{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:focus\:rounded-b-large:focus{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:focus\:rounded-b-3xl:focus{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .xl\:focus\:rounded-l-none:focus{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:focus\:rounded-l-xs:focus{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:focus\:rounded-l-sm:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-l:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-l-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-l-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-l-full:focus{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:focus\:rounded-l-large:focus{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:focus\:rounded-l-3xl:focus{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tl-xs{
    border-top-left-radius: 2px !important;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 4px !important;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 4px !important;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-large{
    border-top-left-radius: 12px !important;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 20px !important;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-tr-xs{
    border-top-right-radius: 2px !important;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-tr-large{
    border-top-right-radius: 12px !important;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 20px !important;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-br-xs{
    border-bottom-right-radius: 2px !important;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-br-large{
    border-bottom-right-radius: 12px !important;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 20px !important;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-bl-xs{
    border-bottom-left-radius: 2px !important;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-bl-large{
    border-bottom-left-radius: 12px !important;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 20px !important;
  }

  .xl\:hover\:rounded-tl-none:hover{
    border-top-left-radius: 0 !important;
  }

  .xl\:hover\:rounded-tl-xs:hover{
    border-top-left-radius: 2px !important;
  }

  .xl\:hover\:rounded-tl-sm:hover{
    border-top-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-tl:hover{
    border-top-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-tl-md:hover{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-tl-lg:hover{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-tl-full:hover{
    border-top-left-radius: 9999px !important;
  }

  .xl\:hover\:rounded-tl-large:hover{
    border-top-left-radius: 12px !important;
  }

  .xl\:hover\:rounded-tl-3xl:hover{
    border-top-left-radius: 20px !important;
  }

  .xl\:hover\:rounded-tr-none:hover{
    border-top-right-radius: 0 !important;
  }

  .xl\:hover\:rounded-tr-xs:hover{
    border-top-right-radius: 2px !important;
  }

  .xl\:hover\:rounded-tr-sm:hover{
    border-top-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-tr:hover{
    border-top-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-tr-md:hover{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-tr-lg:hover{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-tr-full:hover{
    border-top-right-radius: 9999px !important;
  }

  .xl\:hover\:rounded-tr-large:hover{
    border-top-right-radius: 12px !important;
  }

  .xl\:hover\:rounded-tr-3xl:hover{
    border-top-right-radius: 20px !important;
  }

  .xl\:hover\:rounded-br-none:hover{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:hover\:rounded-br-xs:hover{
    border-bottom-right-radius: 2px !important;
  }

  .xl\:hover\:rounded-br-sm:hover{
    border-bottom-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-br:hover{
    border-bottom-right-radius: 4px !important;
  }

  .xl\:hover\:rounded-br-md:hover{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-br-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-br-full:hover{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:hover\:rounded-br-large:hover{
    border-bottom-right-radius: 12px !important;
  }

  .xl\:hover\:rounded-br-3xl:hover{
    border-bottom-right-radius: 20px !important;
  }

  .xl\:hover\:rounded-bl-none:hover{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:hover\:rounded-bl-xs:hover{
    border-bottom-left-radius: 2px !important;
  }

  .xl\:hover\:rounded-bl-sm:hover{
    border-bottom-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-bl:hover{
    border-bottom-left-radius: 4px !important;
  }

  .xl\:hover\:rounded-bl-md:hover{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:hover\:rounded-bl-lg:hover{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:hover\:rounded-bl-full:hover{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:hover\:rounded-bl-large:hover{
    border-bottom-left-radius: 12px !important;
  }

  .xl\:hover\:rounded-bl-3xl:hover{
    border-bottom-left-radius: 20px !important;
  }

  .xl\:focus\:rounded-tl-none:focus{
    border-top-left-radius: 0 !important;
  }

  .xl\:focus\:rounded-tl-xs:focus{
    border-top-left-radius: 2px !important;
  }

  .xl\:focus\:rounded-tl-sm:focus{
    border-top-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-tl:focus{
    border-top-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-tl-md:focus{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-tl-lg:focus{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-tl-full:focus{
    border-top-left-radius: 9999px !important;
  }

  .xl\:focus\:rounded-tl-large:focus{
    border-top-left-radius: 12px !important;
  }

  .xl\:focus\:rounded-tl-3xl:focus{
    border-top-left-radius: 20px !important;
  }

  .xl\:focus\:rounded-tr-none:focus{
    border-top-right-radius: 0 !important;
  }

  .xl\:focus\:rounded-tr-xs:focus{
    border-top-right-radius: 2px !important;
  }

  .xl\:focus\:rounded-tr-sm:focus{
    border-top-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-tr:focus{
    border-top-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-tr-md:focus{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-tr-lg:focus{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-tr-full:focus{
    border-top-right-radius: 9999px !important;
  }

  .xl\:focus\:rounded-tr-large:focus{
    border-top-right-radius: 12px !important;
  }

  .xl\:focus\:rounded-tr-3xl:focus{
    border-top-right-radius: 20px !important;
  }

  .xl\:focus\:rounded-br-none:focus{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:focus\:rounded-br-xs:focus{
    border-bottom-right-radius: 2px !important;
  }

  .xl\:focus\:rounded-br-sm:focus{
    border-bottom-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-br:focus{
    border-bottom-right-radius: 4px !important;
  }

  .xl\:focus\:rounded-br-md:focus{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-br-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-br-full:focus{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:focus\:rounded-br-large:focus{
    border-bottom-right-radius: 12px !important;
  }

  .xl\:focus\:rounded-br-3xl:focus{
    border-bottom-right-radius: 20px !important;
  }

  .xl\:focus\:rounded-bl-none:focus{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:focus\:rounded-bl-xs:focus{
    border-bottom-left-radius: 2px !important;
  }

  .xl\:focus\:rounded-bl-sm:focus{
    border-bottom-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-bl:focus{
    border-bottom-left-radius: 4px !important;
  }

  .xl\:focus\:rounded-bl-md:focus{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:focus\:rounded-bl-lg:focus{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:focus\:rounded-bl-full:focus{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:focus\:rounded-bl-large:focus{
    border-bottom-left-radius: 12px !important;
  }

  .xl\:focus\:rounded-bl-3xl:focus{
    border-bottom-left-radius: 20px !important;
  }

  .xl\:border-0{
    border-width: 0px !important;
  }

  .xl\:border-2{
    border-width: 2px !important;
  }

  .xl\:border-4{
    border-width: 4px !important;
  }

  .xl\:border-8{
    border-width: 8px !important;
  }

  .xl\:border{
    border-width: 1px !important;
  }

  .xl\:border-t-0{
    border-top-width: 0px !important;
  }

  .xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:border-t{
    border-top-width: 1px !important;
  }

  .xl\:border-r-0{
    border-right-width: 0px !important;
  }

  .xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:border-r{
    border-right-width: 1px !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-0{
    border-left-width: 0px !important;
  }

  .xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:border-l{
    border-left-width: 1px !important;
  }

  .xl\:border-solid{
    border-style: solid !important;
  }

  .xl\:border-dashed{
    border-style: dashed !important;
  }

  .xl\:border-dotted{
    border-style: dotted !important;
  }

  .xl\:border-double{
    border-style: double !important;
  }

  .xl\:border-none{
    border-style: none !important;
  }

  .xl\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:border-none{
    border-color: transparent !important;
  }

  .xl\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black-650{
    border-color: #00000040 !important;
  }

  .xl\:border-black-700{
    border-color: #00000066 !important;
  }

  .xl\:border-black-750{
    border-color: #00000080 !important;
  }

  .xl\:border-black-800{
    border-color: #00000099 !important;
  }

  .xl\:border-black-850{
    border-color: #000000B3 !important;
  }

  .xl\:border-black-900{
    border-color: #000000CC !important;
  }

  .xl\:border-black-950{
    border-color: #000000E6 !important;
  }

  .xl\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .xl\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .xl\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .xl\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .xl\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .xl\:border-black30{
    border-color: #0000004D !important;
  }

  .xl\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .xl\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black95{
    border-color: #000000F2 !important;
  }

  .xl\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .xl\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .xl\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .xl\:group-hover\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-none{
    border-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .xl\:group-hover\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black-650{
    border-color: #00000040 !important;
  }

  .group:hover .xl\:group-hover\:border-black-700{
    border-color: #00000066 !important;
  }

  .group:hover .xl\:group-hover\:border-black-750{
    border-color: #00000080 !important;
  }

  .group:hover .xl\:group-hover\:border-black-800{
    border-color: #00000099 !important;
  }

  .group:hover .xl\:group-hover\:border-black-850{
    border-color: #000000B3 !important;
  }

  .group:hover .xl\:group-hover\:border-black-900{
    border-color: #000000CC !important;
  }

  .group:hover .xl\:group-hover\:border-black-950{
    border-color: #000000E6 !important;
  }

  .group:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .xl\:group-hover\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .xl\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .xl\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .xl\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .xl\:group-hover\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .group:hover .xl\:group-hover\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .group:hover .xl\:group-hover\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .xl\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .xl\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .xl\:group-hover\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .group:hover .xl\:group-hover\:border-black30{
    border-color: #0000004D !important;
  }

  .group:hover .xl\:group-hover\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .group:hover .xl\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black95{
    border-color: #000000F2 !important;
  }

  .group:hover .xl\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .group:hover .xl\:group-hover\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .group:hover .xl\:group-hover\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blackLight:focus-within{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus-within\:border-redDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-ghostWhite:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-none:focus-within{
    border-color: transparent !important;
  }

  .xl\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-200:focus-within{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus-within\:border-blue-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-800:focus-within{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus-within\:border-blue-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-40:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:border-black-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black-650:focus-within{
    border-color: #00000040 !important;
  }

  .xl\:focus-within\:border-black-700:focus-within{
    border-color: #00000066 !important;
  }

  .xl\:focus-within\:border-black-750:focus-within{
    border-color: #00000080 !important;
  }

  .xl\:focus-within\:border-black-800:focus-within{
    border-color: #00000099 !important;
  }

  .xl\:focus-within\:border-black-850:focus-within{
    border-color: #000000B3 !important;
  }

  .xl\:focus-within\:border-black-900:focus-within{
    border-color: #000000CC !important;
  }

  .xl\:focus-within\:border-black-950:focus-within{
    border-color: #000000E6 !important;
  }

  .xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-redlight:focus-within{
    border-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus-within\:border-grayLight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-grayDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-borderDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-whiteLight:focus-within{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus-within\:border-secondaryLight:focus-within{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus-within\:border-borderLight:focus-within{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus-within\:border-secondaryDark:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:border-blackDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black50:focus-within{
    border-color: #2A2C3B80 !important;
  }

  .xl\:focus-within\:border-borderGray:focus-within{
    border-color: #2A2C3B67 !important;
  }

  .xl\:focus-within\:border-borderModal:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-modalbg:focus-within{
    border-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus-within\:border-black80:focus-within{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus-within\:border-black90:focus-within{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus-within\:border-warning:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-inputDark:focus-within{
    border-color: #2A2C3BCB !important;
  }

  .xl\:focus-within\:border-black30:focus-within{
    border-color: #0000004D !important;
  }

  .xl\:focus-within\:border-select:focus-within{
    border-color: #2A2C3B41 !important;
  }

  .xl\:focus-within\:border-darkBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-borderBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black95:focus-within{
    border-color: #000000F2 !important;
  }

  .xl\:focus-within\:border-blackLight25:focus-within{
    border-color: #2A2C3B40 !important;
  }

  .xl\:focus-within\:border-bGraylight:focus-within{
    border-color: #70707027 !important;
  }

  .xl\:focus-within\:border-lightGray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lightRed:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-maroon:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-footerDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-alert:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blackLight:hover{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:hover\:border-redDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-ghostWhite:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-none:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:border-orange:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-200:hover{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:hover\:border-blue-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-800:hover{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:hover\:border-blue-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-40:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:border-black-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black-650:hover{
    border-color: #00000040 !important;
  }

  .xl\:hover\:border-black-700:hover{
    border-color: #00000066 !important;
  }

  .xl\:hover\:border-black-750:hover{
    border-color: #00000080 !important;
  }

  .xl\:hover\:border-black-800:hover{
    border-color: #00000099 !important;
  }

  .xl\:hover\:border-black-850:hover{
    border-color: #000000B3 !important;
  }

  .xl\:hover\:border-black-900:hover{
    border-color: #000000CC !important;
  }

  .xl\:hover\:border-black-950:hover{
    border-color: #000000E6 !important;
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-redlight:hover{
    border-color: rgba(176,42,35,.6) !important;
  }

  .xl\:hover\:border-grayLight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-grayDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-borderDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-whiteLight:hover{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:hover\:border-secondaryLight:hover{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:hover\:border-borderLight:hover{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:hover\:border-secondaryDark:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:border-blackDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black50:hover{
    border-color: #2A2C3B80 !important;
  }

  .xl\:hover\:border-borderGray:hover{
    border-color: #2A2C3B67 !important;
  }

  .xl\:hover\:border-borderModal:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-modalbg:hover{
    border-color: rgba(0,0,0,.7) !important;
  }

  .xl\:hover\:border-black80:hover{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:hover\:border-black90:hover{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:hover\:border-warning:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-inputDark:hover{
    border-color: #2A2C3BCB !important;
  }

  .xl\:hover\:border-black30:hover{
    border-color: #0000004D !important;
  }

  .xl\:hover\:border-select:hover{
    border-color: #2A2C3B41 !important;
  }

  .xl\:hover\:border-darkBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-borderBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black95:hover{
    border-color: #000000F2 !important;
  }

  .xl\:hover\:border-blackLight25:hover{
    border-color: #2A2C3B40 !important;
  }

  .xl\:hover\:border-bGraylight:hover{
    border-color: #70707027 !important;
  }

  .xl\:hover\:border-lightGray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lightRed:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-maroon:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-footerDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-alert:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blackLight:focus{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:border-redDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-ghostWhite:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-none:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:border-orange:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-200:focus{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:border-blue-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-800:focus{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:border-blue-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-40:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:border-black-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black-650:focus{
    border-color: #00000040 !important;
  }

  .xl\:focus\:border-black-700:focus{
    border-color: #00000066 !important;
  }

  .xl\:focus\:border-black-750:focus{
    border-color: #00000080 !important;
  }

  .xl\:focus\:border-black-800:focus{
    border-color: #00000099 !important;
  }

  .xl\:focus\:border-black-850:focus{
    border-color: #000000B3 !important;
  }

  .xl\:focus\:border-black-900:focus{
    border-color: #000000CC !important;
  }

  .xl\:focus\:border-black-950:focus{
    border-color: #000000E6 !important;
  }

  .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-redlight:focus{
    border-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:border-grayLight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-grayDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-borderDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-whiteLight:focus{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:border-secondaryLight:focus{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:border-borderLight:focus{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:border-secondaryDark:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:border-blackDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black50:focus{
    border-color: #2A2C3B80 !important;
  }

  .xl\:focus\:border-borderGray:focus{
    border-color: #2A2C3B67 !important;
  }

  .xl\:focus\:border-borderModal:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-modalbg:focus{
    border-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:border-black80:focus{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:border-black90:focus{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:border-warning:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-inputDark:focus{
    border-color: #2A2C3BCB !important;
  }

  .xl\:focus\:border-black30:focus{
    border-color: #0000004D !important;
  }

  .xl\:focus\:border-select:focus{
    border-color: #2A2C3B41 !important;
  }

  .xl\:focus\:border-darkBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-borderBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black95:focus{
    border-color: #000000F2 !important;
  }

  .xl\:focus\:border-blackLight25:focus{
    border-color: #2A2C3B40 !important;
  }

  .xl\:focus\:border-bGraylight:focus{
    border-color: #70707027 !important;
  }

  .xl\:focus\:border-lightGray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lightRed:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-maroon:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-footerDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-alert:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xl\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xl\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-none{
    background-color: transparent !important;
  }

  .xl\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black-650{
    background-color: #00000040 !important;
  }

  .xl\:bg-black-700{
    background-color: #00000066 !important;
  }

  .xl\:bg-black-750{
    background-color: #00000080 !important;
  }

  .xl\:bg-black-800{
    background-color: #00000099 !important;
  }

  .xl\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .xl\:bg-black-900{
    background-color: #000000CC !important;
  }

  .xl\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .xl\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .xl\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .xl\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .xl\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .xl\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .xl\:bg-black30{
    background-color: #0000004D !important;
  }

  .xl\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .xl\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black95{
    background-color: #000000F2 !important;
  }

  .xl\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .xl\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .xl\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .xl\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-none{
    background-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black-650{
    background-color: #00000040 !important;
  }

  .group:hover .xl\:group-hover\:bg-black-700{
    background-color: #00000066 !important;
  }

  .group:hover .xl\:group-hover\:bg-black-750{
    background-color: #00000080 !important;
  }

  .group:hover .xl\:group-hover\:bg-black-800{
    background-color: #00000099 !important;
  }

  .group:hover .xl\:group-hover\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .group:hover .xl\:group-hover\:bg-black-900{
    background-color: #000000CC !important;
  }

  .group:hover .xl\:group-hover\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .group:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .xl\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .xl\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .xl\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .group:hover .xl\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .group:hover .xl\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .xl\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .xl\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .group:hover .xl\:group-hover\:bg-black30{
    background-color: #0000004D !important;
  }

  .group:hover .xl\:group-hover\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .group:hover .xl\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black95{
    background-color: #000000F2 !important;
  }

  .group:hover .xl\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .group:hover .xl\:group-hover\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .group:hover .xl\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blackLight:focus-within{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus-within\:bg-redDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-ghostWhite:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-none:focus-within{
    background-color: transparent !important;
  }

  .xl\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-200:focus-within{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus-within\:bg-blue-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-800:focus-within{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus-within\:bg-blue-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-40:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:bg-black-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black-650:focus-within{
    background-color: #00000040 !important;
  }

  .xl\:focus-within\:bg-black-700:focus-within{
    background-color: #00000066 !important;
  }

  .xl\:focus-within\:bg-black-750:focus-within{
    background-color: #00000080 !important;
  }

  .xl\:focus-within\:bg-black-800:focus-within{
    background-color: #00000099 !important;
  }

  .xl\:focus-within\:bg-black-850:focus-within{
    background-color: #000000B3 !important;
  }

  .xl\:focus-within\:bg-black-900:focus-within{
    background-color: #000000CC !important;
  }

  .xl\:focus-within\:bg-black-950:focus-within{
    background-color: #000000E6 !important;
  }

  .xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-redlight:focus-within{
    background-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus-within\:bg-grayLight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-grayDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-borderDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-whiteLight:focus-within{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus-within\:bg-secondaryLight:focus-within{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus-within\:bg-borderLight:focus-within{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus-within\:bg-secondaryDark:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:bg-blackDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black50:focus-within{
    background-color: #2A2C3B80 !important;
  }

  .xl\:focus-within\:bg-borderGray:focus-within{
    background-color: #2A2C3B67 !important;
  }

  .xl\:focus-within\:bg-borderModal:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-modalbg:focus-within{
    background-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus-within\:bg-black80:focus-within{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus-within\:bg-black90:focus-within{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus-within\:bg-warning:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-inputDark:focus-within{
    background-color: #2A2C3BCB !important;
  }

  .xl\:focus-within\:bg-black30:focus-within{
    background-color: #0000004D !important;
  }

  .xl\:focus-within\:bg-select:focus-within{
    background-color: #2A2C3B41 !important;
  }

  .xl\:focus-within\:bg-darkBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-borderBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black95:focus-within{
    background-color: #000000F2 !important;
  }

  .xl\:focus-within\:bg-blackLight25:focus-within{
    background-color: #2A2C3B40 !important;
  }

  .xl\:focus-within\:bg-bGraylight:focus-within{
    background-color: #70707027 !important;
  }

  .xl\:focus-within\:bg-lightGray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lightRed:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-maroon:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-footerDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-alert:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blackLight:hover{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:hover\:bg-redDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-ghostWhite:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-none:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-200:hover{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:hover\:bg-blue-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-800:hover{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:hover\:bg-blue-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-40:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:bg-black-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-650:hover{
    background-color: #00000040 !important;
  }

  .xl\:hover\:bg-black-700:hover{
    background-color: #00000066 !important;
  }

  .xl\:hover\:bg-black-750:hover{
    background-color: #00000080 !important;
  }

  .xl\:hover\:bg-black-800:hover{
    background-color: #00000099 !important;
  }

  .xl\:hover\:bg-black-850:hover{
    background-color: #000000B3 !important;
  }

  .xl\:hover\:bg-black-900:hover{
    background-color: #000000CC !important;
  }

  .xl\:hover\:bg-black-950:hover{
    background-color: #000000E6 !important;
  }

  .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-redlight:hover{
    background-color: rgba(176,42,35,.6) !important;
  }

  .xl\:hover\:bg-grayLight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-grayDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-borderDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-whiteLight:hover{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:hover\:bg-secondaryLight:hover{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:hover\:bg-borderLight:hover{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:hover\:bg-secondaryDark:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:bg-blackDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black50:hover{
    background-color: #2A2C3B80 !important;
  }

  .xl\:hover\:bg-borderGray:hover{
    background-color: #2A2C3B67 !important;
  }

  .xl\:hover\:bg-borderModal:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-modalbg:hover{
    background-color: rgba(0,0,0,.7) !important;
  }

  .xl\:hover\:bg-black80:hover{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:hover\:bg-black90:hover{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:hover\:bg-warning:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-inputDark:hover{
    background-color: #2A2C3BCB !important;
  }

  .xl\:hover\:bg-black30:hover{
    background-color: #0000004D !important;
  }

  .xl\:hover\:bg-select:hover{
    background-color: #2A2C3B41 !important;
  }

  .xl\:hover\:bg-darkBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-borderBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black95:hover{
    background-color: #000000F2 !important;
  }

  .xl\:hover\:bg-blackLight25:hover{
    background-color: #2A2C3B40 !important;
  }

  .xl\:hover\:bg-bGraylight:hover{
    background-color: #70707027 !important;
  }

  .xl\:hover\:bg-lightGray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lightRed:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-maroon:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-footerDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-alert:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blackLight:focus{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:bg-redDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-ghostWhite:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-none:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-200:focus{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:bg-blue-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-800:focus{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:bg-blue-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-40:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:bg-black-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-650:focus{
    background-color: #00000040 !important;
  }

  .xl\:focus\:bg-black-700:focus{
    background-color: #00000066 !important;
  }

  .xl\:focus\:bg-black-750:focus{
    background-color: #00000080 !important;
  }

  .xl\:focus\:bg-black-800:focus{
    background-color: #00000099 !important;
  }

  .xl\:focus\:bg-black-850:focus{
    background-color: #000000B3 !important;
  }

  .xl\:focus\:bg-black-900:focus{
    background-color: #000000CC !important;
  }

  .xl\:focus\:bg-black-950:focus{
    background-color: #000000E6 !important;
  }

  .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-redlight:focus{
    background-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:bg-grayLight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-grayDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-borderDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-whiteLight:focus{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:bg-secondaryLight:focus{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:bg-borderLight:focus{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:bg-secondaryDark:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:bg-blackDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black50:focus{
    background-color: #2A2C3B80 !important;
  }

  .xl\:focus\:bg-borderGray:focus{
    background-color: #2A2C3B67 !important;
  }

  .xl\:focus\:bg-borderModal:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-modalbg:focus{
    background-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:bg-black80:focus{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:bg-black90:focus{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:bg-warning:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-inputDark:focus{
    background-color: #2A2C3BCB !important;
  }

  .xl\:focus\:bg-black30:focus{
    background-color: #0000004D !important;
  }

  .xl\:focus\:bg-select:focus{
    background-color: #2A2C3B41 !important;
  }

  .xl\:focus\:bg-darkBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-borderBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black95:focus{
    background-color: #000000F2 !important;
  }

  .xl\:focus\:bg-blackLight25:focus{
    background-color: #2A2C3B40 !important;
  }

  .xl\:focus\:bg-bGraylight:focus{
    background-color: #70707027 !important;
  }

  .xl\:focus\:bg-lightGray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lightRed:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-maroon:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-footerDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-alert:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:bg-none{
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:from-primary-50{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:from-primary-100{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:from-primary-200{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:from-primary-300{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:from-primary-400{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:from-primary-500{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:from-primary-600{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:from-primary-700{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:from-primary-800{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:from-primary-900{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:from-primary-950{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .xl\:from-primary{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:from-secondary-50{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:from-secondary-100{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:from-secondary-200{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:from-secondary-300{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:from-secondary-400{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:from-secondary-500{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:from-secondary-600{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:from-secondary-700{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:from-secondary-800{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:from-secondary-900{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:from-secondary-950{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .xl\:from-secondary{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:from-blackLight{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .xl\:from-redDark{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .xl\:from-gray400{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .xl\:from-ghostWhite{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .xl\:from-black500{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-white200{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .xl\:from-gray100{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .xl\:from-none{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-orange{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .xl\:from-pink{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .xl\:from-pink100{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .xl\:from-purple{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .xl\:from-blue-50{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:from-blue-100{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:from-blue-150{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .xl\:from-blue-200{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:from-blue-250{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .xl\:from-blue-300{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .xl\:from-blue-350{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .xl\:from-blue-400{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .xl\:from-blue-500{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:from-blue-600{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .xl\:from-blue-700{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .xl\:from-blue-750{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .xl\:from-blue-800{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:from-blue-850{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .xl\:from-blue-900{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .xl\:from-blue-950{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .xl\:from-blue{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:from-black-40{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-50{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:from-black-100{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:from-black-150{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:from-black-200{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:from-black-250{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:from-black-300{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:from-black-350{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:from-black-400{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:from-black-450{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:from-black-500{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:from-black-550{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .xl\:from-black-600{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-650{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-700{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-750{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-800{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-850{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-900{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-950{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-red-50{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .xl\:from-red-100{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .xl\:from-red-200{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:from-red-300{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .xl\:from-red-400{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .xl\:from-red-500{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .xl\:from-red-550{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .xl\:from-red-600{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .xl\:from-red-650{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .xl\:from-red-700{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .xl\:from-red-800{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .xl\:from-red{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:from-white-50{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-white-100{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .xl\:from-white-150{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .xl\:from-white-200{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .xl\:from-white-250{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .xl\:from-white-300{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:from-white-350{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .xl\:from-white-400{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:from-white-450{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .xl\:from-white-500{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .xl\:from-white-550{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:from-white-600{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:from-white-650{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:from-white-700{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:from-white-750{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .xl\:from-white-800{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .xl\:from-white-850{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:from-white-900{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:from-white-950{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:from-white{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-gray-50{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:from-gray-100{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:from-gray-150{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .xl\:from-gray-200{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:from-gray-250{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:from-gray-300{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:from-gray-350{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:from-gray-400{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:from-gray-450{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:from-gray-500{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:from-gray-550{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:from-gray-600{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:from-gray-650{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:from-gray-700{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:from-gray-750{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:from-gray-800{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:from-gray-850{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:from-gray-900{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:from-gray-950{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .xl\:from-gray{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:from-green{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .xl\:from-redlight{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .xl\:from-grayLight{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:from-grayDark{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .xl\:from-borderDark{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .xl\:from-whiteLight{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-secondaryLight{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-borderLight{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-secondaryDark{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-blackDark{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:from-gray200{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:from-black50{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:from-borderGray{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:from-borderModal{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:from-modalbg{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black80{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black90{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-warning{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .xl\:from-inputDark{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:from-black30{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-select{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:from-darkBlack{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:from-borderBlack{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .xl\:from-black95{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-blackLight25{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:from-bGraylight{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:from-lightGray{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:from-lightRed{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .xl\:from-maroon{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .xl\:from-footerDark{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .xl\:from-success{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .xl\:from-info{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .xl\:from-danger{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:from-alert{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:from-success-light{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .xl\:from-info-light{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .xl\:from-warning-light{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .xl\:from-danger-light{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .xl\:hover\:from-primary-50:hover{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:from-primary-100:hover{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:from-primary-200:hover{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:from-primary-300:hover{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:from-primary-400:hover{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:from-primary-500:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:from-primary-600:hover{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:from-primary-700:hover{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:from-primary-800:hover{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:from-primary-900:hover{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:from-primary-950:hover{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .xl\:hover\:from-primary:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:from-secondary-50:hover{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:from-secondary-100:hover{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:hover\:from-secondary-200:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:from-secondary-300:hover{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:hover\:from-secondary-400:hover{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:hover\:from-secondary-500:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:hover\:from-secondary-600:hover{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:hover\:from-secondary-700:hover{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:hover\:from-secondary-800:hover{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:hover\:from-secondary-900:hover{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:hover\:from-secondary-950:hover{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .xl\:hover\:from-secondary:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:hover\:from-blackLight:hover{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .xl\:hover\:from-redDark:hover{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .xl\:hover\:from-gray400:hover{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .xl\:hover\:from-ghostWhite:hover{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .xl\:hover\:from-black500:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-white200:hover{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .xl\:hover\:from-gray100:hover{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .xl\:hover\:from-none:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-orange:hover{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .xl\:hover\:from-pink:hover{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .xl\:hover\:from-pink100:hover{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .xl\:hover\:from-purple:hover{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-50:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:hover\:from-blue-150:hover{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:hover\:from-blue-250:hover{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-350:hover{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .xl\:hover\:from-blue-750:hover{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .xl\:hover\:from-blue-800:hover{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:hover\:from-blue-850:hover{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .xl\:hover\:from-blue-950:hover{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .xl\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:hover\:from-black-40:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-50:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:from-black-100:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:from-black-150:hover{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:hover\:from-black-200:hover{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:hover\:from-black-250:hover{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:hover\:from-black-300:hover{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:hover\:from-black-350:hover{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:hover\:from-black-400:hover{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:hover\:from-black-450:hover{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:hover\:from-black-500:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:from-black-550:hover{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .xl\:hover\:from-black-600:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-650:hover{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-700:hover{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-750:hover{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-800:hover{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-850:hover{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-900:hover{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-950:hover{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-red-50:hover{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .xl\:hover\:from-red-200:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:from-red-300:hover{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .xl\:hover\:from-red-550:hover{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .xl\:hover\:from-red-650:hover{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .xl\:hover\:from-red:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:from-white-50:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-white-100:hover{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .xl\:hover\:from-white-150:hover{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .xl\:hover\:from-white-200:hover{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .xl\:hover\:from-white-250:hover{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .xl\:hover\:from-white-300:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:from-white-350:hover{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .xl\:hover\:from-white-400:hover{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:hover\:from-white-450:hover{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .xl\:hover\:from-white-500:hover{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .xl\:hover\:from-white-550:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:from-white-600:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:hover\:from-white-650:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:hover\:from-white-700:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:from-white-750:hover{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .xl\:hover\:from-white-800:hover{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .xl\:hover\:from-white-850:hover{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:hover\:from-white-900:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:from-white-950:hover{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:from-gray-150:hover{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:hover\:from-gray-250:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:from-gray-350:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:from-gray-450:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:from-gray-550:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:from-gray-650:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:from-gray-750:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:from-gray-850:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:from-gray-950:hover{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .xl\:hover\:from-gray:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:from-green:hover{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .xl\:hover\:from-redlight:hover{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .xl\:hover\:from-grayLight:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:hover\:from-grayDark:hover{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .xl\:hover\:from-borderDark:hover{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .xl\:hover\:from-whiteLight:hover{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-secondaryLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-borderLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-secondaryDark:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-blackDark:hover{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:from-gray200:hover{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:from-black50:hover{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:from-borderGray:hover{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:from-borderModal:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:hover\:from-modalbg:hover{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black80:hover{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black90:hover{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-warning:hover{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .xl\:hover\:from-inputDark:hover{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:from-black30:hover{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-select:hover{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:from-darkBlack:hover{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:hover\:from-borderBlack:hover{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .xl\:hover\:from-black95:hover{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-blackLight25:hover{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:from-bGraylight:hover{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:hover\:from-lightGray:hover{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:hover\:from-lightRed:hover{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .xl\:hover\:from-maroon:hover{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .xl\:hover\:from-footerDark:hover{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .xl\:hover\:from-success:hover{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .xl\:hover\:from-info:hover{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .xl\:hover\:from-danger:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:hover\:from-alert:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:hover\:from-success-light:hover{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .xl\:hover\:from-info-light:hover{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .xl\:hover\:from-warning-light:hover{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .xl\:hover\:from-danger-light:hover{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .xl\:focus\:from-primary-50:focus{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:from-primary-100:focus{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:from-primary-200:focus{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:from-primary-300:focus{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:from-primary-400:focus{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:from-primary-500:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:from-primary-600:focus{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:from-primary-700:focus{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:from-primary-800:focus{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:from-primary-900:focus{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:from-primary-950:focus{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .xl\:focus\:from-primary:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:from-secondary-50:focus{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:from-secondary-100:focus{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:focus\:from-secondary-200:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:from-secondary-300:focus{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:focus\:from-secondary-400:focus{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:focus\:from-secondary-500:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:focus\:from-secondary-600:focus{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:focus\:from-secondary-700:focus{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:focus\:from-secondary-800:focus{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:focus\:from-secondary-900:focus{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:focus\:from-secondary-950:focus{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .xl\:focus\:from-secondary:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:focus\:from-blackLight:focus{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .xl\:focus\:from-redDark:focus{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .xl\:focus\:from-gray400:focus{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .xl\:focus\:from-ghostWhite:focus{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .xl\:focus\:from-black500:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-white200:focus{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .xl\:focus\:from-gray100:focus{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .xl\:focus\:from-none:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-orange:focus{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .xl\:focus\:from-pink:focus{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .xl\:focus\:from-pink100:focus{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .xl\:focus\:from-purple:focus{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-50:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:focus\:from-blue-150:focus{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:focus\:from-blue-250:focus{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-350:focus{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .xl\:focus\:from-blue-750:focus{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .xl\:focus\:from-blue-800:focus{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:focus\:from-blue-850:focus{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .xl\:focus\:from-blue-950:focus{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .xl\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:focus\:from-black-40:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-50:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:from-black-100:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:from-black-150:focus{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:focus\:from-black-200:focus{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:focus\:from-black-250:focus{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:focus\:from-black-300:focus{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:focus\:from-black-350:focus{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:focus\:from-black-400:focus{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:focus\:from-black-450:focus{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:focus\:from-black-500:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:from-black-550:focus{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .xl\:focus\:from-black-600:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-650:focus{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-700:focus{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-750:focus{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-800:focus{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-850:focus{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-900:focus{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-950:focus{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-red-50:focus{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .xl\:focus\:from-red-200:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:from-red-300:focus{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .xl\:focus\:from-red-550:focus{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .xl\:focus\:from-red-650:focus{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .xl\:focus\:from-red:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:from-white-50:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-white-100:focus{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .xl\:focus\:from-white-150:focus{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .xl\:focus\:from-white-200:focus{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .xl\:focus\:from-white-250:focus{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .xl\:focus\:from-white-300:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:from-white-350:focus{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .xl\:focus\:from-white-400:focus{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:focus\:from-white-450:focus{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .xl\:focus\:from-white-500:focus{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .xl\:focus\:from-white-550:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:from-white-600:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:focus\:from-white-650:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:focus\:from-white-700:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:from-white-750:focus{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .xl\:focus\:from-white-800:focus{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .xl\:focus\:from-white-850:focus{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:focus\:from-white-900:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:from-white-950:focus{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:from-gray-150:focus{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:focus\:from-gray-250:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:from-gray-350:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:from-gray-450:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:from-gray-550:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:from-gray-650:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:from-gray-750:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:from-gray-850:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:from-gray-950:focus{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .xl\:focus\:from-gray:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:from-green:focus{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .xl\:focus\:from-redlight:focus{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .xl\:focus\:from-grayLight:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:focus\:from-grayDark:focus{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .xl\:focus\:from-borderDark:focus{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .xl\:focus\:from-whiteLight:focus{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-secondaryLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-borderLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-secondaryDark:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-blackDark:focus{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:from-gray200:focus{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:from-black50:focus{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:from-borderGray:focus{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:from-borderModal:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:focus\:from-modalbg:focus{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black80:focus{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black90:focus{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-warning:focus{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .xl\:focus\:from-inputDark:focus{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:from-black30:focus{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-select:focus{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:from-darkBlack:focus{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:focus\:from-borderBlack:focus{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .xl\:focus\:from-black95:focus{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-blackLight25:focus{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:from-bGraylight:focus{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:focus\:from-lightGray:focus{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:focus\:from-lightRed:focus{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .xl\:focus\:from-maroon:focus{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .xl\:focus\:from-footerDark:focus{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .xl\:focus\:from-success:focus{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .xl\:focus\:from-info:focus{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .xl\:focus\:from-danger:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:focus\:from-alert:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:focus\:from-success-light:focus{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .xl\:focus\:from-info-light:focus{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .xl\:focus\:from-warning-light:focus{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .xl\:focus\:from-danger-light:focus{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .xl\:via-primary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:via-primary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:via-primary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:via-primary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:via-primary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:via-primary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:via-primary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:via-primary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:via-primary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:via-primary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:via-primary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .xl\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:via-secondary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:via-secondary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:via-secondary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:via-secondary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:via-secondary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:via-secondary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:via-secondary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:via-secondary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:via-secondary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:via-secondary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:via-secondary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .xl\:via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:via-blackLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .xl\:via-redDark{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .xl\:via-gray400{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .xl\:via-ghostWhite{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .xl\:via-black500{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-white200{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .xl\:via-gray100{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .xl\:via-none{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .xl\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .xl\:via-pink100{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .xl\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:via-blue-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:via-blue-250{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .xl\:via-blue-350{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .xl\:via-blue-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:via-blue-850{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .xl\:via-blue-950{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .xl\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:via-black-40{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:via-black-150{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:via-black-250{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:via-black-550{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .xl\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-650{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-750{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-800{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-850{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-950{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .xl\:via-red-550{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .xl\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .xl\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:via-white-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-white-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .xl\:via-white-150{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .xl\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .xl\:via-white-250{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .xl\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:via-white-350{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .xl\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:via-white-450{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .xl\:via-white-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .xl\:via-white-550{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:via-white-650{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:via-white-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:via-white-750{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .xl\:via-white-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .xl\:via-white-850{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:via-white-900{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:via-white-950{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:via-gray-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:via-gray-250{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:via-gray-650{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:via-gray-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .xl\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .xl\:via-redlight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .xl\:via-grayLight{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:via-grayDark{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .xl\:via-borderDark{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .xl\:via-whiteLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-secondaryLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-borderLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-secondaryDark{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-blackDark{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:via-gray200{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:via-black50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:via-borderGray{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:via-borderModal{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:via-modalbg{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black90{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .xl\:via-inputDark{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:via-black30{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-select{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:via-darkBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:via-borderBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .xl\:via-black95{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-blackLight25{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:via-bGraylight{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:via-lightGray{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:via-lightRed{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .xl\:via-maroon{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .xl\:via-footerDark{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .xl\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .xl\:via-info{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .xl\:via-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:via-alert{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:via-success-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .xl\:via-info-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .xl\:via-warning-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .xl\:via-danger-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .xl\:hover\:via-primary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:via-primary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:via-primary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:via-primary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:via-primary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:via-primary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:via-primary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:via-primary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:via-primary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:via-primary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:via-primary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .xl\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:via-secondary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:via-secondary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:hover\:via-secondary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:via-secondary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:hover\:via-secondary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:hover\:via-secondary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:hover\:via-secondary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:hover\:via-secondary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:hover\:via-secondary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:hover\:via-secondary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:hover\:via-secondary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .xl\:hover\:via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:hover\:via-blackLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .xl\:hover\:via-redDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .xl\:hover\:via-gray400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .xl\:hover\:via-ghostWhite:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .xl\:hover\:via-black500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-white200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .xl\:hover\:via-gray100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .xl\:hover\:via-none:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .xl\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .xl\:hover\:via-pink100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .xl\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:hover\:via-blue-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:hover\:via-blue-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .xl\:hover\:via-blue-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:hover\:via-blue-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .xl\:hover\:via-blue-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .xl\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:hover\:via-black-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:via-black-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:hover\:via-black-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:via-black-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .xl\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .xl\:hover\:via-red-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .xl\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .xl\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:hover\:via-white-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-white-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .xl\:hover\:via-white-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .xl\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .xl\:hover\:via-white-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .xl\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:via-white-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .xl\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:hover\:via-white-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .xl\:hover\:via-white-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .xl\:hover\:via-white-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:hover\:via-white-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:hover\:via-white-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:via-white-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .xl\:hover\:via-white-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .xl\:hover\:via-white-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:hover\:via-white-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:via-white-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:via-gray-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:hover\:via-gray-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:via-gray-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:via-gray-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .xl\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .xl\:hover\:via-redlight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .xl\:hover\:via-grayLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:hover\:via-grayDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .xl\:hover\:via-borderDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .xl\:hover\:via-whiteLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-secondaryLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-borderLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-secondaryDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-blackDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:via-gray200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:via-black50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:via-borderGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:via-borderModal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:hover\:via-modalbg:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .xl\:hover\:via-inputDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:via-black30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-select:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:via-darkBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:hover\:via-borderBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .xl\:hover\:via-black95:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-blackLight25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:hover\:via-bGraylight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:hover\:via-lightGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:hover\:via-lightRed:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .xl\:hover\:via-maroon:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .xl\:hover\:via-footerDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .xl\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .xl\:hover\:via-info:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .xl\:hover\:via-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:hover\:via-alert:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:hover\:via-success-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .xl\:hover\:via-info-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .xl\:hover\:via-warning-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .xl\:hover\:via-danger-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .xl\:focus\:via-primary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:via-primary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:via-primary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:via-primary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:via-primary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:via-primary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:via-primary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:via-primary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:via-primary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:via-primary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:via-primary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .xl\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:via-secondary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:via-secondary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:focus\:via-secondary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:via-secondary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:focus\:via-secondary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:focus\:via-secondary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:focus\:via-secondary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:focus\:via-secondary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:focus\:via-secondary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:focus\:via-secondary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:focus\:via-secondary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .xl\:focus\:via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:focus\:via-blackLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .xl\:focus\:via-redDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .xl\:focus\:via-gray400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .xl\:focus\:via-ghostWhite:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .xl\:focus\:via-black500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-white200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .xl\:focus\:via-gray100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .xl\:focus\:via-none:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .xl\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .xl\:focus\:via-pink100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .xl\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:focus\:via-blue-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:focus\:via-blue-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .xl\:focus\:via-blue-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .xl\:focus\:via-blue-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .xl\:focus\:via-blue-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .xl\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .xl\:focus\:via-black-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:via-black-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:focus\:via-black-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:via-black-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .xl\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .xl\:focus\:via-red-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .xl\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .xl\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .xl\:focus\:via-white-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-white-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .xl\:focus\:via-white-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .xl\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .xl\:focus\:via-white-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .xl\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:via-white-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .xl\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:focus\:via-white-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .xl\:focus\:via-white-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .xl\:focus\:via-white-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:focus\:via-white-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:focus\:via-white-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:via-white-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .xl\:focus\:via-white-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .xl\:focus\:via-white-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:focus\:via-white-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:via-white-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:via-gray-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:focus\:via-gray-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:via-gray-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:via-gray-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .xl\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .xl\:focus\:via-redlight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .xl\:focus\:via-grayLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:focus\:via-grayDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .xl\:focus\:via-borderDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .xl\:focus\:via-whiteLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-secondaryLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-borderLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-secondaryDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-blackDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:via-gray200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:via-black50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:via-borderGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:via-borderModal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:focus\:via-modalbg:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .xl\:focus\:via-inputDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:via-black30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-select:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:via-darkBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .xl\:focus\:via-borderBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .xl\:focus\:via-black95:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-blackLight25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .xl\:focus\:via-bGraylight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl\:focus\:via-lightGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:focus\:via-lightRed:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .xl\:focus\:via-maroon:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .xl\:focus\:via-footerDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .xl\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .xl\:focus\:via-info:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .xl\:focus\:via-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:focus\:via-alert:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .xl\:focus\:via-success-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .xl\:focus\:via-info-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .xl\:focus\:via-warning-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .xl\:focus\:via-danger-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .xl\:to-primary-50{
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:to-primary-100{
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:to-primary-200{
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:to-primary-300{
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:to-primary-400{
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:to-primary-500{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:to-primary-600{
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:to-primary-700{
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:to-primary-800{
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:to-primary-900{
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:to-primary-950{
    --tw-gradient-to: #450a0a !important;
  }

  .xl\:to-primary{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:to-secondary-50{
    --tw-gradient-to: #f8fafc !important;
  }

  .xl\:to-secondary-100{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .xl\:to-secondary-200{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:to-secondary-300{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .xl\:to-secondary-400{
    --tw-gradient-to: #94a3b8 !important;
  }

  .xl\:to-secondary-500{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:to-secondary-600{
    --tw-gradient-to: #475569 !important;
  }

  .xl\:to-secondary-700{
    --tw-gradient-to: #334155 !important;
  }

  .xl\:to-secondary-800{
    --tw-gradient-to: #1e293b !important;
  }

  .xl\:to-secondary-900{
    --tw-gradient-to: #0f172a !important;
  }

  .xl\:to-secondary-950{
    --tw-gradient-to: #020617 !important;
  }

  .xl\:to-secondary{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:to-blackLight{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .xl\:to-redDark{
    --tw-gradient-to: #E60A0A !important;
  }

  .xl\:to-gray400{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .xl\:to-ghostWhite{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .xl\:to-black500{
    --tw-gradient-to: #000 !important;
  }

  .xl\:to-white200{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .xl\:to-gray100{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .xl\:to-none{
    --tw-gradient-to: transparent !important;
  }

  .xl\:to-orange{
    --tw-gradient-to: #FF626B !important;
  }

  .xl\:to-pink{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .xl\:to-pink100{
    --tw-gradient-to: #DA2587 !important;
  }

  .xl\:to-purple{
    --tw-gradient-to: #E8E5FF !important;
  }

  .xl\:to-blue-50{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:to-blue-100{
    --tw-gradient-to: #22232f !important;
  }

  .xl\:to-blue-150{
    --tw-gradient-to: #EFF5FC !important;
  }

  .xl\:to-blue-200{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:to-blue-250{
    --tw-gradient-to: #F3F9FF !important;
  }

  .xl\:to-blue-300{
    --tw-gradient-to: #564CFF !important;
  }

  .xl\:to-blue-350{
    --tw-gradient-to: #2A2B3A !important;
  }

  .xl\:to-blue-400{
    --tw-gradient-to: #4C55FF !important;
  }

  .xl\:to-blue-500{
    --tw-gradient-to: #0099FF !important;
  }

  .xl\:to-blue-600{
    --tw-gradient-to: #7B61FF !important;
  }

  .xl\:to-blue-700{
    --tw-gradient-to: #454AE7 !important;
  }

  .xl\:to-blue-750{
    --tw-gradient-to: #1784B2 !important;
  }

  .xl\:to-blue-800{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .xl\:to-blue-850{
    --tw-gradient-to: #F9F9FF !important;
  }

  .xl\:to-blue-900{
    --tw-gradient-to: #5875DC !important;
  }

  .xl\:to-blue-950{
    --tw-gradient-to: #F3F4FC !important;
  }

  .xl\:to-blue{
    --tw-gradient-to: #0099FF !important;
  }

  .xl\:to-black-40{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .xl\:to-black-50{
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:to-black-100{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .xl\:to-black-150{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .xl\:to-black-200{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .xl\:to-black-250{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .xl\:to-black-300{
    --tw-gradient-to: #737373 !important;
  }

  .xl\:to-black-350{
    --tw-gradient-to: #525252 !important;
  }

  .xl\:to-black-400{
    --tw-gradient-to: #404040 !important;
  }

  .xl\:to-black-450{
    --tw-gradient-to: #262626 !important;
  }

  .xl\:to-black-500{
    --tw-gradient-to: #333 !important;
  }

  .xl\:to-black-550{
    --tw-gradient-to: #0a0a0a !important;
  }

  .xl\:to-black-600{
    --tw-gradient-to: #000000 !important;
  }

  .xl\:to-black-650{
    --tw-gradient-to: #00000040 !important;
  }

  .xl\:to-black-700{
    --tw-gradient-to: #00000066 !important;
  }

  .xl\:to-black-750{
    --tw-gradient-to: #00000080 !important;
  }

  .xl\:to-black-800{
    --tw-gradient-to: #00000099 !important;
  }

  .xl\:to-black-850{
    --tw-gradient-to: #000000B3 !important;
  }

  .xl\:to-black-900{
    --tw-gradient-to: #000000CC !important;
  }

  .xl\:to-black-950{
    --tw-gradient-to: #000000E6 !important;
  }

  .xl\:to-black{
    --tw-gradient-to: #000000 !important;
  }

  .xl\:to-red-50{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .xl\:to-red-100{
    --tw-gradient-to: #7b2a2b !important;
  }

  .xl\:to-red-200{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:to-red-300{
    --tw-gradient-to: #F9597C !important;
  }

  .xl\:to-red-400{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .xl\:to-red-500{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .xl\:to-red-550{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .xl\:to-red-600{
    --tw-gradient-to: #FEFAFA !important;
  }

  .xl\:to-red-650{
    --tw-gradient-to: #FFE9EA !important;
  }

  .xl\:to-red-700{
    --tw-gradient-to: #B92823 !important;
  }

  .xl\:to-red-800{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .xl\:to-red{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:to-white-50{
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:to-white-100{
    --tw-gradient-to: #fefefe !important;
  }

  .xl\:to-white-150{
    --tw-gradient-to: #fdfdfd !important;
  }

  .xl\:to-white-200{
    --tw-gradient-to: #fcfcfc !important;
  }

  .xl\:to-white-250{
    --tw-gradient-to: #fbfbfb !important;
  }

  .xl\:to-white-300{
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:to-white-350{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .xl\:to-white-400{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xl\:to-white-450{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .xl\:to-white-500{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .xl\:to-white-550{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .xl\:to-white-600{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:to-white-650{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xl\:to-white-700{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .xl\:to-white-750{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .xl\:to-white-800{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .xl\:to-white-850{
    --tw-gradient-to: #efefef !important;
  }

  .xl\:to-white-900{
    --tw-gradient-to: #eeeeee !important;
  }

  .xl\:to-white-950{
    --tw-gradient-to: #ededed !important;
  }

  .xl\:to-white{
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:to-gray-50{
    --tw-gradient-to: #f9fafb !important;
  }

  .xl\:to-gray-100{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .xl\:to-gray-150{
    --tw-gradient-to: #EAECF2 !important;
  }

  .xl\:to-gray-200{
    --tw-gradient-to: #e5e7eb !important;
  }

  .xl\:to-gray-250{
    --tw-gradient-to: #d1d5db !important;
  }

  .xl\:to-gray-300{
    --tw-gradient-to: #d1d5db !important;
  }

  .xl\:to-gray-350{
    --tw-gradient-to: #9ca3af !important;
  }

  .xl\:to-gray-400{
    --tw-gradient-to: #9ca3af !important;
  }

  .xl\:to-gray-450{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:to-gray-500{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:to-gray-550{
    --tw-gradient-to: #4b5563 !important;
  }

  .xl\:to-gray-600{
    --tw-gradient-to: #4b5563 !important;
  }

  .xl\:to-gray-650{
    --tw-gradient-to: #374151 !important;
  }

  .xl\:to-gray-700{
    --tw-gradient-to: #374151 !important;
  }

  .xl\:to-gray-750{
    --tw-gradient-to: #1f2937 !important;
  }

  .xl\:to-gray-800{
    --tw-gradient-to: #1f2937 !important;
  }

  .xl\:to-gray-850{
    --tw-gradient-to: #111827 !important;
  }

  .xl\:to-gray-900{
    --tw-gradient-to: #111827 !important;
  }

  .xl\:to-gray-950{
    --tw-gradient-to: #030712 !important;
  }

  .xl\:to-gray{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:to-green{
    --tw-gradient-to: #5acebe !important;
  }

  .xl\:to-redlight{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .xl\:to-grayLight{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:to-grayDark{
    --tw-gradient-to: #ddd !important;
  }

  .xl\:to-borderDark{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .xl\:to-whiteLight{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .xl\:to-secondaryLight{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .xl\:to-borderLight{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .xl\:to-secondaryDark{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .xl\:to-blackDark{
    --tw-gradient-to: #333333 !important;
  }

  .xl\:to-gray200{
    --tw-gradient-to: #eee !important;
  }

  .xl\:to-black50{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .xl\:to-borderGray{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .xl\:to-borderModal{
    --tw-gradient-to: #707070 !important;
  }

  .xl\:to-modalbg{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .xl\:to-black80{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .xl\:to-black90{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .xl\:to-warning{
    --tw-gradient-to: #ffc107 !important;
  }

  .xl\:to-inputDark{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .xl\:to-black30{
    --tw-gradient-to: #0000004D !important;
  }

  .xl\:to-select{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .xl\:to-darkBlack{
    --tw-gradient-to: #22232F !important;
  }

  .xl\:to-borderBlack{
    --tw-gradient-to: #181922 !important;
  }

  .xl\:to-black95{
    --tw-gradient-to: #000000F2 !important;
  }

  .xl\:to-blackLight25{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .xl\:to-bGraylight{
    --tw-gradient-to: #70707027 !important;
  }

  .xl\:to-lightGray{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .xl\:to-lightRed{
    --tw-gradient-to: #f7eae9 !important;
  }

  .xl\:to-maroon{
    --tw-gradient-to: #b73a33 !important;
  }

  .xl\:to-footerDark{
    --tw-gradient-to: #161617 !important;
  }

  .xl\:to-success{
    --tw-gradient-to: #28a745 !important;
  }

  .xl\:to-info{
    --tw-gradient-to: #17a2b8 !important;
  }

  .xl\:to-danger{
    --tw-gradient-to: #dc3545 !important;
  }

  .xl\:to-alert{
    --tw-gradient-to: #dc3545 !important;
  }

  .xl\:to-success-light{
    --tw-gradient-to: #d4edda !important;
  }

  .xl\:to-info-light{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .xl\:to-warning-light{
    --tw-gradient-to: #fff3cd !important;
  }

  .xl\:to-danger-light{
    --tw-gradient-to: #f8d7da !important;
  }

  .xl\:hover\:to-primary-50:hover{
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:hover\:to-primary-100:hover{
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:hover\:to-primary-200:hover{
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:hover\:to-primary-300:hover{
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:hover\:to-primary-400:hover{
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:hover\:to-primary-500:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:hover\:to-primary-600:hover{
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:hover\:to-primary-700:hover{
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:hover\:to-primary-800:hover{
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:hover\:to-primary-900:hover{
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:hover\:to-primary-950:hover{
    --tw-gradient-to: #450a0a !important;
  }

  .xl\:hover\:to-primary:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:hover\:to-secondary-50:hover{
    --tw-gradient-to: #f8fafc !important;
  }

  .xl\:hover\:to-secondary-100:hover{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .xl\:hover\:to-secondary-200:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:hover\:to-secondary-300:hover{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .xl\:hover\:to-secondary-400:hover{
    --tw-gradient-to: #94a3b8 !important;
  }

  .xl\:hover\:to-secondary-500:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:hover\:to-secondary-600:hover{
    --tw-gradient-to: #475569 !important;
  }

  .xl\:hover\:to-secondary-700:hover{
    --tw-gradient-to: #334155 !important;
  }

  .xl\:hover\:to-secondary-800:hover{
    --tw-gradient-to: #1e293b !important;
  }

  .xl\:hover\:to-secondary-900:hover{
    --tw-gradient-to: #0f172a !important;
  }

  .xl\:hover\:to-secondary-950:hover{
    --tw-gradient-to: #020617 !important;
  }

  .xl\:hover\:to-secondary:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:hover\:to-blackLight:hover{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .xl\:hover\:to-redDark:hover{
    --tw-gradient-to: #E60A0A !important;
  }

  .xl\:hover\:to-gray400:hover{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .xl\:hover\:to-ghostWhite:hover{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .xl\:hover\:to-black500:hover{
    --tw-gradient-to: #000 !important;
  }

  .xl\:hover\:to-white200:hover{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .xl\:hover\:to-gray100:hover{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .xl\:hover\:to-none:hover{
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:to-orange:hover{
    --tw-gradient-to: #FF626B !important;
  }

  .xl\:hover\:to-pink:hover{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .xl\:hover\:to-pink100:hover{
    --tw-gradient-to: #DA2587 !important;
  }

  .xl\:hover\:to-purple:hover{
    --tw-gradient-to: #E8E5FF !important;
  }

  .xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #22232f !important;
  }

  .xl\:hover\:to-blue-150:hover{
    --tw-gradient-to: #EFF5FC !important;
  }

  .xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:hover\:to-blue-250:hover{
    --tw-gradient-to: #F3F9FF !important;
  }

  .xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #564CFF !important;
  }

  .xl\:hover\:to-blue-350:hover{
    --tw-gradient-to: #2A2B3A !important;
  }

  .xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #4C55FF !important;
  }

  .xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #7B61FF !important;
  }

  .xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #454AE7 !important;
  }

  .xl\:hover\:to-blue-750:hover{
    --tw-gradient-to: #1784B2 !important;
  }

  .xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .xl\:hover\:to-blue-850:hover{
    --tw-gradient-to: #F9F9FF !important;
  }

  .xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #5875DC !important;
  }

  .xl\:hover\:to-blue-950:hover{
    --tw-gradient-to: #F3F4FC !important;
  }

  .xl\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .xl\:hover\:to-black-40:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:to-black-50:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:hover\:to-black-100:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .xl\:hover\:to-black-150:hover{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .xl\:hover\:to-black-200:hover{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .xl\:hover\:to-black-250:hover{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .xl\:hover\:to-black-300:hover{
    --tw-gradient-to: #737373 !important;
  }

  .xl\:hover\:to-black-350:hover{
    --tw-gradient-to: #525252 !important;
  }

  .xl\:hover\:to-black-400:hover{
    --tw-gradient-to: #404040 !important;
  }

  .xl\:hover\:to-black-450:hover{
    --tw-gradient-to: #262626 !important;
  }

  .xl\:hover\:to-black-500:hover{
    --tw-gradient-to: #333 !important;
  }

  .xl\:hover\:to-black-550:hover{
    --tw-gradient-to: #0a0a0a !important;
  }

  .xl\:hover\:to-black-600:hover{
    --tw-gradient-to: #000000 !important;
  }

  .xl\:hover\:to-black-650:hover{
    --tw-gradient-to: #00000040 !important;
  }

  .xl\:hover\:to-black-700:hover{
    --tw-gradient-to: #00000066 !important;
  }

  .xl\:hover\:to-black-750:hover{
    --tw-gradient-to: #00000080 !important;
  }

  .xl\:hover\:to-black-800:hover{
    --tw-gradient-to: #00000099 !important;
  }

  .xl\:hover\:to-black-850:hover{
    --tw-gradient-to: #000000B3 !important;
  }

  .xl\:hover\:to-black-900:hover{
    --tw-gradient-to: #000000CC !important;
  }

  .xl\:hover\:to-black-950:hover{
    --tw-gradient-to: #000000E6 !important;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000000 !important;
  }

  .xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #7b2a2b !important;
  }

  .xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #F9597C !important;
  }

  .xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .xl\:hover\:to-red-550:hover{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #FEFAFA !important;
  }

  .xl\:hover\:to-red-650:hover{
    --tw-gradient-to: #FFE9EA !important;
  }

  .xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #B92823 !important;
  }

  .xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .xl\:hover\:to-red:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:hover\:to-white-50:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:hover\:to-white-100:hover{
    --tw-gradient-to: #fefefe !important;
  }

  .xl\:hover\:to-white-150:hover{
    --tw-gradient-to: #fdfdfd !important;
  }

  .xl\:hover\:to-white-200:hover{
    --tw-gradient-to: #fcfcfc !important;
  }

  .xl\:hover\:to-white-250:hover{
    --tw-gradient-to: #fbfbfb !important;
  }

  .xl\:hover\:to-white-300:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:hover\:to-white-350:hover{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .xl\:hover\:to-white-400:hover{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xl\:hover\:to-white-450:hover{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .xl\:hover\:to-white-500:hover{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .xl\:hover\:to-white-550:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .xl\:hover\:to-white-600:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:hover\:to-white-650:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xl\:hover\:to-white-700:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .xl\:hover\:to-white-750:hover{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .xl\:hover\:to-white-800:hover{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .xl\:hover\:to-white-850:hover{
    --tw-gradient-to: #efefef !important;
  }

  .xl\:hover\:to-white-900:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .xl\:hover\:to-white-950:hover{
    --tw-gradient-to: #ededed !important;
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb !important;
  }

  .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .xl\:hover\:to-gray-150:hover{
    --tw-gradient-to: #EAECF2 !important;
  }

  .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb !important;
  }

  .xl\:hover\:to-gray-250:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .xl\:hover\:to-gray-350:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .xl\:hover\:to-gray-450:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:hover\:to-gray-550:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .xl\:hover\:to-gray-650:hover{
    --tw-gradient-to: #374151 !important;
  }

  .xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151 !important;
  }

  .xl\:hover\:to-gray-750:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .xl\:hover\:to-gray-850:hover{
    --tw-gradient-to: #111827 !important;
  }

  .xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827 !important;
  }

  .xl\:hover\:to-gray-950:hover{
    --tw-gradient-to: #030712 !important;
  }

  .xl\:hover\:to-gray:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:hover\:to-green:hover{
    --tw-gradient-to: #5acebe !important;
  }

  .xl\:hover\:to-redlight:hover{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .xl\:hover\:to-grayLight:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:hover\:to-grayDark:hover{
    --tw-gradient-to: #ddd !important;
  }

  .xl\:hover\:to-borderDark:hover{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .xl\:hover\:to-whiteLight:hover{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .xl\:hover\:to-secondaryLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .xl\:hover\:to-borderLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .xl\:hover\:to-secondaryDark:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:to-blackDark:hover{
    --tw-gradient-to: #333333 !important;
  }

  .xl\:hover\:to-gray200:hover{
    --tw-gradient-to: #eee !important;
  }

  .xl\:hover\:to-black50:hover{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .xl\:hover\:to-borderGray:hover{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .xl\:hover\:to-borderModal:hover{
    --tw-gradient-to: #707070 !important;
  }

  .xl\:hover\:to-modalbg:hover{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .xl\:hover\:to-black80:hover{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .xl\:hover\:to-black90:hover{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .xl\:hover\:to-warning:hover{
    --tw-gradient-to: #ffc107 !important;
  }

  .xl\:hover\:to-inputDark:hover{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .xl\:hover\:to-black30:hover{
    --tw-gradient-to: #0000004D !important;
  }

  .xl\:hover\:to-select:hover{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .xl\:hover\:to-darkBlack:hover{
    --tw-gradient-to: #22232F !important;
  }

  .xl\:hover\:to-borderBlack:hover{
    --tw-gradient-to: #181922 !important;
  }

  .xl\:hover\:to-black95:hover{
    --tw-gradient-to: #000000F2 !important;
  }

  .xl\:hover\:to-blackLight25:hover{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .xl\:hover\:to-bGraylight:hover{
    --tw-gradient-to: #70707027 !important;
  }

  .xl\:hover\:to-lightGray:hover{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .xl\:hover\:to-lightRed:hover{
    --tw-gradient-to: #f7eae9 !important;
  }

  .xl\:hover\:to-maroon:hover{
    --tw-gradient-to: #b73a33 !important;
  }

  .xl\:hover\:to-footerDark:hover{
    --tw-gradient-to: #161617 !important;
  }

  .xl\:hover\:to-success:hover{
    --tw-gradient-to: #28a745 !important;
  }

  .xl\:hover\:to-info:hover{
    --tw-gradient-to: #17a2b8 !important;
  }

  .xl\:hover\:to-danger:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .xl\:hover\:to-alert:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .xl\:hover\:to-success-light:hover{
    --tw-gradient-to: #d4edda !important;
  }

  .xl\:hover\:to-info-light:hover{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .xl\:hover\:to-warning-light:hover{
    --tw-gradient-to: #fff3cd !important;
  }

  .xl\:hover\:to-danger-light:hover{
    --tw-gradient-to: #f8d7da !important;
  }

  .xl\:focus\:to-primary-50:focus{
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:focus\:to-primary-100:focus{
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:focus\:to-primary-200:focus{
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:focus\:to-primary-300:focus{
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:focus\:to-primary-400:focus{
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:focus\:to-primary-500:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:focus\:to-primary-600:focus{
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:focus\:to-primary-700:focus{
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:focus\:to-primary-800:focus{
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:focus\:to-primary-900:focus{
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:focus\:to-primary-950:focus{
    --tw-gradient-to: #450a0a !important;
  }

  .xl\:focus\:to-primary:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:focus\:to-secondary-50:focus{
    --tw-gradient-to: #f8fafc !important;
  }

  .xl\:focus\:to-secondary-100:focus{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .xl\:focus\:to-secondary-200:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:focus\:to-secondary-300:focus{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .xl\:focus\:to-secondary-400:focus{
    --tw-gradient-to: #94a3b8 !important;
  }

  .xl\:focus\:to-secondary-500:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:focus\:to-secondary-600:focus{
    --tw-gradient-to: #475569 !important;
  }

  .xl\:focus\:to-secondary-700:focus{
    --tw-gradient-to: #334155 !important;
  }

  .xl\:focus\:to-secondary-800:focus{
    --tw-gradient-to: #1e293b !important;
  }

  .xl\:focus\:to-secondary-900:focus{
    --tw-gradient-to: #0f172a !important;
  }

  .xl\:focus\:to-secondary-950:focus{
    --tw-gradient-to: #020617 !important;
  }

  .xl\:focus\:to-secondary:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:focus\:to-blackLight:focus{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:to-redDark:focus{
    --tw-gradient-to: #E60A0A !important;
  }

  .xl\:focus\:to-gray400:focus{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .xl\:focus\:to-ghostWhite:focus{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .xl\:focus\:to-black500:focus{
    --tw-gradient-to: #000 !important;
  }

  .xl\:focus\:to-white200:focus{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .xl\:focus\:to-gray100:focus{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .xl\:focus\:to-none:focus{
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:to-orange:focus{
    --tw-gradient-to: #FF626B !important;
  }

  .xl\:focus\:to-pink:focus{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .xl\:focus\:to-pink100:focus{
    --tw-gradient-to: #DA2587 !important;
  }

  .xl\:focus\:to-purple:focus{
    --tw-gradient-to: #E8E5FF !important;
  }

  .xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #22232f !important;
  }

  .xl\:focus\:to-blue-150:focus{
    --tw-gradient-to: #EFF5FC !important;
  }

  .xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:to-blue-250:focus{
    --tw-gradient-to: #F3F9FF !important;
  }

  .xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #564CFF !important;
  }

  .xl\:focus\:to-blue-350:focus{
    --tw-gradient-to: #2A2B3A !important;
  }

  .xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #4C55FF !important;
  }

  .xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #7B61FF !important;
  }

  .xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #454AE7 !important;
  }

  .xl\:focus\:to-blue-750:focus{
    --tw-gradient-to: #1784B2 !important;
  }

  .xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:to-blue-850:focus{
    --tw-gradient-to: #F9F9FF !important;
  }

  .xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #5875DC !important;
  }

  .xl\:focus\:to-blue-950:focus{
    --tw-gradient-to: #F3F4FC !important;
  }

  .xl\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .xl\:focus\:to-black-40:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:to-black-50:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:focus\:to-black-100:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .xl\:focus\:to-black-150:focus{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .xl\:focus\:to-black-200:focus{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .xl\:focus\:to-black-250:focus{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .xl\:focus\:to-black-300:focus{
    --tw-gradient-to: #737373 !important;
  }

  .xl\:focus\:to-black-350:focus{
    --tw-gradient-to: #525252 !important;
  }

  .xl\:focus\:to-black-400:focus{
    --tw-gradient-to: #404040 !important;
  }

  .xl\:focus\:to-black-450:focus{
    --tw-gradient-to: #262626 !important;
  }

  .xl\:focus\:to-black-500:focus{
    --tw-gradient-to: #333 !important;
  }

  .xl\:focus\:to-black-550:focus{
    --tw-gradient-to: #0a0a0a !important;
  }

  .xl\:focus\:to-black-600:focus{
    --tw-gradient-to: #000000 !important;
  }

  .xl\:focus\:to-black-650:focus{
    --tw-gradient-to: #00000040 !important;
  }

  .xl\:focus\:to-black-700:focus{
    --tw-gradient-to: #00000066 !important;
  }

  .xl\:focus\:to-black-750:focus{
    --tw-gradient-to: #00000080 !important;
  }

  .xl\:focus\:to-black-800:focus{
    --tw-gradient-to: #00000099 !important;
  }

  .xl\:focus\:to-black-850:focus{
    --tw-gradient-to: #000000B3 !important;
  }

  .xl\:focus\:to-black-900:focus{
    --tw-gradient-to: #000000CC !important;
  }

  .xl\:focus\:to-black-950:focus{
    --tw-gradient-to: #000000E6 !important;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000000 !important;
  }

  .xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #7b2a2b !important;
  }

  .xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #F9597C !important;
  }

  .xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .xl\:focus\:to-red-550:focus{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #FEFAFA !important;
  }

  .xl\:focus\:to-red-650:focus{
    --tw-gradient-to: #FFE9EA !important;
  }

  .xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #B92823 !important;
  }

  .xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .xl\:focus\:to-red:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .xl\:focus\:to-white-50:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:focus\:to-white-100:focus{
    --tw-gradient-to: #fefefe !important;
  }

  .xl\:focus\:to-white-150:focus{
    --tw-gradient-to: #fdfdfd !important;
  }

  .xl\:focus\:to-white-200:focus{
    --tw-gradient-to: #fcfcfc !important;
  }

  .xl\:focus\:to-white-250:focus{
    --tw-gradient-to: #fbfbfb !important;
  }

  .xl\:focus\:to-white-300:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:focus\:to-white-350:focus{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .xl\:focus\:to-white-400:focus{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xl\:focus\:to-white-450:focus{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .xl\:focus\:to-white-500:focus{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .xl\:focus\:to-white-550:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .xl\:focus\:to-white-600:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:focus\:to-white-650:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xl\:focus\:to-white-700:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .xl\:focus\:to-white-750:focus{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .xl\:focus\:to-white-800:focus{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .xl\:focus\:to-white-850:focus{
    --tw-gradient-to: #efefef !important;
  }

  .xl\:focus\:to-white-900:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .xl\:focus\:to-white-950:focus{
    --tw-gradient-to: #ededed !important;
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb !important;
  }

  .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .xl\:focus\:to-gray-150:focus{
    --tw-gradient-to: #EAECF2 !important;
  }

  .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb !important;
  }

  .xl\:focus\:to-gray-250:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .xl\:focus\:to-gray-350:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .xl\:focus\:to-gray-450:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:focus\:to-gray-550:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .xl\:focus\:to-gray-650:focus{
    --tw-gradient-to: #374151 !important;
  }

  .xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151 !important;
  }

  .xl\:focus\:to-gray-750:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .xl\:focus\:to-gray-850:focus{
    --tw-gradient-to: #111827 !important;
  }

  .xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827 !important;
  }

  .xl\:focus\:to-gray-950:focus{
    --tw-gradient-to: #030712 !important;
  }

  .xl\:focus\:to-gray:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .xl\:focus\:to-green:focus{
    --tw-gradient-to: #5acebe !important;
  }

  .xl\:focus\:to-redlight:focus{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:to-grayLight:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:focus\:to-grayDark:focus{
    --tw-gradient-to: #ddd !important;
  }

  .xl\:focus\:to-borderDark:focus{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .xl\:focus\:to-whiteLight:focus{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:to-secondaryLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:to-borderLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:to-secondaryDark:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:to-blackDark:focus{
    --tw-gradient-to: #333333 !important;
  }

  .xl\:focus\:to-gray200:focus{
    --tw-gradient-to: #eee !important;
  }

  .xl\:focus\:to-black50:focus{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .xl\:focus\:to-borderGray:focus{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .xl\:focus\:to-borderModal:focus{
    --tw-gradient-to: #707070 !important;
  }

  .xl\:focus\:to-modalbg:focus{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:to-black80:focus{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:to-black90:focus{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:to-warning:focus{
    --tw-gradient-to: #ffc107 !important;
  }

  .xl\:focus\:to-inputDark:focus{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .xl\:focus\:to-black30:focus{
    --tw-gradient-to: #0000004D !important;
  }

  .xl\:focus\:to-select:focus{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .xl\:focus\:to-darkBlack:focus{
    --tw-gradient-to: #22232F !important;
  }

  .xl\:focus\:to-borderBlack:focus{
    --tw-gradient-to: #181922 !important;
  }

  .xl\:focus\:to-black95:focus{
    --tw-gradient-to: #000000F2 !important;
  }

  .xl\:focus\:to-blackLight25:focus{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .xl\:focus\:to-bGraylight:focus{
    --tw-gradient-to: #70707027 !important;
  }

  .xl\:focus\:to-lightGray:focus{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .xl\:focus\:to-lightRed:focus{
    --tw-gradient-to: #f7eae9 !important;
  }

  .xl\:focus\:to-maroon:focus{
    --tw-gradient-to: #b73a33 !important;
  }

  .xl\:focus\:to-footerDark:focus{
    --tw-gradient-to: #161617 !important;
  }

  .xl\:focus\:to-success:focus{
    --tw-gradient-to: #28a745 !important;
  }

  .xl\:focus\:to-info:focus{
    --tw-gradient-to: #17a2b8 !important;
  }

  .xl\:focus\:to-danger:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .xl\:focus\:to-alert:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .xl\:focus\:to-success-light:focus{
    --tw-gradient-to: #d4edda !important;
  }

  .xl\:focus\:to-info-light:focus{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .xl\:focus\:to-warning-light:focus{
    --tw-gradient-to: #fff3cd !important;
  }

  .xl\:focus\:to-danger-light:focus{
    --tw-gradient-to: #f8d7da !important;
  }

  .xl\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl\:bg-50{
    background-size: 50% !important;
  }

  .xl\:bg-55{
    background-size: 55% !important;
  }

  .xl\:bg-75{
    background-size: 75% !important;
  }

  .xl\:bg-auto{
    background-size: auto !important;
  }

  .xl\:bg-cover{
    background-size: cover !important;
  }

  .xl\:bg-contain{
    background-size: contain !important;
  }

  .xl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xl\:bg-local{
    background-attachment: local !important;
  }

  .xl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:bg-bottom{
    background-position: bottom !important;
  }

  .xl\:bg-center{
    background-position: center !important;
  }

  .xl\:bg-left{
    background-position: left !important;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xl\:bg-left-top{
    background-position: left top !important;
  }

  .xl\:bg-right{
    background-position: right !important;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xl\:bg-right-top{
    background-position: right top !important;
  }

  .xl\:bg-top{
    background-position: top !important;
  }

  .xl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:bg-origin-border{
    background-origin: border-box !important;
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .xl\:bg-origin-content{
    background-origin: content-box !important;
  }

  .xl\:fill-current{
    fill: currentColor !important;
  }

  .xl\:stroke-current{
    stroke: currentColor !important;
  }

  .xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:p-0{
    padding: 0px !important;
  }

  .xl\:p-1{
    padding: 0.25rem !important;
  }

  .xl\:p-2{
    padding: 0.5rem !important;
  }

  .xl\:p-3{
    padding: 0.75rem !important;
  }

  .xl\:p-4{
    padding: 1rem !important;
  }

  .xl\:p-5{
    padding: 1.25rem !important;
  }

  .xl\:p-6{
    padding: 1.5rem !important;
  }

  .xl\:p-7{
    padding: 1.75rem !important;
  }

  .xl\:p-8{
    padding: 2rem !important;
  }

  .xl\:p-9{
    padding: 2.25rem !important;
  }

  .xl\:p-10{
    padding: 2.5rem !important;
  }

  .xl\:p-11{
    padding: 2.75rem !important;
  }

  .xl\:p-12{
    padding: 3rem !important;
  }

  .xl\:p-14{
    padding: 3.5rem !important;
  }

  .xl\:p-16{
    padding: 4rem !important;
  }

  .xl\:p-20{
    padding: 5rem !important;
  }

  .xl\:p-24{
    padding: 6rem !important;
  }

  .xl\:p-28{
    padding: 7rem !important;
  }

  .xl\:p-32{
    padding: 8rem !important;
  }

  .xl\:p-36{
    padding: 9rem !important;
  }

  .xl\:p-40{
    padding: 10rem !important;
  }

  .xl\:p-44{
    padding: 11rem !important;
  }

  .xl\:p-48{
    padding: 12rem !important;
  }

  .xl\:p-52{
    padding: 13rem !important;
  }

  .xl\:p-56{
    padding: 14rem !important;
  }

  .xl\:p-60{
    padding: 15rem !important;
  }

  .xl\:p-64{
    padding: 16rem !important;
  }

  .xl\:p-72{
    padding: 18rem !important;
  }

  .xl\:p-80{
    padding: 20rem !important;
  }

  .xl\:p-96{
    padding: 24rem !important;
  }

  .xl\:p-px{
    padding: 1px !important;
  }

  .xl\:p-0\.5{
    padding: 0.125rem !important;
  }

  .xl\:p-1\.5{
    padding: 0.375rem !important;
  }

  .xl\:p-2\.5{
    padding: 0.625rem !important;
  }

  .xl\:p-3\.5{
    padding: 0.875rem !important;
  }

  .xl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:pt-0{
    padding-top: 0px !important;
  }

  .xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:pt-4{
    padding-top: 1rem !important;
  }

  .xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:pt-7{
    padding-top: 1.75rem !important;
  }

  .xl\:pt-8{
    padding-top: 2rem !important;
  }

  .xl\:pt-9{
    padding-top: 2.25rem !important;
  }

  .xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:pt-11{
    padding-top: 2.75rem !important;
  }

  .xl\:pt-12{
    padding-top: 3rem !important;
  }

  .xl\:pt-14{
    padding-top: 3.5rem !important;
  }

  .xl\:pt-16{
    padding-top: 4rem !important;
  }

  .xl\:pt-20{
    padding-top: 5rem !important;
  }

  .xl\:pt-24{
    padding-top: 6rem !important;
  }

  .xl\:pt-28{
    padding-top: 7rem !important;
  }

  .xl\:pt-32{
    padding-top: 8rem !important;
  }

  .xl\:pt-36{
    padding-top: 9rem !important;
  }

  .xl\:pt-40{
    padding-top: 10rem !important;
  }

  .xl\:pt-44{
    padding-top: 11rem !important;
  }

  .xl\:pt-48{
    padding-top: 12rem !important;
  }

  .xl\:pt-52{
    padding-top: 13rem !important;
  }

  .xl\:pt-56{
    padding-top: 14rem !important;
  }

  .xl\:pt-60{
    padding-top: 15rem !important;
  }

  .xl\:pt-64{
    padding-top: 16rem !important;
  }

  .xl\:pt-72{
    padding-top: 18rem !important;
  }

  .xl\:pt-80{
    padding-top: 20rem !important;
  }

  .xl\:pt-96{
    padding-top: 24rem !important;
  }

  .xl\:pt-px{
    padding-top: 1px !important;
  }

  .xl\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .xl\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .xl\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .xl\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .xl\:pr-0{
    padding-right: 0px !important;
  }

  .xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:pr-4{
    padding-right: 1rem !important;
  }

  .xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:pr-7{
    padding-right: 1.75rem !important;
  }

  .xl\:pr-8{
    padding-right: 2rem !important;
  }

  .xl\:pr-9{
    padding-right: 2.25rem !important;
  }

  .xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:pr-11{
    padding-right: 2.75rem !important;
  }

  .xl\:pr-12{
    padding-right: 3rem !important;
  }

  .xl\:pr-14{
    padding-right: 3.5rem !important;
  }

  .xl\:pr-16{
    padding-right: 4rem !important;
  }

  .xl\:pr-20{
    padding-right: 5rem !important;
  }

  .xl\:pr-24{
    padding-right: 6rem !important;
  }

  .xl\:pr-28{
    padding-right: 7rem !important;
  }

  .xl\:pr-32{
    padding-right: 8rem !important;
  }

  .xl\:pr-36{
    padding-right: 9rem !important;
  }

  .xl\:pr-40{
    padding-right: 10rem !important;
  }

  .xl\:pr-44{
    padding-right: 11rem !important;
  }

  .xl\:pr-48{
    padding-right: 12rem !important;
  }

  .xl\:pr-52{
    padding-right: 13rem !important;
  }

  .xl\:pr-56{
    padding-right: 14rem !important;
  }

  .xl\:pr-60{
    padding-right: 15rem !important;
  }

  .xl\:pr-64{
    padding-right: 16rem !important;
  }

  .xl\:pr-72{
    padding-right: 18rem !important;
  }

  .xl\:pr-80{
    padding-right: 20rem !important;
  }

  .xl\:pr-96{
    padding-right: 24rem !important;
  }

  .xl\:pr-px{
    padding-right: 1px !important;
  }

  .xl\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .xl\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .xl\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .xl\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .xl\:pb-0{
    padding-bottom: 0px !important;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:pb-36{
    padding-bottom: 9rem !important;
  }

  .xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:pb-44{
    padding-bottom: 11rem !important;
  }

  .xl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:pb-52{
    padding-bottom: 13rem !important;
  }

  .xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:pb-60{
    padding-bottom: 15rem !important;
  }

  .xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:pb-72{
    padding-bottom: 18rem !important;
  }

  .xl\:pb-80{
    padding-bottom: 20rem !important;
  }

  .xl\:pb-96{
    padding-bottom: 24rem !important;
  }

  .xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .xl\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .xl\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .xl\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .xl\:pl-0{
    padding-left: 0px !important;
  }

  .xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:pl-4{
    padding-left: 1rem !important;
  }

  .xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:pl-7{
    padding-left: 1.75rem !important;
  }

  .xl\:pl-8{
    padding-left: 2rem !important;
  }

  .xl\:pl-9{
    padding-left: 2.25rem !important;
  }

  .xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:pl-11{
    padding-left: 2.75rem !important;
  }

  .xl\:pl-12{
    padding-left: 3rem !important;
  }

  .xl\:pl-14{
    padding-left: 3.5rem !important;
  }

  .xl\:pl-16{
    padding-left: 4rem !important;
  }

  .xl\:pl-20{
    padding-left: 5rem !important;
  }

  .xl\:pl-24{
    padding-left: 6rem !important;
  }

  .xl\:pl-28{
    padding-left: 7rem !important;
  }

  .xl\:pl-32{
    padding-left: 8rem !important;
  }

  .xl\:pl-36{
    padding-left: 9rem !important;
  }

  .xl\:pl-40{
    padding-left: 10rem !important;
  }

  .xl\:pl-44{
    padding-left: 11rem !important;
  }

  .xl\:pl-48{
    padding-left: 12rem !important;
  }

  .xl\:pl-52{
    padding-left: 13rem !important;
  }

  .xl\:pl-56{
    padding-left: 14rem !important;
  }

  .xl\:pl-60{
    padding-left: 15rem !important;
  }

  .xl\:pl-64{
    padding-left: 16rem !important;
  }

  .xl\:pl-72{
    padding-left: 18rem !important;
  }

  .xl\:pl-80{
    padding-left: 20rem !important;
  }

  .xl\:pl-96{
    padding-left: 24rem !important;
  }

  .xl\:pl-px{
    padding-left: 1px !important;
  }

  .xl\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .xl\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .xl\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .xl\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .xl\:text-left{
    text-align: left !important;
  }

  .xl\:text-center{
    text-align: center !important;
  }

  .xl\:text-right{
    text-align: right !important;
  }

  .xl\:text-justify{
    text-align: justify !important;
  }

  .xl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xl\:align-top{
    vertical-align: top !important;
  }

  .xl\:align-middle{
    vertical-align: middle !important;
  }

  .xl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl\:font-body{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .xl\:font-displayRegular{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .xl\:font-display{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .xl\:font-displayHead{
    font-family: Conv_FontsFree-Net-SFProDisplay-Bold, sans-serif !important;
  }

  .xl\:font-displayHeavy{
    font-family: Conv_FontsFree-Net-SFProDisplay-Heavy, sans-serif !important;
  }

  .xl\:font-displaySemibold{
    font-family: Conv_FontsFree-Net-SFProDisplay-Semibold, sans-serif !important;
  }

  .xl\:font-displayLight{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .xl\:font-displayBlack{
    font-family: SFProDisplay-Black, sans-serif !important;
  }

  .xl\:font-displayItalic{
    font-family: Conv_FontsFree-Net-SFProDisplay-BoldItalic, sans-serif !important;
  }

  .xl\:font-displayMedium{
    font-family: display-Medium, sans-serif !important;
  }

  .xl\:font-pacifico{
    font-family: Pacifico, cursive !important;
  }

  .xl\:font-Lora{
    font-family: Lora, serif !important;
  }

  .xl\:font-freightMedium{
    font-family: freight-medium, serif !important;
  }

  .xl\:text-xxs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-h2{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-h3{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .xl\:text-h4{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-h1{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-h5{
    font-size: 24px !important;
    line-height: 1.2em !important;
  }

  .xl\:text-xs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-sm{
    font-size: 14px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-md{
    font-size: 16px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-base{
    font-size: 18px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-lg{
    font-size: 20px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-xl{
    font-size: 22px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-2xl{
    font-size: 24px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-3xl{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-4xl{
    font-size: 34px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-5xl{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .xl\:text-6xl{
    font-size: 48px !important;
    line-height: 1.2em !important;
  }

  .xl\:text-7xl{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .xl\:text-8xl{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .xl\:font-thin{
    font-weight: 100 !important;
  }

  .xl\:font-extralight{
    font-weight: 200 !important;
  }

  .xl\:font-light{
    font-weight: 300 !important;
  }

  .xl\:font-normal{
    font-weight: 400 !important;
  }

  .xl\:font-medium{
    font-weight: 500 !important;
  }

  .xl\:font-semibold{
    font-weight: 600 !important;
  }

  .xl\:font-bold{
    font-weight: 700 !important;
  }

  .xl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xl\:font-black{
    font-weight: 900 !important;
  }

  .xl\:uppercase{
    text-transform: uppercase !important;
  }

  .xl\:lowercase{
    text-transform: lowercase !important;
  }

  .xl\:capitalize{
    text-transform: capitalize !important;
  }

  .xl\:normal-case{
    text-transform: none !important;
  }

  .xl\:italic{
    font-style: italic !important;
  }

  .xl\:not-italic{
    font-style: normal !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:leading-3{
    line-height: .75rem !important;
  }

  .xl\:leading-4{
    line-height: 1rem !important;
  }

  .xl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xl\:leading-8{
    line-height: 2rem !important;
  }

  .xl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xl\:leading-none{
    line-height: 1 !important;
  }

  .xl\:leading-tight{
    line-height: 1.25 !important;
  }

  .xl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl\:leading-loose{
    line-height: 2 !important;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black50{
    color: #2A2C3B80 !important;
  }

  .xl\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .xl\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .xl\:text-black30{
    color: #0000004D !important;
  }

  .xl\:text-select{
    color: #2A2C3B41 !important;
  }

  .xl\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black95{
    color: #000000F2 !important;
  }

  .xl\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .xl\:text-bGraylight{
    color: #70707027 !important;
  }

  .xl\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black-650{
    color: #00000040 !important;
  }

  .xl\:text-black-700{
    color: #00000066 !important;
  }

  .xl\:text-black-750{
    color: #00000080 !important;
  }

  .xl\:text-black-800{
    color: #00000099 !important;
  }

  .xl\:text-black-850{
    color: #000000B3 !important;
  }

  .xl\:text-black-900{
    color: #000000CC !important;
  }

  .xl\:text-black-950{
    color: #000000E6 !important;
  }

  .xl\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .group:hover .xl\:group-hover\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .xl\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .xl\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .xl\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .xl\:group-hover\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black50{
    color: #2A2C3B80 !important;
  }

  .group:hover .xl\:group-hover\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .group:hover .xl\:group-hover\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .group:hover .xl\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .xl\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .xl\:group-hover\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .group:hover .xl\:group-hover\:text-black30{
    color: #0000004D !important;
  }

  .group:hover .xl\:group-hover\:text-select{
    color: #2A2C3B41 !important;
  }

  .group:hover .xl\:group-hover\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black95{
    color: #000000F2 !important;
  }

  .group:hover .xl\:group-hover\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .group:hover .xl\:group-hover\:text-bGraylight{
    color: #70707027 !important;
  }

  .group:hover .xl\:group-hover\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .xl\:group-hover\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black-650{
    color: #00000040 !important;
  }

  .group:hover .xl\:group-hover\:text-black-700{
    color: #00000066 !important;
  }

  .group:hover .xl\:group-hover\:text-black-750{
    color: #00000080 !important;
  }

  .group:hover .xl\:group-hover\:text-black-800{
    color: #00000099 !important;
  }

  .group:hover .xl\:group-hover\:text-black-850{
    color: #000000B3 !important;
  }

  .group:hover .xl\:group-hover\:text-black-900{
    color: #000000CC !important;
  }

  .group:hover .xl\:group-hover\:text-black-950{
    color: #000000E6 !important;
  }

  .group:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blackDarker:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-redlight:focus-within{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus-within\:text-grayLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-grayDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-borderDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-whiteLight:focus-within{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus-within\:text-secondaryLight:focus-within{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus-within\:text-borderLight:focus-within{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus-within\:text-secondaryDark:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:text-blackDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black50:focus-within{
    color: #2A2C3B80 !important;
  }

  .xl\:focus-within\:text-borderGray:focus-within{
    color: #2A2C3B67 !important;
  }

  .xl\:focus-within\:text-borderModal:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-modalbg:focus-within{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus-within\:text-black80:focus-within{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus-within\:text-black90:focus-within{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus-within\:text-warning:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-inputDark:focus-within{
    color: #2A2C3BCB !important;
  }

  .xl\:focus-within\:text-black30:focus-within{
    color: #0000004D !important;
  }

  .xl\:focus-within\:text-select:focus-within{
    color: #2A2C3B41 !important;
  }

  .xl\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-darkBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-borderBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black95:focus-within{
    color: #000000F2 !important;
  }

  .xl\:focus-within\:text-blackLight25:focus-within{
    color: #2A2C3B40 !important;
  }

  .xl\:focus-within\:text-bGraylight:focus-within{
    color: #70707027 !important;
  }

  .xl\:focus-within\:text-lightGray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lightRed:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-maroon:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-footerDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-alert:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blackLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-40:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:text-black-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black-650:focus-within{
    color: #00000040 !important;
  }

  .xl\:focus-within\:text-black-700:focus-within{
    color: #00000066 !important;
  }

  .xl\:focus-within\:text-black-750:focus-within{
    color: #00000080 !important;
  }

  .xl\:focus-within\:text-black-800:focus-within{
    color: #00000099 !important;
  }

  .xl\:focus-within\:text-black-850:focus-within{
    color: #000000B3 !important;
  }

  .xl\:focus-within\:text-black-900:focus-within{
    color: #000000CC !important;
  }

  .xl\:focus-within\:text-black-950:focus-within{
    color: #000000E6 !important;
  }

  .xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blackDarker:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-redlight:hover{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:hover\:text-grayLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-grayDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-borderDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-whiteLight:hover{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:hover\:text-secondaryLight:hover{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:hover\:text-borderLight:hover{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:hover\:text-secondaryDark:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:text-blackDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black50:hover{
    color: #2A2C3B80 !important;
  }

  .xl\:hover\:text-borderGray:hover{
    color: #2A2C3B67 !important;
  }

  .xl\:hover\:text-borderModal:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-modalbg:hover{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:hover\:text-black80:hover{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:hover\:text-black90:hover{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:hover\:text-warning:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-inputDark:hover{
    color: #2A2C3BCB !important;
  }

  .xl\:hover\:text-black30:hover{
    color: #0000004D !important;
  }

  .xl\:hover\:text-select:hover{
    color: #2A2C3B41 !important;
  }

  .xl\:hover\:text-orange:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-darkBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-borderBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black95:hover{
    color: #000000F2 !important;
  }

  .xl\:hover\:text-blackLight25:hover{
    color: #2A2C3B40 !important;
  }

  .xl\:hover\:text-bGraylight:hover{
    color: #70707027 !important;
  }

  .xl\:hover\:text-lightGray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lightRed:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-maroon:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-footerDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-alert:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blackLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-40:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:hover\:text-black-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black-650:hover{
    color: #00000040 !important;
  }

  .xl\:hover\:text-black-700:hover{
    color: #00000066 !important;
  }

  .xl\:hover\:text-black-750:hover{
    color: #00000080 !important;
  }

  .xl\:hover\:text-black-800:hover{
    color: #00000099 !important;
  }

  .xl\:hover\:text-black-850:hover{
    color: #000000B3 !important;
  }

  .xl\:hover\:text-black-900:hover{
    color: #000000CC !important;
  }

  .xl\:hover\:text-black-950:hover{
    color: #000000E6 !important;
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blackDarker:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-redlight:focus{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:text-grayLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-grayDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-borderDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-whiteLight:focus{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:text-secondaryLight:focus{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:text-borderLight:focus{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:text-secondaryDark:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:text-blackDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black50:focus{
    color: #2A2C3B80 !important;
  }

  .xl\:focus\:text-borderGray:focus{
    color: #2A2C3B67 !important;
  }

  .xl\:focus\:text-borderModal:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-modalbg:focus{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:text-black80:focus{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:text-black90:focus{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:text-warning:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-inputDark:focus{
    color: #2A2C3BCB !important;
  }

  .xl\:focus\:text-black30:focus{
    color: #0000004D !important;
  }

  .xl\:focus\:text-select:focus{
    color: #2A2C3B41 !important;
  }

  .xl\:focus\:text-orange:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-darkBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-borderBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black95:focus{
    color: #000000F2 !important;
  }

  .xl\:focus\:text-blackLight25:focus{
    color: #2A2C3B40 !important;
  }

  .xl\:focus\:text-bGraylight:focus{
    color: #70707027 !important;
  }

  .xl\:focus\:text-lightGray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lightRed:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-maroon:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-footerDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-alert:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blackLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-40:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:text-black-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black-650:focus{
    color: #00000040 !important;
  }

  .xl\:focus\:text-black-700:focus{
    color: #00000066 !important;
  }

  .xl\:focus\:text-black-750:focus{
    color: #00000080 !important;
  }

  .xl\:focus\:text-black-800:focus{
    color: #00000099 !important;
  }

  .xl\:focus\:text-black-850:focus{
    color: #000000B3 !important;
  }

  .xl\:focus\:text-black-900:focus{
    color: #000000CC !important;
  }

  .xl\:focus\:text-black-950:focus{
    color: #000000E6 !important;
  }

  .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xl\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xl\:underline{
    text-decoration: underline !important;
  }

  .xl\:line-through{
    text-decoration: line-through !important;
  }

  .xl\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .xl\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .xl\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:placeholder-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blackLight::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .xl\:placeholder-blackLight:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .xl\:placeholder-blackLight::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .xl\:placeholder-redDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-redDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-redDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-ghostWhite::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-ghostWhite:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-ghostWhite::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-none::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-none:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-none::placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:placeholder-blue-200::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:placeholder-blue-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .xl\:placeholder-blue-800::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .xl\:placeholder-blue-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-40::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:placeholder-black-40:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:placeholder-black-40::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:placeholder-black-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-650::-moz-placeholder{
    color: #00000040 !important;
  }

  .xl\:placeholder-black-650:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .xl\:placeholder-black-650::placeholder{
    color: #00000040 !important;
  }

  .xl\:placeholder-black-700::-moz-placeholder{
    color: #00000066 !important;
  }

  .xl\:placeholder-black-700:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .xl\:placeholder-black-700::placeholder{
    color: #00000066 !important;
  }

  .xl\:placeholder-black-750::-moz-placeholder{
    color: #00000080 !important;
  }

  .xl\:placeholder-black-750:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .xl\:placeholder-black-750::placeholder{
    color: #00000080 !important;
  }

  .xl\:placeholder-black-800::-moz-placeholder{
    color: #00000099 !important;
  }

  .xl\:placeholder-black-800:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .xl\:placeholder-black-800::placeholder{
    color: #00000099 !important;
  }

  .xl\:placeholder-black-850::-moz-placeholder{
    color: #000000B3 !important;
  }

  .xl\:placeholder-black-850:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .xl\:placeholder-black-850::placeholder{
    color: #000000B3 !important;
  }

  .xl\:placeholder-black-900::-moz-placeholder{
    color: #000000CC !important;
  }

  .xl\:placeholder-black-900:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .xl\:placeholder-black-900::placeholder{
    color: #000000CC !important;
  }

  .xl\:placeholder-black-950::-moz-placeholder{
    color: #000000E6 !important;
  }

  .xl\:placeholder-black-950:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .xl\:placeholder-black-950::placeholder{
    color: #000000E6 !important;
  }

  .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-redlight::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:placeholder-redlight:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:placeholder-redlight::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:placeholder-grayLight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayLight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayLight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-whiteLight::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:placeholder-whiteLight:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:placeholder-whiteLight::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:placeholder-secondaryLight::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:placeholder-secondaryLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:placeholder-secondaryLight::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:placeholder-borderLight::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:placeholder-borderLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:placeholder-borderLight::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:placeholder-secondaryDark::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:placeholder-secondaryDark:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:placeholder-secondaryDark::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:placeholder-blackDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blackDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blackDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black50::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .xl\:placeholder-black50:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .xl\:placeholder-black50::placeholder{
    color: #2A2C3B80 !important;
  }

  .xl\:placeholder-borderGray::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .xl\:placeholder-borderGray:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .xl\:placeholder-borderGray::placeholder{
    color: #2A2C3B67 !important;
  }

  .xl\:placeholder-borderModal::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderModal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderModal::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-modalbg::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:placeholder-modalbg:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:placeholder-modalbg::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:placeholder-black80::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:placeholder-black80:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:placeholder-black80::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:placeholder-black90::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:placeholder-black90:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:placeholder-black90::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:placeholder-warning::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-inputDark::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .xl\:placeholder-inputDark:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .xl\:placeholder-inputDark::placeholder{
    color: #2A2C3BCB !important;
  }

  .xl\:placeholder-black30::-moz-placeholder{
    color: #0000004D !important;
  }

  .xl\:placeholder-black30:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .xl\:placeholder-black30::placeholder{
    color: #0000004D !important;
  }

  .xl\:placeholder-select::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .xl\:placeholder-select:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .xl\:placeholder-select::placeholder{
    color: #2A2C3B41 !important;
  }

  .xl\:placeholder-darkBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-borderBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black95::-moz-placeholder{
    color: #000000F2 !important;
  }

  .xl\:placeholder-black95:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .xl\:placeholder-black95::placeholder{
    color: #000000F2 !important;
  }

  .xl\:placeholder-blackLight25::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .xl\:placeholder-blackLight25:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .xl\:placeholder-blackLight25::placeholder{
    color: #2A2C3B40 !important;
  }

  .xl\:placeholder-bGraylight::-moz-placeholder{
    color: #70707027 !important;
  }

  .xl\:placeholder-bGraylight:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .xl\:placeholder-bGraylight::placeholder{
    color: #70707027 !important;
  }

  .xl\:placeholder-lightGray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightGray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightGray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightRed::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightRed:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightRed::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-maroon::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-maroon:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-maroon::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-footerDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-footerDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-footerDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-alert::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-alert:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-alert::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-custom::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-custom:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-custom::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darker::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darker::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-medium::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-medium::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blackLight:focus::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:placeholder-blackLight:focus:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:placeholder-blackLight:focus::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:placeholder-redDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-redDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-redDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-ghostWhite:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-ghostWhite:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-ghostWhite:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-none:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-none:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-none:focus::placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:placeholder-blue-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:placeholder-blue-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-40:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:placeholder-black-40:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:placeholder-black-40:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:placeholder-black-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-650:focus::-moz-placeholder{
    color: #00000040 !important;
  }

  .xl\:focus\:placeholder-black-650:focus:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .xl\:focus\:placeholder-black-650:focus::placeholder{
    color: #00000040 !important;
  }

  .xl\:focus\:placeholder-black-700:focus::-moz-placeholder{
    color: #00000066 !important;
  }

  .xl\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .xl\:focus\:placeholder-black-700:focus::placeholder{
    color: #00000066 !important;
  }

  .xl\:focus\:placeholder-black-750:focus::-moz-placeholder{
    color: #00000080 !important;
  }

  .xl\:focus\:placeholder-black-750:focus:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .xl\:focus\:placeholder-black-750:focus::placeholder{
    color: #00000080 !important;
  }

  .xl\:focus\:placeholder-black-800:focus::-moz-placeholder{
    color: #00000099 !important;
  }

  .xl\:focus\:placeholder-black-800:focus:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .xl\:focus\:placeholder-black-800:focus::placeholder{
    color: #00000099 !important;
  }

  .xl\:focus\:placeholder-black-850:focus::-moz-placeholder{
    color: #000000B3 !important;
  }

  .xl\:focus\:placeholder-black-850:focus:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .xl\:focus\:placeholder-black-850:focus::placeholder{
    color: #000000B3 !important;
  }

  .xl\:focus\:placeholder-black-900:focus::-moz-placeholder{
    color: #000000CC !important;
  }

  .xl\:focus\:placeholder-black-900:focus:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .xl\:focus\:placeholder-black-900:focus::placeholder{
    color: #000000CC !important;
  }

  .xl\:focus\:placeholder-black-950:focus::-moz-placeholder{
    color: #000000E6 !important;
  }

  .xl\:focus\:placeholder-black-950:focus:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .xl\:focus\:placeholder-black-950:focus::placeholder{
    color: #000000E6 !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-redlight:focus::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:placeholder-redlight:focus:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:placeholder-redlight:focus::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:placeholder-grayLight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayLight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayLight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-whiteLight:focus::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:placeholder-whiteLight:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:placeholder-whiteLight:focus::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:placeholder-secondaryLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:placeholder-secondaryLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:placeholder-secondaryLight:focus::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:placeholder-borderLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:placeholder-borderLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:placeholder-borderLight:focus::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:placeholder-secondaryDark:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:placeholder-secondaryDark:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:placeholder-secondaryDark:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:placeholder-blackDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blackDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blackDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black50:focus::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .xl\:focus\:placeholder-black50:focus:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .xl\:focus\:placeholder-black50:focus::placeholder{
    color: #2A2C3B80 !important;
  }

  .xl\:focus\:placeholder-borderGray:focus::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .xl\:focus\:placeholder-borderGray:focus:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .xl\:focus\:placeholder-borderGray:focus::placeholder{
    color: #2A2C3B67 !important;
  }

  .xl\:focus\:placeholder-borderModal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderModal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderModal:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-modalbg:focus::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:placeholder-modalbg:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:placeholder-modalbg:focus::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:placeholder-black80:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:placeholder-black80:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:placeholder-black80:focus::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:placeholder-black90:focus::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:placeholder-black90:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:placeholder-black90:focus::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:placeholder-warning:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-inputDark:focus::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .xl\:focus\:placeholder-inputDark:focus:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .xl\:focus\:placeholder-inputDark:focus::placeholder{
    color: #2A2C3BCB !important;
  }

  .xl\:focus\:placeholder-black30:focus::-moz-placeholder{
    color: #0000004D !important;
  }

  .xl\:focus\:placeholder-black30:focus:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .xl\:focus\:placeholder-black30:focus::placeholder{
    color: #0000004D !important;
  }

  .xl\:focus\:placeholder-select:focus::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .xl\:focus\:placeholder-select:focus:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .xl\:focus\:placeholder-select:focus::placeholder{
    color: #2A2C3B41 !important;
  }

  .xl\:focus\:placeholder-darkBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-borderBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black95:focus::-moz-placeholder{
    color: #000000F2 !important;
  }

  .xl\:focus\:placeholder-black95:focus:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .xl\:focus\:placeholder-black95:focus::placeholder{
    color: #000000F2 !important;
  }

  .xl\:focus\:placeholder-blackLight25:focus::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .xl\:focus\:placeholder-blackLight25:focus:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .xl\:focus\:placeholder-blackLight25:focus::placeholder{
    color: #2A2C3B40 !important;
  }

  .xl\:focus\:placeholder-bGraylight:focus::-moz-placeholder{
    color: #70707027 !important;
  }

  .xl\:focus\:placeholder-bGraylight:focus:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .xl\:focus\:placeholder-bGraylight:focus::placeholder{
    color: #70707027 !important;
  }

  .xl\:focus\:placeholder-lightGray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightGray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightGray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightRed:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightRed:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightRed:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-maroon:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-maroon:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-maroon:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-footerDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-footerDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-footerDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-alert:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-alert:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-alert:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-custom:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-custom:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-custom:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darker:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darker:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-medium:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-medium:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:opacity-0{
    opacity: 0 !important;
  }

  .xl\:opacity-5{
    opacity: 0.05 !important;
  }

  .xl\:opacity-10{
    opacity: 0.1 !important;
  }

  .xl\:opacity-20{
    opacity: 0.2 !important;
  }

  .xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:opacity-30{
    opacity: 0.3 !important;
  }

  .xl\:opacity-40{
    opacity: 0.4 !important;
  }

  .xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:opacity-60{
    opacity: 0.6 !important;
  }

  .xl\:opacity-70{
    opacity: 0.7 !important;
  }

  .xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:opacity-80{
    opacity: 0.8 !important;
  }

  .xl\:opacity-90{
    opacity: 0.9 !important;
  }

  .xl\:opacity-95{
    opacity: 0.95 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .xl\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .xl\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .xl\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .xl\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .xl\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .xl\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .xl\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .xl\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .xl\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .xl\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .xl\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .xl\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .xl\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .xl\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .xl\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .xl\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .xl\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .xl\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .xl\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .xl\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-0:focus-within{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-xs:focus-within{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-card:focus-within{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-0:hover{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-xs:hover{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-default:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-card:hover{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-0:focus{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-xs:focus{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-default:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-card:focus{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xl\:ring-primary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blackLight{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:ring-redDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-ghostWhite{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-none{
    --tw-ring-color: transparent !important;
  }

  .xl\:ring-orange{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-200{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:ring-blue-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-800{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:ring-blue-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-40{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:ring-black-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black-650{
    --tw-ring-color: #00000040 !important;
  }

  .xl\:ring-black-700{
    --tw-ring-color: #00000066 !important;
  }

  .xl\:ring-black-750{
    --tw-ring-color: #00000080 !important;
  }

  .xl\:ring-black-800{
    --tw-ring-color: #00000099 !important;
  }

  .xl\:ring-black-850{
    --tw-ring-color: #000000B3 !important;
  }

  .xl\:ring-black-900{
    --tw-ring-color: #000000CC !important;
  }

  .xl\:ring-black-950{
    --tw-ring-color: #000000E6 !important;
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-redlight{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .xl\:ring-grayLight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-grayDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-borderDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-whiteLight{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:ring-secondaryLight{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:ring-borderLight{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:ring-secondaryDark{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:ring-blackDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black50{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .xl\:ring-borderGray{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .xl\:ring-borderModal{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-modalbg{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .xl\:ring-black80{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:ring-black90{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:ring-warning{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-inputDark{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .xl\:ring-black30{
    --tw-ring-color: #0000004D !important;
  }

  .xl\:ring-select{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .xl\:ring-darkBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-borderBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black95{
    --tw-ring-color: #000000F2 !important;
  }

  .xl\:ring-blackLight25{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .xl\:ring-bGraylight{
    --tw-ring-color: #70707027 !important;
  }

  .xl\:ring-lightGray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lightRed{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-maroon{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-footerDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-alert{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blackLight:focus-within{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus-within\:ring-redDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-ghostWhite:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-none:focus-within{
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus-within\:ring-blue-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus-within\:ring-blue-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-40:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:ring-black-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black-650:focus-within{
    --tw-ring-color: #00000040 !important;
  }

  .xl\:focus-within\:ring-black-700:focus-within{
    --tw-ring-color: #00000066 !important;
  }

  .xl\:focus-within\:ring-black-750:focus-within{
    --tw-ring-color: #00000080 !important;
  }

  .xl\:focus-within\:ring-black-800:focus-within{
    --tw-ring-color: #00000099 !important;
  }

  .xl\:focus-within\:ring-black-850:focus-within{
    --tw-ring-color: #000000B3 !important;
  }

  .xl\:focus-within\:ring-black-900:focus-within{
    --tw-ring-color: #000000CC !important;
  }

  .xl\:focus-within\:ring-black-950:focus-within{
    --tw-ring-color: #000000E6 !important;
  }

  .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-redlight:focus-within{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus-within\:ring-grayLight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-grayDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-borderDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-whiteLight:focus-within{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus-within\:ring-secondaryLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus-within\:ring-borderLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus-within\:ring-secondaryDark:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:ring-blackDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black50:focus-within{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .xl\:focus-within\:ring-borderGray:focus-within{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .xl\:focus-within\:ring-borderModal:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-modalbg:focus-within{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus-within\:ring-black80:focus-within{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus-within\:ring-black90:focus-within{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus-within\:ring-warning:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-inputDark:focus-within{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .xl\:focus-within\:ring-black30:focus-within{
    --tw-ring-color: #0000004D !important;
  }

  .xl\:focus-within\:ring-select:focus-within{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .xl\:focus-within\:ring-darkBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-borderBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black95:focus-within{
    --tw-ring-color: #000000F2 !important;
  }

  .xl\:focus-within\:ring-blackLight25:focus-within{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .xl\:focus-within\:ring-bGraylight:focus-within{
    --tw-ring-color: #70707027 !important;
  }

  .xl\:focus-within\:ring-lightGray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lightRed:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-maroon:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-footerDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-alert:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blackLight:focus{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:ring-redDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-ghostWhite:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-none:focus{
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-200:focus{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:ring-blue-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-800:focus{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:ring-blue-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-40:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:ring-black-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black-650:focus{
    --tw-ring-color: #00000040 !important;
  }

  .xl\:focus\:ring-black-700:focus{
    --tw-ring-color: #00000066 !important;
  }

  .xl\:focus\:ring-black-750:focus{
    --tw-ring-color: #00000080 !important;
  }

  .xl\:focus\:ring-black-800:focus{
    --tw-ring-color: #00000099 !important;
  }

  .xl\:focus\:ring-black-850:focus{
    --tw-ring-color: #000000B3 !important;
  }

  .xl\:focus\:ring-black-900:focus{
    --tw-ring-color: #000000CC !important;
  }

  .xl\:focus\:ring-black-950:focus{
    --tw-ring-color: #000000E6 !important;
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-redlight:focus{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:ring-grayLight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-grayDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-borderDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-whiteLight:focus{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:ring-secondaryLight:focus{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:ring-borderLight:focus{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:ring-secondaryDark:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:ring-blackDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black50:focus{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .xl\:focus\:ring-borderGray:focus{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .xl\:focus\:ring-borderModal:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-modalbg:focus{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:ring-black80:focus{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:ring-black90:focus{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:ring-warning:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-inputDark:focus{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .xl\:focus\:ring-black30:focus{
    --tw-ring-color: #0000004D !important;
  }

  .xl\:focus\:ring-select:focus{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .xl\:focus\:ring-darkBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-borderBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black95:focus{
    --tw-ring-color: #000000F2 !important;
  }

  .xl\:focus\:ring-blackLight25:focus{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .xl\:focus\:ring-bGraylight:focus{
    --tw-ring-color: #70707027 !important;
  }

  .xl\:focus\:ring-lightGray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lightRed:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-maroon:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-footerDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-alert:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:ring-offset-primary-50{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:ring-offset-primary-100{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:ring-offset-primary-200{
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:ring-offset-primary-300{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:ring-offset-primary-400{
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:ring-offset-primary-500{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:ring-offset-primary-600{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:ring-offset-primary-700{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:ring-offset-primary-800{
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:ring-offset-primary-900{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:ring-offset-primary-950{
    --tw-ring-offset-color: #450a0a !important;
  }

  .xl\:ring-offset-primary{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:ring-offset-secondary-50{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .xl\:ring-offset-secondary-100{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .xl\:ring-offset-secondary-200{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:ring-offset-secondary-300{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .xl\:ring-offset-secondary-400{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .xl\:ring-offset-secondary-500{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:ring-offset-secondary-600{
    --tw-ring-offset-color: #475569 !important;
  }

  .xl\:ring-offset-secondary-700{
    --tw-ring-offset-color: #334155 !important;
  }

  .xl\:ring-offset-secondary-800{
    --tw-ring-offset-color: #1e293b !important;
  }

  .xl\:ring-offset-secondary-900{
    --tw-ring-offset-color: #0f172a !important;
  }

  .xl\:ring-offset-secondary-950{
    --tw-ring-offset-color: #020617 !important;
  }

  .xl\:ring-offset-secondary{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:ring-offset-blackLight{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:ring-offset-redDark{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .xl\:ring-offset-gray400{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .xl\:ring-offset-ghostWhite{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .xl\:ring-offset-black500{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:ring-offset-white200{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .xl\:ring-offset-gray100{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .xl\:ring-offset-none{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:ring-offset-orange{
    --tw-ring-offset-color: #FF626B !important;
  }

  .xl\:ring-offset-pink{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .xl\:ring-offset-pink100{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .xl\:ring-offset-purple{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #22232f !important;
  }

  .xl\:ring-offset-blue-150{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .xl\:ring-offset-blue-200{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:ring-offset-blue-250{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #564CFF !important;
  }

  .xl\:ring-offset-blue-350{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #0099FF !important;
  }

  .xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .xl\:ring-offset-blue-750{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .xl\:ring-offset-blue-800{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:ring-offset-blue-850{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #5875DC !important;
  }

  .xl\:ring-offset-blue-950{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .xl\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF !important;
  }

  .xl\:ring-offset-black-40{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:ring-offset-black-50{
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:ring-offset-black-100{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .xl\:ring-offset-black-150{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .xl\:ring-offset-black-200{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .xl\:ring-offset-black-250{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .xl\:ring-offset-black-300{
    --tw-ring-offset-color: #737373 !important;
  }

  .xl\:ring-offset-black-350{
    --tw-ring-offset-color: #525252 !important;
  }

  .xl\:ring-offset-black-400{
    --tw-ring-offset-color: #404040 !important;
  }

  .xl\:ring-offset-black-450{
    --tw-ring-offset-color: #262626 !important;
  }

  .xl\:ring-offset-black-500{
    --tw-ring-offset-color: #333 !important;
  }

  .xl\:ring-offset-black-550{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .xl\:ring-offset-black-600{
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:ring-offset-black-650{
    --tw-ring-offset-color: #00000040 !important;
  }

  .xl\:ring-offset-black-700{
    --tw-ring-offset-color: #00000066 !important;
  }

  .xl\:ring-offset-black-750{
    --tw-ring-offset-color: #00000080 !important;
  }

  .xl\:ring-offset-black-800{
    --tw-ring-offset-color: #00000099 !important;
  }

  .xl\:ring-offset-black-850{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .xl\:ring-offset-black-900{
    --tw-ring-offset-color: #000000CC !important;
  }

  .xl\:ring-offset-black-950{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:ring-offset-red-50{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .xl\:ring-offset-red-100{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .xl\:ring-offset-red-200{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:ring-offset-red-300{
    --tw-ring-offset-color: #F9597C !important;
  }

  .xl\:ring-offset-red-400{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .xl\:ring-offset-red-500{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .xl\:ring-offset-red-550{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .xl\:ring-offset-red-600{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .xl\:ring-offset-red-650{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .xl\:ring-offset-red-700{
    --tw-ring-offset-color: #B92823 !important;
  }

  .xl\:ring-offset-red-800{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .xl\:ring-offset-red{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:ring-offset-white-50{
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:ring-offset-white-100{
    --tw-ring-offset-color: #fefefe !important;
  }

  .xl\:ring-offset-white-150{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .xl\:ring-offset-white-200{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .xl\:ring-offset-white-250{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .xl\:ring-offset-white-300{
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:ring-offset-white-350{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .xl\:ring-offset-white-400{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xl\:ring-offset-white-450{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .xl\:ring-offset-white-500{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .xl\:ring-offset-white-550{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .xl\:ring-offset-white-600{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:ring-offset-white-650{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xl\:ring-offset-white-700{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .xl\:ring-offset-white-750{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .xl\:ring-offset-white-800{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .xl\:ring-offset-white-850{
    --tw-ring-offset-color: #efefef !important;
  }

  .xl\:ring-offset-white-900{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .xl\:ring-offset-white-950{
    --tw-ring-offset-color: #ededed !important;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .xl\:ring-offset-gray-150{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .xl\:ring-offset-gray-250{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .xl\:ring-offset-gray-350{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .xl\:ring-offset-gray-450{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:ring-offset-gray-550{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .xl\:ring-offset-gray-650{
    --tw-ring-offset-color: #374151 !important;
  }

  .xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151 !important;
  }

  .xl\:ring-offset-gray-750{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .xl\:ring-offset-gray-850{
    --tw-ring-offset-color: #111827 !important;
  }

  .xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827 !important;
  }

  .xl\:ring-offset-gray-950{
    --tw-ring-offset-color: #030712 !important;
  }

  .xl\:ring-offset-gray{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:ring-offset-green{
    --tw-ring-offset-color: #5acebe !important;
  }

  .xl\:ring-offset-redlight{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .xl\:ring-offset-grayLight{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:ring-offset-grayDark{
    --tw-ring-offset-color: #ddd !important;
  }

  .xl\:ring-offset-borderDark{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .xl\:ring-offset-whiteLight{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:ring-offset-secondaryLight{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:ring-offset-borderLight{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:ring-offset-secondaryDark{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:ring-offset-blackDark{
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:ring-offset-gray200{
    --tw-ring-offset-color: #eee !important;
  }

  .xl\:ring-offset-black50{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .xl\:ring-offset-borderGray{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .xl\:ring-offset-borderModal{
    --tw-ring-offset-color: #707070 !important;
  }

  .xl\:ring-offset-modalbg{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .xl\:ring-offset-black80{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:ring-offset-black90{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:ring-offset-warning{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .xl\:ring-offset-inputDark{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .xl\:ring-offset-black30{
    --tw-ring-offset-color: #0000004D !important;
  }

  .xl\:ring-offset-select{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .xl\:ring-offset-darkBlack{
    --tw-ring-offset-color: #22232F !important;
  }

  .xl\:ring-offset-borderBlack{
    --tw-ring-offset-color: #181922 !important;
  }

  .xl\:ring-offset-black95{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .xl\:ring-offset-blackLight25{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .xl\:ring-offset-bGraylight{
    --tw-ring-offset-color: #70707027 !important;
  }

  .xl\:ring-offset-lightGray{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .xl\:ring-offset-lightRed{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .xl\:ring-offset-maroon{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .xl\:ring-offset-footerDark{
    --tw-ring-offset-color: #161617 !important;
  }

  .xl\:ring-offset-success{
    --tw-ring-offset-color: #28a745 !important;
  }

  .xl\:ring-offset-info{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .xl\:ring-offset-danger{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .xl\:ring-offset-alert{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .xl\:ring-offset-success-light{
    --tw-ring-offset-color: #d4edda !important;
  }

  .xl\:ring-offset-info-light{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .xl\:ring-offset-warning-light{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .xl\:ring-offset-danger-light{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .xl\:focus-within\:ring-offset-primary-50:focus-within{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:focus-within\:ring-offset-primary-100:focus-within{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:focus-within\:ring-offset-primary-200:focus-within{
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:focus-within\:ring-offset-primary-300:focus-within{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:focus-within\:ring-offset-primary-400:focus-within{
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:focus-within\:ring-offset-primary-500:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus-within\:ring-offset-primary-600:focus-within{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:focus-within\:ring-offset-primary-700:focus-within{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:focus-within\:ring-offset-primary-800:focus-within{
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:focus-within\:ring-offset-primary-900:focus-within{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:focus-within\:ring-offset-primary-950:focus-within{
    --tw-ring-offset-color: #450a0a !important;
  }

  .xl\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-50:focus-within{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .xl\:focus-within\:ring-offset-secondary-100:focus-within{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-200:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-300:focus-within{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-400:focus-within{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-500:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:focus-within\:ring-offset-secondary-600:focus-within{
    --tw-ring-offset-color: #475569 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-700:focus-within{
    --tw-ring-offset-color: #334155 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-800:focus-within{
    --tw-ring-offset-color: #1e293b !important;
  }

  .xl\:focus-within\:ring-offset-secondary-900:focus-within{
    --tw-ring-offset-color: #0f172a !important;
  }

  .xl\:focus-within\:ring-offset-secondary-950:focus-within{
    --tw-ring-offset-color: #020617 !important;
  }

  .xl\:focus-within\:ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:focus-within\:ring-offset-blackLight:focus-within{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus-within\:ring-offset-redDark:focus-within{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .xl\:focus-within\:ring-offset-gray400:focus-within{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .xl\:focus-within\:ring-offset-ghostWhite:focus-within{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .xl\:focus-within\:ring-offset-black500:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus-within\:ring-offset-white200:focus-within{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .xl\:focus-within\:ring-offset-gray100:focus-within{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .xl\:focus-within\:ring-offset-none:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FF626B !important;
  }

  .xl\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .xl\:focus-within\:ring-offset-pink100:focus-within{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .xl\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #22232f !important;
  }

  .xl\:focus-within\:ring-offset-blue-150:focus-within{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus-within\:ring-offset-blue-250:focus-within{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #564CFF !important;
  }

  .xl\:focus-within\:ring-offset-blue-350:focus-within{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .xl\:focus-within\:ring-offset-blue-750:focus-within{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus-within\:ring-offset-blue-850:focus-within{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #5875DC !important;
  }

  .xl\:focus-within\:ring-offset-blue-950:focus-within{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .xl\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .xl\:focus-within\:ring-offset-black-40:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:ring-offset-black-50:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .xl\:focus-within\:ring-offset-black-150:focus-within{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .xl\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .xl\:focus-within\:ring-offset-black-250:focus-within{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .xl\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: #737373 !important;
  }

  .xl\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: #525252 !important;
  }

  .xl\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #404040 !important;
  }

  .xl\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #262626 !important;
  }

  .xl\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .xl\:focus-within\:ring-offset-black-550:focus-within{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .xl\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:focus-within\:ring-offset-black-650:focus-within{
    --tw-ring-offset-color: #00000040 !important;
  }

  .xl\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #00000066 !important;
  }

  .xl\:focus-within\:ring-offset-black-750:focus-within{
    --tw-ring-offset-color: #00000080 !important;
  }

  .xl\:focus-within\:ring-offset-black-800:focus-within{
    --tw-ring-offset-color: #00000099 !important;
  }

  .xl\:focus-within\:ring-offset-black-850:focus-within{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .xl\:focus-within\:ring-offset-black-900:focus-within{
    --tw-ring-offset-color: #000000CC !important;
  }

  .xl\:focus-within\:ring-offset-black-950:focus-within{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F9597C !important;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .xl\:focus-within\:ring-offset-red-550:focus-within{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .xl\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B92823 !important;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .xl\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus-within\:ring-offset-white-50:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:focus-within\:ring-offset-white-100:focus-within{
    --tw-ring-offset-color: #fefefe !important;
  }

  .xl\:focus-within\:ring-offset-white-150:focus-within{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .xl\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .xl\:focus-within\:ring-offset-white-250:focus-within{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .xl\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus-within\:ring-offset-white-350:focus-within{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .xl\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xl\:focus-within\:ring-offset-white-450:focus-within{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .xl\:focus-within\:ring-offset-white-500:focus-within{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .xl\:focus-within\:ring-offset-white-550:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .xl\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:focus-within\:ring-offset-white-650:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xl\:focus-within\:ring-offset-white-700:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .xl\:focus-within\:ring-offset-white-750:focus-within{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .xl\:focus-within\:ring-offset-white-800:focus-within{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .xl\:focus-within\:ring-offset-white-850:focus-within{
    --tw-ring-offset-color: #efefef !important;
  }

  .xl\:focus-within\:ring-offset-white-900:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .xl\:focus-within\:ring-offset-white-950:focus-within{
    --tw-ring-offset-color: #ededed !important;
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .xl\:focus-within\:ring-offset-gray-150:focus-within{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .xl\:focus-within\:ring-offset-gray-250:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .xl\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .xl\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .xl\:focus-within\:ring-offset-gray-650:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .xl\:focus-within\:ring-offset-gray-750:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .xl\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .xl\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #030712 !important;
  }

  .xl\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #5acebe !important;
  }

  .xl\:focus-within\:ring-offset-redlight:focus-within{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus-within\:ring-offset-grayLight:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:focus-within\:ring-offset-grayDark:focus-within{
    --tw-ring-offset-color: #ddd !important;
  }

  .xl\:focus-within\:ring-offset-borderDark:focus-within{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .xl\:focus-within\:ring-offset-whiteLight:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus-within\:ring-offset-secondaryLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus-within\:ring-offset-borderLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus-within\:ring-offset-secondaryDark:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus-within\:ring-offset-blackDark:focus-within{
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:focus-within\:ring-offset-gray200:focus-within{
    --tw-ring-offset-color: #eee !important;
  }

  .xl\:focus-within\:ring-offset-black50:focus-within{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .xl\:focus-within\:ring-offset-borderGray:focus-within{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .xl\:focus-within\:ring-offset-borderModal:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .xl\:focus-within\:ring-offset-modalbg:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus-within\:ring-offset-black80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus-within\:ring-offset-black90:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .xl\:focus-within\:ring-offset-inputDark:focus-within{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .xl\:focus-within\:ring-offset-black30:focus-within{
    --tw-ring-offset-color: #0000004D !important;
  }

  .xl\:focus-within\:ring-offset-select:focus-within{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .xl\:focus-within\:ring-offset-darkBlack:focus-within{
    --tw-ring-offset-color: #22232F !important;
  }

  .xl\:focus-within\:ring-offset-borderBlack:focus-within{
    --tw-ring-offset-color: #181922 !important;
  }

  .xl\:focus-within\:ring-offset-black95:focus-within{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .xl\:focus-within\:ring-offset-blackLight25:focus-within{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .xl\:focus-within\:ring-offset-bGraylight:focus-within{
    --tw-ring-offset-color: #70707027 !important;
  }

  .xl\:focus-within\:ring-offset-lightGray:focus-within{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .xl\:focus-within\:ring-offset-lightRed:focus-within{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .xl\:focus-within\:ring-offset-maroon:focus-within{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .xl\:focus-within\:ring-offset-footerDark:focus-within{
    --tw-ring-offset-color: #161617 !important;
  }

  .xl\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: #28a745 !important;
  }

  .xl\:focus-within\:ring-offset-info:focus-within{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .xl\:focus-within\:ring-offset-danger:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .xl\:focus-within\:ring-offset-alert:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .xl\:focus-within\:ring-offset-success-light:focus-within{
    --tw-ring-offset-color: #d4edda !important;
  }

  .xl\:focus-within\:ring-offset-info-light:focus-within{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .xl\:focus-within\:ring-offset-warning-light:focus-within{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .xl\:focus-within\:ring-offset-danger-light:focus-within{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .xl\:focus\:ring-offset-primary-50:focus{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:focus\:ring-offset-primary-100:focus{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:focus\:ring-offset-primary-200:focus{
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:focus\:ring-offset-primary-300:focus{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:focus\:ring-offset-primary-400:focus{
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:focus\:ring-offset-primary-500:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus\:ring-offset-primary-600:focus{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:focus\:ring-offset-primary-700:focus{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:focus\:ring-offset-primary-800:focus{
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:focus\:ring-offset-primary-900:focus{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:focus\:ring-offset-primary-950:focus{
    --tw-ring-offset-color: #450a0a !important;
  }

  .xl\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus\:ring-offset-secondary-50:focus{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .xl\:focus\:ring-offset-secondary-100:focus{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .xl\:focus\:ring-offset-secondary-200:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus\:ring-offset-secondary-300:focus{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .xl\:focus\:ring-offset-secondary-400:focus{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .xl\:focus\:ring-offset-secondary-500:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:focus\:ring-offset-secondary-600:focus{
    --tw-ring-offset-color: #475569 !important;
  }

  .xl\:focus\:ring-offset-secondary-700:focus{
    --tw-ring-offset-color: #334155 !important;
  }

  .xl\:focus\:ring-offset-secondary-800:focus{
    --tw-ring-offset-color: #1e293b !important;
  }

  .xl\:focus\:ring-offset-secondary-900:focus{
    --tw-ring-offset-color: #0f172a !important;
  }

  .xl\:focus\:ring-offset-secondary-950:focus{
    --tw-ring-offset-color: #020617 !important;
  }

  .xl\:focus\:ring-offset-secondary:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:focus\:ring-offset-blackLight:focus{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .xl\:focus\:ring-offset-redDark:focus{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .xl\:focus\:ring-offset-gray400:focus{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .xl\:focus\:ring-offset-ghostWhite:focus{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .xl\:focus\:ring-offset-black500:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus\:ring-offset-white200:focus{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .xl\:focus\:ring-offset-gray100:focus{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .xl\:focus\:ring-offset-none:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FF626B !important;
  }

  .xl\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .xl\:focus\:ring-offset-pink100:focus{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .xl\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #22232f !important;
  }

  .xl\:focus\:ring-offset-blue-150:focus{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .xl\:focus\:ring-offset-blue-250:focus{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #564CFF !important;
  }

  .xl\:focus\:ring-offset-blue-350:focus{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .xl\:focus\:ring-offset-blue-750:focus{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .xl\:focus\:ring-offset-blue-850:focus{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #5875DC !important;
  }

  .xl\:focus\:ring-offset-blue-950:focus{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .xl\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .xl\:focus\:ring-offset-black-40:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:ring-offset-black-50:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .xl\:focus\:ring-offset-black-150:focus{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .xl\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .xl\:focus\:ring-offset-black-250:focus{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .xl\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: #737373 !important;
  }

  .xl\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: #525252 !important;
  }

  .xl\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #404040 !important;
  }

  .xl\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #262626 !important;
  }

  .xl\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .xl\:focus\:ring-offset-black-550:focus{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .xl\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:focus\:ring-offset-black-650:focus{
    --tw-ring-offset-color: #00000040 !important;
  }

  .xl\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #00000066 !important;
  }

  .xl\:focus\:ring-offset-black-750:focus{
    --tw-ring-offset-color: #00000080 !important;
  }

  .xl\:focus\:ring-offset-black-800:focus{
    --tw-ring-offset-color: #00000099 !important;
  }

  .xl\:focus\:ring-offset-black-850:focus{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .xl\:focus\:ring-offset-black-900:focus{
    --tw-ring-offset-color: #000000CC !important;
  }

  .xl\:focus\:ring-offset-black-950:focus{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F9597C !important;
  }

  .xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .xl\:focus\:ring-offset-red-550:focus{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .xl\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B92823 !important;
  }

  .xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .xl\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .xl\:focus\:ring-offset-white-50:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:focus\:ring-offset-white-100:focus{
    --tw-ring-offset-color: #fefefe !important;
  }

  .xl\:focus\:ring-offset-white-150:focus{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .xl\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .xl\:focus\:ring-offset-white-250:focus{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .xl\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus\:ring-offset-white-350:focus{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .xl\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xl\:focus\:ring-offset-white-450:focus{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .xl\:focus\:ring-offset-white-500:focus{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .xl\:focus\:ring-offset-white-550:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .xl\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:focus\:ring-offset-white-650:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xl\:focus\:ring-offset-white-700:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .xl\:focus\:ring-offset-white-750:focus{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .xl\:focus\:ring-offset-white-800:focus{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .xl\:focus\:ring-offset-white-850:focus{
    --tw-ring-offset-color: #efefef !important;
  }

  .xl\:focus\:ring-offset-white-900:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .xl\:focus\:ring-offset-white-950:focus{
    --tw-ring-offset-color: #ededed !important;
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .xl\:focus\:ring-offset-gray-150:focus{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .xl\:focus\:ring-offset-gray-250:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .xl\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .xl\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .xl\:focus\:ring-offset-gray-650:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .xl\:focus\:ring-offset-gray-750:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .xl\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .xl\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #030712 !important;
  }

  .xl\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .xl\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #5acebe !important;
  }

  .xl\:focus\:ring-offset-redlight:focus{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .xl\:focus\:ring-offset-grayLight:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:focus\:ring-offset-grayDark:focus{
    --tw-ring-offset-color: #ddd !important;
  }

  .xl\:focus\:ring-offset-borderDark:focus{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .xl\:focus\:ring-offset-whiteLight:focus{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .xl\:focus\:ring-offset-secondaryLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .xl\:focus\:ring-offset-borderLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .xl\:focus\:ring-offset-secondaryDark:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .xl\:focus\:ring-offset-blackDark:focus{
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:focus\:ring-offset-gray200:focus{
    --tw-ring-offset-color: #eee !important;
  }

  .xl\:focus\:ring-offset-black50:focus{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .xl\:focus\:ring-offset-borderGray:focus{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .xl\:focus\:ring-offset-borderModal:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .xl\:focus\:ring-offset-modalbg:focus{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .xl\:focus\:ring-offset-black80:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .xl\:focus\:ring-offset-black90:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .xl\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .xl\:focus\:ring-offset-inputDark:focus{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .xl\:focus\:ring-offset-black30:focus{
    --tw-ring-offset-color: #0000004D !important;
  }

  .xl\:focus\:ring-offset-select:focus{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .xl\:focus\:ring-offset-darkBlack:focus{
    --tw-ring-offset-color: #22232F !important;
  }

  .xl\:focus\:ring-offset-borderBlack:focus{
    --tw-ring-offset-color: #181922 !important;
  }

  .xl\:focus\:ring-offset-black95:focus{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .xl\:focus\:ring-offset-blackLight25:focus{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .xl\:focus\:ring-offset-bGraylight:focus{
    --tw-ring-offset-color: #70707027 !important;
  }

  .xl\:focus\:ring-offset-lightGray:focus{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .xl\:focus\:ring-offset-lightRed:focus{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .xl\:focus\:ring-offset-maroon:focus{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .xl\:focus\:ring-offset-footerDark:focus{
    --tw-ring-offset-color: #161617 !important;
  }

  .xl\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: #28a745 !important;
  }

  .xl\:focus\:ring-offset-info:focus{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .xl\:focus\:ring-offset-danger:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .xl\:focus\:ring-offset-alert:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .xl\:focus\:ring-offset-success-light:focus{
    --tw-ring-offset-color: #d4edda !important;
  }

  .xl\:focus\:ring-offset-info-light:focus{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .xl\:focus\:ring-offset-warning-light:focus{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .xl\:focus\:ring-offset-danger-light:focus{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:filter-none{
    filter: none !important;
  }

  .xl\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .xl\:blur{
    --tw-blur: blur(8px) !important;
  }

  .xl\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .xl\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .xl\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .xl\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .xl\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .xl\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .xl\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .xl\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .xl\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .xl\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .xl\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .xl\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .xl\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .xl\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .xl\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .xl\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .xl\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .xl\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .xl\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .xl\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .xl\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .xl\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .xl\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .xl\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .xl\:invert{
    --tw-invert: invert(100%) !important;
  }

  .xl\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .xl\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .xl\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .xl\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .xl\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .xl\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .xl\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl\:transition-none{
    transition-property: none !important;
  }

  .xl\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:delay-75{
    transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .xl\:duration-75{
    transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .xl\:ease-linear{
    transition-timing-function: linear !important;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1536px){
  .\32xl\: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;
  }

  .\32xl\: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;
  }

  .\32xl\:focus-within\:sr-only:focus-within{
    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;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within{
    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;
  }

  .\32xl\:focus\: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;
  }

  .\32xl\:focus\: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;
  }

  .\32xl\:pointer-events-none{
    pointer-events: none !important;
  }

  .\32xl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .\32xl\:visible{
    visibility: visible !important;
  }

  .\32xl\:invisible{
    visibility: hidden !important;
  }

  .\32xl\:static{
    position: static !important;
  }

  .\32xl\:fixed{
    position: fixed !important;
  }

  .\32xl\:absolute{
    position: absolute !important;
  }

  .\32xl\:relative{
    position: relative !important;
  }

  .\32xl\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .\32xl\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .\32xl\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .\32xl\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .\32xl\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .\32xl\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .\32xl\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .\32xl\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .\32xl\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .\32xl\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .\32xl\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .\32xl\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .\32xl\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .\32xl\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .\32xl\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .\32xl\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .\32xl\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .\32xl\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .\32xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\32xl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .\32xl\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .\32xl\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .\32xl\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .\32xl\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .\32xl\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .\32xl\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .\32xl\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .\32xl\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .\32xl\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .\32xl\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .\32xl\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .\32xl\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .\32xl\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .\32xl\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .\32xl\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .\32xl\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .\32xl\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .\32xl\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .\32xl\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .\32xl\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .\32xl\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .\32xl\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .\32xl\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .\32xl\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .\32xl\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .\32xl\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .\32xl\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .\32xl\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .\32xl\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .\32xl\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .\32xl\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .\32xl\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .\32xl\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .\32xl\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .\32xl\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .\32xl\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .\32xl\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .\32xl\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .\32xl\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .\32xl\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .\32xl\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .\32xl\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .\32xl\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .\32xl\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .\32xl\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .\32xl\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .\32xl\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .\32xl\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .\32xl\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .\32xl\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .\32xl\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .\32xl\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .\32xl\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .\32xl\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .\32xl\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .\32xl\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .\32xl\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .\32xl\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .\32xl\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .\32xl\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .\32xl\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .\32xl\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .\32xl\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .\32xl\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .\32xl\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .\32xl\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .\32xl\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .\32xl\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .\32xl\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .\32xl\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .\32xl\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .\32xl\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .\32xl\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .\32xl\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .\32xl\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .\32xl\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .\32xl\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .\32xl\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .\32xl\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .\32xl\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .\32xl\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .\32xl\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .\32xl\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .\32xl\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .\32xl\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .\32xl\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .\32xl\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .\32xl\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .\32xl\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .\32xl\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .\32xl\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .\32xl\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .\32xl\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .\32xl\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .\32xl\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .\32xl\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .\32xl\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .\32xl\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .\32xl\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .\32xl\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .\32xl\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .\32xl\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .\32xl\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .\32xl\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .\32xl\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\32xl\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .\32xl\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\32xl\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .\32xl\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\32xl\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .\32xl\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .\32xl\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .\32xl\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .\32xl\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .\32xl\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .\32xl\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .\32xl\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .\32xl\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .\32xl\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .\32xl\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .\32xl\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .\32xl\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .\32xl\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .\32xl\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .\32xl\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .\32xl\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .\32xl\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .\32xl\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .\32xl\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .\32xl\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .\32xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .\32xl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .\32xl\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\32xl\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .\32xl\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .\32xl\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .\32xl\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .\32xl\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .\32xl\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .\32xl\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .\32xl\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\32xl\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .\32xl\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .\32xl\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\32xl\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .\32xl\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .\32xl\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .\32xl\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\32xl\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .\32xl\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\32xl\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .\32xl\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\32xl\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .\32xl\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .\32xl\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .\32xl\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .\32xl\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .\32xl\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .\32xl\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .\32xl\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .\32xl\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .\32xl\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .\32xl\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .\32xl\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .\32xl\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .\32xl\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .\32xl\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\32xl\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .\32xl\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .\32xl\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .\32xl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .\32xl\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .\32xl\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .\32xl\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .\32xl\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .\32xl\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .\32xl\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .\32xl\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .\32xl\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .\32xl\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .\32xl\:top-0{
    top: 0px !important;
  }

  .\32xl\:top-1{
    top: 0.25rem !important;
  }

  .\32xl\:top-2{
    top: 0.5rem !important;
  }

  .\32xl\:top-3{
    top: 0.75rem !important;
  }

  .\32xl\:top-4{
    top: 1rem !important;
  }

  .\32xl\:top-5{
    top: 1.25rem !important;
  }

  .\32xl\:top-6{
    top: 1.5rem !important;
  }

  .\32xl\:top-7{
    top: 1.75rem !important;
  }

  .\32xl\:top-8{
    top: 2rem !important;
  }

  .\32xl\:top-9{
    top: 2.25rem !important;
  }

  .\32xl\:top-10{
    top: 2.5rem !important;
  }

  .\32xl\:top-11{
    top: 2.75rem !important;
  }

  .\32xl\:top-12{
    top: 3rem !important;
  }

  .\32xl\:top-14{
    top: 3.5rem !important;
  }

  .\32xl\:top-16{
    top: 4rem !important;
  }

  .\32xl\:top-20{
    top: 5rem !important;
  }

  .\32xl\:top-24{
    top: 6rem !important;
  }

  .\32xl\:top-28{
    top: 7rem !important;
  }

  .\32xl\:top-32{
    top: 8rem !important;
  }

  .\32xl\:top-36{
    top: 9rem !important;
  }

  .\32xl\:top-40{
    top: 10rem !important;
  }

  .\32xl\:top-44{
    top: 11rem !important;
  }

  .\32xl\:top-48{
    top: 12rem !important;
  }

  .\32xl\:top-52{
    top: 13rem !important;
  }

  .\32xl\:top-56{
    top: 14rem !important;
  }

  .\32xl\:top-60{
    top: 15rem !important;
  }

  .\32xl\:top-64{
    top: 16rem !important;
  }

  .\32xl\:top-72{
    top: 18rem !important;
  }

  .\32xl\:top-80{
    top: 20rem !important;
  }

  .\32xl\:top-96{
    top: 24rem !important;
  }

  .\32xl\:top-auto{
    top: auto !important;
  }

  .\32xl\:top-px{
    top: 1px !important;
  }

  .\32xl\:top-0\.5{
    top: 0.125rem !important;
  }

  .\32xl\:top-1\.5{
    top: 0.375rem !important;
  }

  .\32xl\:top-2\.5{
    top: 0.625rem !important;
  }

  .\32xl\:top-3\.5{
    top: 0.875rem !important;
  }

  .\32xl\:-top-0{
    top: 0px !important;
  }

  .\32xl\:-top-1{
    top: -0.25rem !important;
  }

  .\32xl\:-top-2{
    top: -0.5rem !important;
  }

  .\32xl\:-top-3{
    top: -0.75rem !important;
  }

  .\32xl\:-top-4{
    top: -1rem !important;
  }

  .\32xl\:-top-5{
    top: -1.25rem !important;
  }

  .\32xl\:-top-6{
    top: -1.5rem !important;
  }

  .\32xl\:-top-7{
    top: -1.75rem !important;
  }

  .\32xl\:-top-8{
    top: -2rem !important;
  }

  .\32xl\:-top-9{
    top: -2.25rem !important;
  }

  .\32xl\:-top-10{
    top: -2.5rem !important;
  }

  .\32xl\:-top-11{
    top: -2.75rem !important;
  }

  .\32xl\:-top-12{
    top: -3rem !important;
  }

  .\32xl\:-top-14{
    top: -3.5rem !important;
  }

  .\32xl\:-top-16{
    top: -4rem !important;
  }

  .\32xl\:-top-20{
    top: -5rem !important;
  }

  .\32xl\:-top-24{
    top: -6rem !important;
  }

  .\32xl\:-top-28{
    top: -7rem !important;
  }

  .\32xl\:-top-32{
    top: -8rem !important;
  }

  .\32xl\:-top-36{
    top: -9rem !important;
  }

  .\32xl\:-top-40{
    top: -10rem !important;
  }

  .\32xl\:-top-44{
    top: -11rem !important;
  }

  .\32xl\:-top-48{
    top: -12rem !important;
  }

  .\32xl\:-top-52{
    top: -13rem !important;
  }

  .\32xl\:-top-56{
    top: -14rem !important;
  }

  .\32xl\:-top-60{
    top: -15rem !important;
  }

  .\32xl\:-top-64{
    top: -16rem !important;
  }

  .\32xl\:-top-72{
    top: -18rem !important;
  }

  .\32xl\:-top-80{
    top: -20rem !important;
  }

  .\32xl\:-top-96{
    top: -24rem !important;
  }

  .\32xl\:-top-px{
    top: -1px !important;
  }

  .\32xl\:-top-0\.5{
    top: -0.125rem !important;
  }

  .\32xl\:-top-1\.5{
    top: -0.375rem !important;
  }

  .\32xl\:-top-2\.5{
    top: -0.625rem !important;
  }

  .\32xl\:-top-3\.5{
    top: -0.875rem !important;
  }

  .\32xl\:top-1\/2{
    top: 50% !important;
  }

  .\32xl\:top-1\/3{
    top: 33.333333% !important;
  }

  .\32xl\:top-2\/3{
    top: 66.666667% !important;
  }

  .\32xl\:top-1\/4{
    top: 25% !important;
  }

  .\32xl\:top-2\/4{
    top: 50% !important;
  }

  .\32xl\:top-3\/4{
    top: 75% !important;
  }

  .\32xl\:top-full{
    top: 100% !important;
  }

  .\32xl\:-top-1\/2{
    top: -50% !important;
  }

  .\32xl\:-top-1\/3{
    top: -33.333333% !important;
  }

  .\32xl\:-top-2\/3{
    top: -66.666667% !important;
  }

  .\32xl\:-top-1\/4{
    top: -25% !important;
  }

  .\32xl\:-top-2\/4{
    top: -50% !important;
  }

  .\32xl\:-top-3\/4{
    top: -75% !important;
  }

  .\32xl\:-top-full{
    top: -100% !important;
  }

  .\32xl\:right-0{
    right: 0px !important;
  }

  .\32xl\:right-1{
    right: 0.25rem !important;
  }

  .\32xl\:right-2{
    right: 0.5rem !important;
  }

  .\32xl\:right-3{
    right: 0.75rem !important;
  }

  .\32xl\:right-4{
    right: 1rem !important;
  }

  .\32xl\:right-5{
    right: 1.25rem !important;
  }

  .\32xl\:right-6{
    right: 1.5rem !important;
  }

  .\32xl\:right-7{
    right: 1.75rem !important;
  }

  .\32xl\:right-8{
    right: 2rem !important;
  }

  .\32xl\:right-9{
    right: 2.25rem !important;
  }

  .\32xl\:right-10{
    right: 2.5rem !important;
  }

  .\32xl\:right-11{
    right: 2.75rem !important;
  }

  .\32xl\:right-12{
    right: 3rem !important;
  }

  .\32xl\:right-14{
    right: 3.5rem !important;
  }

  .\32xl\:right-16{
    right: 4rem !important;
  }

  .\32xl\:right-20{
    right: 5rem !important;
  }

  .\32xl\:right-24{
    right: 6rem !important;
  }

  .\32xl\:right-28{
    right: 7rem !important;
  }

  .\32xl\:right-32{
    right: 8rem !important;
  }

  .\32xl\:right-36{
    right: 9rem !important;
  }

  .\32xl\:right-40{
    right: 10rem !important;
  }

  .\32xl\:right-44{
    right: 11rem !important;
  }

  .\32xl\:right-48{
    right: 12rem !important;
  }

  .\32xl\:right-52{
    right: 13rem !important;
  }

  .\32xl\:right-56{
    right: 14rem !important;
  }

  .\32xl\:right-60{
    right: 15rem !important;
  }

  .\32xl\:right-64{
    right: 16rem !important;
  }

  .\32xl\:right-72{
    right: 18rem !important;
  }

  .\32xl\:right-80{
    right: 20rem !important;
  }

  .\32xl\:right-96{
    right: 24rem !important;
  }

  .\32xl\:right-auto{
    right: auto !important;
  }

  .\32xl\:right-px{
    right: 1px !important;
  }

  .\32xl\:right-0\.5{
    right: 0.125rem !important;
  }

  .\32xl\:right-1\.5{
    right: 0.375rem !important;
  }

  .\32xl\:right-2\.5{
    right: 0.625rem !important;
  }

  .\32xl\:right-3\.5{
    right: 0.875rem !important;
  }

  .\32xl\:-right-0{
    right: 0px !important;
  }

  .\32xl\:-right-1{
    right: -0.25rem !important;
  }

  .\32xl\:-right-2{
    right: -0.5rem !important;
  }

  .\32xl\:-right-3{
    right: -0.75rem !important;
  }

  .\32xl\:-right-4{
    right: -1rem !important;
  }

  .\32xl\:-right-5{
    right: -1.25rem !important;
  }

  .\32xl\:-right-6{
    right: -1.5rem !important;
  }

  .\32xl\:-right-7{
    right: -1.75rem !important;
  }

  .\32xl\:-right-8{
    right: -2rem !important;
  }

  .\32xl\:-right-9{
    right: -2.25rem !important;
  }

  .\32xl\:-right-10{
    right: -2.5rem !important;
  }

  .\32xl\:-right-11{
    right: -2.75rem !important;
  }

  .\32xl\:-right-12{
    right: -3rem !important;
  }

  .\32xl\:-right-14{
    right: -3.5rem !important;
  }

  .\32xl\:-right-16{
    right: -4rem !important;
  }

  .\32xl\:-right-20{
    right: -5rem !important;
  }

  .\32xl\:-right-24{
    right: -6rem !important;
  }

  .\32xl\:-right-28{
    right: -7rem !important;
  }

  .\32xl\:-right-32{
    right: -8rem !important;
  }

  .\32xl\:-right-36{
    right: -9rem !important;
  }

  .\32xl\:-right-40{
    right: -10rem !important;
  }

  .\32xl\:-right-44{
    right: -11rem !important;
  }

  .\32xl\:-right-48{
    right: -12rem !important;
  }

  .\32xl\:-right-52{
    right: -13rem !important;
  }

  .\32xl\:-right-56{
    right: -14rem !important;
  }

  .\32xl\:-right-60{
    right: -15rem !important;
  }

  .\32xl\:-right-64{
    right: -16rem !important;
  }

  .\32xl\:-right-72{
    right: -18rem !important;
  }

  .\32xl\:-right-80{
    right: -20rem !important;
  }

  .\32xl\:-right-96{
    right: -24rem !important;
  }

  .\32xl\:-right-px{
    right: -1px !important;
  }

  .\32xl\:-right-0\.5{
    right: -0.125rem !important;
  }

  .\32xl\:-right-1\.5{
    right: -0.375rem !important;
  }

  .\32xl\:-right-2\.5{
    right: -0.625rem !important;
  }

  .\32xl\:-right-3\.5{
    right: -0.875rem !important;
  }

  .\32xl\:right-1\/2{
    right: 50% !important;
  }

  .\32xl\:right-1\/3{
    right: 33.333333% !important;
  }

  .\32xl\:right-2\/3{
    right: 66.666667% !important;
  }

  .\32xl\:right-1\/4{
    right: 25% !important;
  }

  .\32xl\:right-2\/4{
    right: 50% !important;
  }

  .\32xl\:right-3\/4{
    right: 75% !important;
  }

  .\32xl\:right-full{
    right: 100% !important;
  }

  .\32xl\:-right-1\/2{
    right: -50% !important;
  }

  .\32xl\:-right-1\/3{
    right: -33.333333% !important;
  }

  .\32xl\:-right-2\/3{
    right: -66.666667% !important;
  }

  .\32xl\:-right-1\/4{
    right: -25% !important;
  }

  .\32xl\:-right-2\/4{
    right: -50% !important;
  }

  .\32xl\:-right-3\/4{
    right: -75% !important;
  }

  .\32xl\:-right-full{
    right: -100% !important;
  }

  .\32xl\:bottom-0{
    bottom: 0px !important;
  }

  .\32xl\:bottom-1{
    bottom: 0.25rem !important;
  }

  .\32xl\:bottom-2{
    bottom: 0.5rem !important;
  }

  .\32xl\:bottom-3{
    bottom: 0.75rem !important;
  }

  .\32xl\:bottom-4{
    bottom: 1rem !important;
  }

  .\32xl\:bottom-5{
    bottom: 1.25rem !important;
  }

  .\32xl\:bottom-6{
    bottom: 1.5rem !important;
  }

  .\32xl\:bottom-7{
    bottom: 1.75rem !important;
  }

  .\32xl\:bottom-8{
    bottom: 2rem !important;
  }

  .\32xl\:bottom-9{
    bottom: 2.25rem !important;
  }

  .\32xl\:bottom-10{
    bottom: 2.5rem !important;
  }

  .\32xl\:bottom-11{
    bottom: 2.75rem !important;
  }

  .\32xl\:bottom-12{
    bottom: 3rem !important;
  }

  .\32xl\:bottom-14{
    bottom: 3.5rem !important;
  }

  .\32xl\:bottom-16{
    bottom: 4rem !important;
  }

  .\32xl\:bottom-20{
    bottom: 5rem !important;
  }

  .\32xl\:bottom-24{
    bottom: 6rem !important;
  }

  .\32xl\:bottom-28{
    bottom: 7rem !important;
  }

  .\32xl\:bottom-32{
    bottom: 8rem !important;
  }

  .\32xl\:bottom-36{
    bottom: 9rem !important;
  }

  .\32xl\:bottom-40{
    bottom: 10rem !important;
  }

  .\32xl\:bottom-44{
    bottom: 11rem !important;
  }

  .\32xl\:bottom-48{
    bottom: 12rem !important;
  }

  .\32xl\:bottom-52{
    bottom: 13rem !important;
  }

  .\32xl\:bottom-56{
    bottom: 14rem !important;
  }

  .\32xl\:bottom-60{
    bottom: 15rem !important;
  }

  .\32xl\:bottom-64{
    bottom: 16rem !important;
  }

  .\32xl\:bottom-72{
    bottom: 18rem !important;
  }

  .\32xl\:bottom-80{
    bottom: 20rem !important;
  }

  .\32xl\:bottom-96{
    bottom: 24rem !important;
  }

  .\32xl\:bottom-auto{
    bottom: auto !important;
  }

  .\32xl\:bottom-px{
    bottom: 1px !important;
  }

  .\32xl\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .\32xl\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .\32xl\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .\32xl\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .\32xl\:-bottom-0{
    bottom: 0px !important;
  }

  .\32xl\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .\32xl\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .\32xl\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .\32xl\:-bottom-4{
    bottom: -1rem !important;
  }

  .\32xl\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .\32xl\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .\32xl\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .\32xl\:-bottom-8{
    bottom: -2rem !important;
  }

  .\32xl\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .\32xl\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .\32xl\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .\32xl\:-bottom-12{
    bottom: -3rem !important;
  }

  .\32xl\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .\32xl\:-bottom-16{
    bottom: -4rem !important;
  }

  .\32xl\:-bottom-20{
    bottom: -5rem !important;
  }

  .\32xl\:-bottom-24{
    bottom: -6rem !important;
  }

  .\32xl\:-bottom-28{
    bottom: -7rem !important;
  }

  .\32xl\:-bottom-32{
    bottom: -8rem !important;
  }

  .\32xl\:-bottom-36{
    bottom: -9rem !important;
  }

  .\32xl\:-bottom-40{
    bottom: -10rem !important;
  }

  .\32xl\:-bottom-44{
    bottom: -11rem !important;
  }

  .\32xl\:-bottom-48{
    bottom: -12rem !important;
  }

  .\32xl\:-bottom-52{
    bottom: -13rem !important;
  }

  .\32xl\:-bottom-56{
    bottom: -14rem !important;
  }

  .\32xl\:-bottom-60{
    bottom: -15rem !important;
  }

  .\32xl\:-bottom-64{
    bottom: -16rem !important;
  }

  .\32xl\:-bottom-72{
    bottom: -18rem !important;
  }

  .\32xl\:-bottom-80{
    bottom: -20rem !important;
  }

  .\32xl\:-bottom-96{
    bottom: -24rem !important;
  }

  .\32xl\:-bottom-px{
    bottom: -1px !important;
  }

  .\32xl\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .\32xl\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .\32xl\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .\32xl\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .\32xl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .\32xl\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .\32xl\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .\32xl\:bottom-1\/4{
    bottom: 25% !important;
  }

  .\32xl\:bottom-2\/4{
    bottom: 50% !important;
  }

  .\32xl\:bottom-3\/4{
    bottom: 75% !important;
  }

  .\32xl\:bottom-full{
    bottom: 100% !important;
  }

  .\32xl\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .\32xl\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .\32xl\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .\32xl\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .\32xl\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .\32xl\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .\32xl\:-bottom-full{
    bottom: -100% !important;
  }

  .\32xl\:left-0{
    left: 0px !important;
  }

  .\32xl\:left-1{
    left: 0.25rem !important;
  }

  .\32xl\:left-2{
    left: 0.5rem !important;
  }

  .\32xl\:left-3{
    left: 0.75rem !important;
  }

  .\32xl\:left-4{
    left: 1rem !important;
  }

  .\32xl\:left-5{
    left: 1.25rem !important;
  }

  .\32xl\:left-6{
    left: 1.5rem !important;
  }

  .\32xl\:left-7{
    left: 1.75rem !important;
  }

  .\32xl\:left-8{
    left: 2rem !important;
  }

  .\32xl\:left-9{
    left: 2.25rem !important;
  }

  .\32xl\:left-10{
    left: 2.5rem !important;
  }

  .\32xl\:left-11{
    left: 2.75rem !important;
  }

  .\32xl\:left-12{
    left: 3rem !important;
  }

  .\32xl\:left-14{
    left: 3.5rem !important;
  }

  .\32xl\:left-16{
    left: 4rem !important;
  }

  .\32xl\:left-20{
    left: 5rem !important;
  }

  .\32xl\:left-24{
    left: 6rem !important;
  }

  .\32xl\:left-28{
    left: 7rem !important;
  }

  .\32xl\:left-32{
    left: 8rem !important;
  }

  .\32xl\:left-36{
    left: 9rem !important;
  }

  .\32xl\:left-40{
    left: 10rem !important;
  }

  .\32xl\:left-44{
    left: 11rem !important;
  }

  .\32xl\:left-48{
    left: 12rem !important;
  }

  .\32xl\:left-52{
    left: 13rem !important;
  }

  .\32xl\:left-56{
    left: 14rem !important;
  }

  .\32xl\:left-60{
    left: 15rem !important;
  }

  .\32xl\:left-64{
    left: 16rem !important;
  }

  .\32xl\:left-72{
    left: 18rem !important;
  }

  .\32xl\:left-80{
    left: 20rem !important;
  }

  .\32xl\:left-96{
    left: 24rem !important;
  }

  .\32xl\:left-auto{
    left: auto !important;
  }

  .\32xl\:left-px{
    left: 1px !important;
  }

  .\32xl\:left-0\.5{
    left: 0.125rem !important;
  }

  .\32xl\:left-1\.5{
    left: 0.375rem !important;
  }

  .\32xl\:left-2\.5{
    left: 0.625rem !important;
  }

  .\32xl\:left-3\.5{
    left: 0.875rem !important;
  }

  .\32xl\:-left-0{
    left: 0px !important;
  }

  .\32xl\:-left-1{
    left: -0.25rem !important;
  }

  .\32xl\:-left-2{
    left: -0.5rem !important;
  }

  .\32xl\:-left-3{
    left: -0.75rem !important;
  }

  .\32xl\:-left-4{
    left: -1rem !important;
  }

  .\32xl\:-left-5{
    left: -1.25rem !important;
  }

  .\32xl\:-left-6{
    left: -1.5rem !important;
  }

  .\32xl\:-left-7{
    left: -1.75rem !important;
  }

  .\32xl\:-left-8{
    left: -2rem !important;
  }

  .\32xl\:-left-9{
    left: -2.25rem !important;
  }

  .\32xl\:-left-10{
    left: -2.5rem !important;
  }

  .\32xl\:-left-11{
    left: -2.75rem !important;
  }

  .\32xl\:-left-12{
    left: -3rem !important;
  }

  .\32xl\:-left-14{
    left: -3.5rem !important;
  }

  .\32xl\:-left-16{
    left: -4rem !important;
  }

  .\32xl\:-left-20{
    left: -5rem !important;
  }

  .\32xl\:-left-24{
    left: -6rem !important;
  }

  .\32xl\:-left-28{
    left: -7rem !important;
  }

  .\32xl\:-left-32{
    left: -8rem !important;
  }

  .\32xl\:-left-36{
    left: -9rem !important;
  }

  .\32xl\:-left-40{
    left: -10rem !important;
  }

  .\32xl\:-left-44{
    left: -11rem !important;
  }

  .\32xl\:-left-48{
    left: -12rem !important;
  }

  .\32xl\:-left-52{
    left: -13rem !important;
  }

  .\32xl\:-left-56{
    left: -14rem !important;
  }

  .\32xl\:-left-60{
    left: -15rem !important;
  }

  .\32xl\:-left-64{
    left: -16rem !important;
  }

  .\32xl\:-left-72{
    left: -18rem !important;
  }

  .\32xl\:-left-80{
    left: -20rem !important;
  }

  .\32xl\:-left-96{
    left: -24rem !important;
  }

  .\32xl\:-left-px{
    left: -1px !important;
  }

  .\32xl\:-left-0\.5{
    left: -0.125rem !important;
  }

  .\32xl\:-left-1\.5{
    left: -0.375rem !important;
  }

  .\32xl\:-left-2\.5{
    left: -0.625rem !important;
  }

  .\32xl\:-left-3\.5{
    left: -0.875rem !important;
  }

  .\32xl\:left-1\/2{
    left: 50% !important;
  }

  .\32xl\:left-1\/3{
    left: 33.333333% !important;
  }

  .\32xl\:left-2\/3{
    left: 66.666667% !important;
  }

  .\32xl\:left-1\/4{
    left: 25% !important;
  }

  .\32xl\:left-2\/4{
    left: 50% !important;
  }

  .\32xl\:left-3\/4{
    left: 75% !important;
  }

  .\32xl\:left-full{
    left: 100% !important;
  }

  .\32xl\:-left-1\/2{
    left: -50% !important;
  }

  .\32xl\:-left-1\/3{
    left: -33.333333% !important;
  }

  .\32xl\:-left-2\/3{
    left: -66.666667% !important;
  }

  .\32xl\:-left-1\/4{
    left: -25% !important;
  }

  .\32xl\:-left-2\/4{
    left: -50% !important;
  }

  .\32xl\:-left-3\/4{
    left: -75% !important;
  }

  .\32xl\:-left-full{
    left: -100% !important;
  }

  .\32xl\:isolate{
    isolation: isolate !important;
  }

  .\32xl\:isolation-auto{
    isolation: auto !important;
  }

  .\32xl\:z-0{
    z-index: 0 !important;
  }

  .\32xl\:z-10{
    z-index: 10 !important;
  }

  .\32xl\:z-20{
    z-index: 20 !important;
  }

  .\32xl\:z-30{
    z-index: 30 !important;
  }

  .\32xl\:z-40{
    z-index: 40 !important;
  }

  .\32xl\:z-50{
    z-index: 50 !important;
  }

  .\32xl\:z-auto{
    z-index: auto !important;
  }

  .\32xl\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .\32xl\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .\32xl\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .\32xl\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .\32xl\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .\32xl\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .\32xl\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .\32xl\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .\32xl\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .\32xl\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .\32xl\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .\32xl\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .\32xl\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .\32xl\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .\32xl\:order-1{
    order: 1 !important;
  }

  .\32xl\:order-2{
    order: 2 !important;
  }

  .\32xl\:order-3{
    order: 3 !important;
  }

  .\32xl\:order-4{
    order: 4 !important;
  }

  .\32xl\:order-5{
    order: 5 !important;
  }

  .\32xl\:order-6{
    order: 6 !important;
  }

  .\32xl\:order-7{
    order: 7 !important;
  }

  .\32xl\:order-8{
    order: 8 !important;
  }

  .\32xl\:order-9{
    order: 9 !important;
  }

  .\32xl\:order-10{
    order: 10 !important;
  }

  .\32xl\:order-11{
    order: 11 !important;
  }

  .\32xl\:order-12{
    order: 12 !important;
  }

  .\32xl\:order-first{
    order: -9999 !important;
  }

  .\32xl\:order-last{
    order: 9999 !important;
  }

  .\32xl\:order-none{
    order: 0 !important;
  }

  .\32xl\:col-auto{
    grid-column: auto !important;
  }

  .\32xl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .\32xl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .\32xl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .\32xl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .\32xl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .\32xl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .\32xl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .\32xl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .\32xl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .\32xl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .\32xl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .\32xl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .\32xl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .\32xl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .\32xl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .\32xl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .\32xl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .\32xl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .\32xl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .\32xl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .\32xl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .\32xl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .\32xl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .\32xl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .\32xl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .\32xl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .\32xl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .\32xl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .\32xl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .\32xl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .\32xl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .\32xl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .\32xl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .\32xl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .\32xl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .\32xl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .\32xl\:row-auto{
    grid-row: auto !important;
  }

  .\32xl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .\32xl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .\32xl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .\32xl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .\32xl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .\32xl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .\32xl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .\32xl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .\32xl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .\32xl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .\32xl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .\32xl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .\32xl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .\32xl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .\32xl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .\32xl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .\32xl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .\32xl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .\32xl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .\32xl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .\32xl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .\32xl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .\32xl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .\32xl\:float-right{
    float: right !important;
  }

  .\32xl\:float-left{
    float: left !important;
  }

  .\32xl\:float-none{
    float: none !important;
  }

  .\32xl\:clear-left{
    clear: left !important;
  }

  .\32xl\:clear-right{
    clear: right !important;
  }

  .\32xl\:clear-both{
    clear: both !important;
  }

  .\32xl\:clear-none{
    clear: none !important;
  }

  .\32xl\:m-0{
    margin: 0px !important;
  }

  .\32xl\:m-1{
    margin: 0.25rem !important;
  }

  .\32xl\:m-2{
    margin: 0.5rem !important;
  }

  .\32xl\:m-3{
    margin: 0.75rem !important;
  }

  .\32xl\:m-4{
    margin: 1rem !important;
  }

  .\32xl\:m-5{
    margin: 1.25rem !important;
  }

  .\32xl\:m-6{
    margin: 1.5rem !important;
  }

  .\32xl\:m-7{
    margin: 1.75rem !important;
  }

  .\32xl\:m-8{
    margin: 2rem !important;
  }

  .\32xl\:m-9{
    margin: 2.25rem !important;
  }

  .\32xl\:m-10{
    margin: 2.5rem !important;
  }

  .\32xl\:m-11{
    margin: 2.75rem !important;
  }

  .\32xl\:m-12{
    margin: 3rem !important;
  }

  .\32xl\:m-14{
    margin: 3.5rem !important;
  }

  .\32xl\:m-16{
    margin: 4rem !important;
  }

  .\32xl\:m-20{
    margin: 5rem !important;
  }

  .\32xl\:m-24{
    margin: 6rem !important;
  }

  .\32xl\:m-28{
    margin: 7rem !important;
  }

  .\32xl\:m-32{
    margin: 8rem !important;
  }

  .\32xl\:m-36{
    margin: 9rem !important;
  }

  .\32xl\:m-40{
    margin: 10rem !important;
  }

  .\32xl\:m-44{
    margin: 11rem !important;
  }

  .\32xl\:m-48{
    margin: 12rem !important;
  }

  .\32xl\:m-52{
    margin: 13rem !important;
  }

  .\32xl\:m-56{
    margin: 14rem !important;
  }

  .\32xl\:m-60{
    margin: 15rem !important;
  }

  .\32xl\:m-64{
    margin: 16rem !important;
  }

  .\32xl\:m-72{
    margin: 18rem !important;
  }

  .\32xl\:m-80{
    margin: 20rem !important;
  }

  .\32xl\:m-96{
    margin: 24rem !important;
  }

  .\32xl\:m-auto{
    margin: auto !important;
  }

  .\32xl\:m-px{
    margin: 1px !important;
  }

  .\32xl\:m-0\.5{
    margin: 0.125rem !important;
  }

  .\32xl\:m-1\.5{
    margin: 0.375rem !important;
  }

  .\32xl\:m-2\.5{
    margin: 0.625rem !important;
  }

  .\32xl\:m-3\.5{
    margin: 0.875rem !important;
  }

  .\32xl\:-m-0{
    margin: 0px !important;
  }

  .\32xl\:-m-1{
    margin: -0.25rem !important;
  }

  .\32xl\:-m-2{
    margin: -0.5rem !important;
  }

  .\32xl\:-m-3{
    margin: -0.75rem !important;
  }

  .\32xl\:-m-4{
    margin: -1rem !important;
  }

  .\32xl\:-m-5{
    margin: -1.25rem !important;
  }

  .\32xl\:-m-6{
    margin: -1.5rem !important;
  }

  .\32xl\:-m-7{
    margin: -1.75rem !important;
  }

  .\32xl\:-m-8{
    margin: -2rem !important;
  }

  .\32xl\:-m-9{
    margin: -2.25rem !important;
  }

  .\32xl\:-m-10{
    margin: -2.5rem !important;
  }

  .\32xl\:-m-11{
    margin: -2.75rem !important;
  }

  .\32xl\:-m-12{
    margin: -3rem !important;
  }

  .\32xl\:-m-14{
    margin: -3.5rem !important;
  }

  .\32xl\:-m-16{
    margin: -4rem !important;
  }

  .\32xl\:-m-20{
    margin: -5rem !important;
  }

  .\32xl\:-m-24{
    margin: -6rem !important;
  }

  .\32xl\:-m-28{
    margin: -7rem !important;
  }

  .\32xl\:-m-32{
    margin: -8rem !important;
  }

  .\32xl\:-m-36{
    margin: -9rem !important;
  }

  .\32xl\:-m-40{
    margin: -10rem !important;
  }

  .\32xl\:-m-44{
    margin: -11rem !important;
  }

  .\32xl\:-m-48{
    margin: -12rem !important;
  }

  .\32xl\:-m-52{
    margin: -13rem !important;
  }

  .\32xl\:-m-56{
    margin: -14rem !important;
  }

  .\32xl\:-m-60{
    margin: -15rem !important;
  }

  .\32xl\:-m-64{
    margin: -16rem !important;
  }

  .\32xl\:-m-72{
    margin: -18rem !important;
  }

  .\32xl\:-m-80{
    margin: -20rem !important;
  }

  .\32xl\:-m-96{
    margin: -24rem !important;
  }

  .\32xl\:-m-px{
    margin: -1px !important;
  }

  .\32xl\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .\32xl\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .\32xl\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .\32xl\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .\32xl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .\32xl\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\32xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\32xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\32xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\32xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .\32xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\32xl\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .\32xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\32xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\32xl\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\32xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\32xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\32xl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\32xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\32xl\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .\32xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\32xl\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .\32xl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\32xl\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .\32xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\32xl\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .\32xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\32xl\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .\32xl\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\32xl\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .\32xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\32xl\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\32xl\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .\32xl\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\32xl\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .\32xl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .\32xl\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\32xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\32xl\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\32xl\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\32xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\32xl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\32xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\32xl\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .\32xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\32xl\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .\32xl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\32xl\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .\32xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\32xl\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .\32xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\32xl\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .\32xl\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\32xl\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .\32xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\32xl\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:mt-0{
    margin-top: 0px !important;
  }

  .\32xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .\32xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .\32xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .\32xl\:mt-4{
    margin-top: 1rem !important;
  }

  .\32xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .\32xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .\32xl\:mt-7{
    margin-top: 1.75rem !important;
  }

  .\32xl\:mt-8{
    margin-top: 2rem !important;
  }

  .\32xl\:mt-9{
    margin-top: 2.25rem !important;
  }

  .\32xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .\32xl\:mt-11{
    margin-top: 2.75rem !important;
  }

  .\32xl\:mt-12{
    margin-top: 3rem !important;
  }

  .\32xl\:mt-14{
    margin-top: 3.5rem !important;
  }

  .\32xl\:mt-16{
    margin-top: 4rem !important;
  }

  .\32xl\:mt-20{
    margin-top: 5rem !important;
  }

  .\32xl\:mt-24{
    margin-top: 6rem !important;
  }

  .\32xl\:mt-28{
    margin-top: 7rem !important;
  }

  .\32xl\:mt-32{
    margin-top: 8rem !important;
  }

  .\32xl\:mt-36{
    margin-top: 9rem !important;
  }

  .\32xl\:mt-40{
    margin-top: 10rem !important;
  }

  .\32xl\:mt-44{
    margin-top: 11rem !important;
  }

  .\32xl\:mt-48{
    margin-top: 12rem !important;
  }

  .\32xl\:mt-52{
    margin-top: 13rem !important;
  }

  .\32xl\:mt-56{
    margin-top: 14rem !important;
  }

  .\32xl\:mt-60{
    margin-top: 15rem !important;
  }

  .\32xl\:mt-64{
    margin-top: 16rem !important;
  }

  .\32xl\:mt-72{
    margin-top: 18rem !important;
  }

  .\32xl\:mt-80{
    margin-top: 20rem !important;
  }

  .\32xl\:mt-96{
    margin-top: 24rem !important;
  }

  .\32xl\:mt-auto{
    margin-top: auto !important;
  }

  .\32xl\:mt-px{
    margin-top: 1px !important;
  }

  .\32xl\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .\32xl\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .\32xl\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .\32xl\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .\32xl\:-mt-0{
    margin-top: 0px !important;
  }

  .\32xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .\32xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .\32xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .\32xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .\32xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .\32xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .\32xl\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .\32xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .\32xl\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .\32xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .\32xl\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .\32xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .\32xl\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .\32xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .\32xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .\32xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .\32xl\:-mt-28{
    margin-top: -7rem !important;
  }

  .\32xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .\32xl\:-mt-36{
    margin-top: -9rem !important;
  }

  .\32xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .\32xl\:-mt-44{
    margin-top: -11rem !important;
  }

  .\32xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .\32xl\:-mt-52{
    margin-top: -13rem !important;
  }

  .\32xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .\32xl\:-mt-60{
    margin-top: -15rem !important;
  }

  .\32xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .\32xl\:-mt-72{
    margin-top: -18rem !important;
  }

  .\32xl\:-mt-80{
    margin-top: -20rem !important;
  }

  .\32xl\:-mt-96{
    margin-top: -24rem !important;
  }

  .\32xl\:-mt-px{
    margin-top: -1px !important;
  }

  .\32xl\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .\32xl\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .\32xl\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .\32xl\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .\32xl\:mr-0{
    margin-right: 0px !important;
  }

  .\32xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .\32xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .\32xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .\32xl\:mr-4{
    margin-right: 1rem !important;
  }

  .\32xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .\32xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .\32xl\:mr-7{
    margin-right: 1.75rem !important;
  }

  .\32xl\:mr-8{
    margin-right: 2rem !important;
  }

  .\32xl\:mr-9{
    margin-right: 2.25rem !important;
  }

  .\32xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .\32xl\:mr-11{
    margin-right: 2.75rem !important;
  }

  .\32xl\:mr-12{
    margin-right: 3rem !important;
  }

  .\32xl\:mr-14{
    margin-right: 3.5rem !important;
  }

  .\32xl\:mr-16{
    margin-right: 4rem !important;
  }

  .\32xl\:mr-20{
    margin-right: 5rem !important;
  }

  .\32xl\:mr-24{
    margin-right: 6rem !important;
  }

  .\32xl\:mr-28{
    margin-right: 7rem !important;
  }

  .\32xl\:mr-32{
    margin-right: 8rem !important;
  }

  .\32xl\:mr-36{
    margin-right: 9rem !important;
  }

  .\32xl\:mr-40{
    margin-right: 10rem !important;
  }

  .\32xl\:mr-44{
    margin-right: 11rem !important;
  }

  .\32xl\:mr-48{
    margin-right: 12rem !important;
  }

  .\32xl\:mr-52{
    margin-right: 13rem !important;
  }

  .\32xl\:mr-56{
    margin-right: 14rem !important;
  }

  .\32xl\:mr-60{
    margin-right: 15rem !important;
  }

  .\32xl\:mr-64{
    margin-right: 16rem !important;
  }

  .\32xl\:mr-72{
    margin-right: 18rem !important;
  }

  .\32xl\:mr-80{
    margin-right: 20rem !important;
  }

  .\32xl\:mr-96{
    margin-right: 24rem !important;
  }

  .\32xl\:mr-auto{
    margin-right: auto !important;
  }

  .\32xl\:mr-px{
    margin-right: 1px !important;
  }

  .\32xl\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .\32xl\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .\32xl\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .\32xl\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .\32xl\:-mr-0{
    margin-right: 0px !important;
  }

  .\32xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .\32xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .\32xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .\32xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .\32xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .\32xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .\32xl\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .\32xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .\32xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .\32xl\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .\32xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .\32xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .\32xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .\32xl\:-mr-28{
    margin-right: -7rem !important;
  }

  .\32xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .\32xl\:-mr-36{
    margin-right: -9rem !important;
  }

  .\32xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .\32xl\:-mr-44{
    margin-right: -11rem !important;
  }

  .\32xl\:-mr-48{
    margin-right: -12rem !important;
  }

  .\32xl\:-mr-52{
    margin-right: -13rem !important;
  }

  .\32xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .\32xl\:-mr-60{
    margin-right: -15rem !important;
  }

  .\32xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .\32xl\:-mr-72{
    margin-right: -18rem !important;
  }

  .\32xl\:-mr-80{
    margin-right: -20rem !important;
  }

  .\32xl\:-mr-96{
    margin-right: -24rem !important;
  }

  .\32xl\:-mr-px{
    margin-right: -1px !important;
  }

  .\32xl\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .\32xl\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .\32xl\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .\32xl\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .\32xl\:mb-0{
    margin-bottom: 0px !important;
  }

  .\32xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .\32xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .\32xl\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .\32xl\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .\32xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .\32xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .\32xl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .\32xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .\32xl\:mb-36{
    margin-bottom: 9rem !important;
  }

  .\32xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .\32xl\:mb-44{
    margin-bottom: 11rem !important;
  }

  .\32xl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .\32xl\:mb-52{
    margin-bottom: 13rem !important;
  }

  .\32xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .\32xl\:mb-60{
    margin-bottom: 15rem !important;
  }

  .\32xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .\32xl\:mb-72{
    margin-bottom: 18rem !important;
  }

  .\32xl\:mb-80{
    margin-bottom: 20rem !important;
  }

  .\32xl\:mb-96{
    margin-bottom: 24rem !important;
  }

  .\32xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .\32xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .\32xl\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .\32xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .\32xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .\32xl\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .\32xl\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .\32xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .\32xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .\32xl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .\32xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .\32xl\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .\32xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .\32xl\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .\32xl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .\32xl\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .\32xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .\32xl\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .\32xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .\32xl\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .\32xl\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .\32xl\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .\32xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .\32xl\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:ml-0{
    margin-left: 0px !important;
  }

  .\32xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .\32xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .\32xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .\32xl\:ml-4{
    margin-left: 1rem !important;
  }

  .\32xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .\32xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .\32xl\:ml-7{
    margin-left: 1.75rem !important;
  }

  .\32xl\:ml-8{
    margin-left: 2rem !important;
  }

  .\32xl\:ml-9{
    margin-left: 2.25rem !important;
  }

  .\32xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .\32xl\:ml-11{
    margin-left: 2.75rem !important;
  }

  .\32xl\:ml-12{
    margin-left: 3rem !important;
  }

  .\32xl\:ml-14{
    margin-left: 3.5rem !important;
  }

  .\32xl\:ml-16{
    margin-left: 4rem !important;
  }

  .\32xl\:ml-20{
    margin-left: 5rem !important;
  }

  .\32xl\:ml-24{
    margin-left: 6rem !important;
  }

  .\32xl\:ml-28{
    margin-left: 7rem !important;
  }

  .\32xl\:ml-32{
    margin-left: 8rem !important;
  }

  .\32xl\:ml-36{
    margin-left: 9rem !important;
  }

  .\32xl\:ml-40{
    margin-left: 10rem !important;
  }

  .\32xl\:ml-44{
    margin-left: 11rem !important;
  }

  .\32xl\:ml-48{
    margin-left: 12rem !important;
  }

  .\32xl\:ml-52{
    margin-left: 13rem !important;
  }

  .\32xl\:ml-56{
    margin-left: 14rem !important;
  }

  .\32xl\:ml-60{
    margin-left: 15rem !important;
  }

  .\32xl\:ml-64{
    margin-left: 16rem !important;
  }

  .\32xl\:ml-72{
    margin-left: 18rem !important;
  }

  .\32xl\:ml-80{
    margin-left: 20rem !important;
  }

  .\32xl\:ml-96{
    margin-left: 24rem !important;
  }

  .\32xl\:ml-auto{
    margin-left: auto !important;
  }

  .\32xl\:ml-px{
    margin-left: 1px !important;
  }

  .\32xl\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .\32xl\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .\32xl\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .\32xl\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .\32xl\:-ml-0{
    margin-left: 0px !important;
  }

  .\32xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .\32xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .\32xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .\32xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .\32xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .\32xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .\32xl\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .\32xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .\32xl\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .\32xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .\32xl\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .\32xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .\32xl\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .\32xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .\32xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .\32xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .\32xl\:-ml-28{
    margin-left: -7rem !important;
  }

  .\32xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .\32xl\:-ml-36{
    margin-left: -9rem !important;
  }

  .\32xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .\32xl\:-ml-44{
    margin-left: -11rem !important;
  }

  .\32xl\:-ml-48{
    margin-left: -12rem !important;
  }

  .\32xl\:-ml-52{
    margin-left: -13rem !important;
  }

  .\32xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .\32xl\:-ml-60{
    margin-left: -15rem !important;
  }

  .\32xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .\32xl\:-ml-72{
    margin-left: -18rem !important;
  }

  .\32xl\:-ml-80{
    margin-left: -20rem !important;
  }

  .\32xl\:-ml-96{
    margin-left: -24rem !important;
  }

  .\32xl\:-ml-px{
    margin-left: -1px !important;
  }

  .\32xl\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .\32xl\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .\32xl\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .\32xl\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .\32xl\:box-border{
    box-sizing: border-box !important;
  }

  .\32xl\:box-content{
    box-sizing: content-box !important;
  }

  .\32xl\:block{
    display: block !important;
  }

  .\32xl\:inline-block{
    display: inline-block !important;
  }

  .\32xl\:inline{
    display: inline !important;
  }

  .\32xl\:flex{
    display: flex !important;
  }

  .\32xl\:inline-flex{
    display: inline-flex !important;
  }

  .\32xl\:table{
    display: table !important;
  }

  .\32xl\:inline-table{
    display: inline-table !important;
  }

  .\32xl\:table-caption{
    display: table-caption !important;
  }

  .\32xl\:table-cell{
    display: table-cell !important;
  }

  .\32xl\:table-column{
    display: table-column !important;
  }

  .\32xl\:table-column-group{
    display: table-column-group !important;
  }

  .\32xl\:table-footer-group{
    display: table-footer-group !important;
  }

  .\32xl\:table-header-group{
    display: table-header-group !important;
  }

  .\32xl\:table-row-group{
    display: table-row-group !important;
  }

  .\32xl\:table-row{
    display: table-row !important;
  }

  .\32xl\:flow-root{
    display: flow-root !important;
  }

  .\32xl\:grid{
    display: grid !important;
  }

  .\32xl\:inline-grid{
    display: inline-grid !important;
  }

  .\32xl\:contents{
    display: contents !important;
  }

  .\32xl\:list-item{
    display: list-item !important;
  }

  .\32xl\:hidden{
    display: none !important;
  }

  .\32xl\:h-0{
    height: 0px !important;
  }

  .\32xl\:h-1{
    height: 0.25rem !important;
  }

  .\32xl\:h-2{
    height: 0.5rem !important;
  }

  .\32xl\:h-3{
    height: 0.75rem !important;
  }

  .\32xl\:h-4{
    height: 1rem !important;
  }

  .\32xl\:h-5{
    height: 1.25rem !important;
  }

  .\32xl\:h-6{
    height: 1.5rem !important;
  }

  .\32xl\:h-7{
    height: 1.75rem !important;
  }

  .\32xl\:h-8{
    height: 2rem !important;
  }

  .\32xl\:h-9{
    height: 2.25rem !important;
  }

  .\32xl\:h-10{
    height: 2.5rem !important;
  }

  .\32xl\:h-11{
    height: 2.75rem !important;
  }

  .\32xl\:h-12{
    height: 3rem !important;
  }

  .\32xl\:h-14{
    height: 3.5rem !important;
  }

  .\32xl\:h-16{
    height: 4rem !important;
  }

  .\32xl\:h-20{
    height: 5rem !important;
  }

  .\32xl\:h-24{
    height: 6rem !important;
  }

  .\32xl\:h-28{
    height: 7rem !important;
  }

  .\32xl\:h-32{
    height: 8rem !important;
  }

  .\32xl\:h-36{
    height: 9rem !important;
  }

  .\32xl\:h-40{
    height: 10rem !important;
  }

  .\32xl\:h-44{
    height: 11rem !important;
  }

  .\32xl\:h-48{
    height: 12rem !important;
  }

  .\32xl\:h-52{
    height: 13rem !important;
  }

  .\32xl\:h-56{
    height: 14rem !important;
  }

  .\32xl\:h-60{
    height: 15rem !important;
  }

  .\32xl\:h-64{
    height: 16rem !important;
  }

  .\32xl\:h-72{
    height: 18rem !important;
  }

  .\32xl\:h-80{
    height: 20rem !important;
  }

  .\32xl\:h-96{
    height: 24rem !important;
  }

  .\32xl\:h-auto{
    height: auto !important;
  }

  .\32xl\:h-px{
    height: 1px !important;
  }

  .\32xl\:h-0\.5{
    height: 0.125rem !important;
  }

  .\32xl\:h-1\.5{
    height: 0.375rem !important;
  }

  .\32xl\:h-2\.5{
    height: 0.625rem !important;
  }

  .\32xl\:h-3\.5{
    height: 0.875rem !important;
  }

  .\32xl\:h-1\/2{
    height: 50% !important;
  }

  .\32xl\:h-1\/3{
    height: 33.333333% !important;
  }

  .\32xl\:h-2\/3{
    height: 66.666667% !important;
  }

  .\32xl\:h-1\/4{
    height: 25% !important;
  }

  .\32xl\:h-2\/4{
    height: 50% !important;
  }

  .\32xl\:h-3\/4{
    height: 75% !important;
  }

  .\32xl\:h-1\/5{
    height: 20% !important;
  }

  .\32xl\:h-2\/5{
    height: 40% !important;
  }

  .\32xl\:h-3\/5{
    height: 60% !important;
  }

  .\32xl\:h-4\/5{
    height: 80% !important;
  }

  .\32xl\:h-1\/6{
    height: 16.666667% !important;
  }

  .\32xl\:h-2\/6{
    height: 33.333333% !important;
  }

  .\32xl\:h-3\/6{
    height: 50% !important;
  }

  .\32xl\:h-4\/6{
    height: 66.666667% !important;
  }

  .\32xl\:h-5\/6{
    height: 83.333333% !important;
  }

  .\32xl\:h-full{
    height: 100% !important;
  }

  .\32xl\:h-screen{
    height: 100vh !important;
  }

  .\32xl\:max-h-0{
    max-height: 0px !important;
  }

  .\32xl\:max-h-1{
    max-height: 0.25rem !important;
  }

  .\32xl\:max-h-2{
    max-height: 0.5rem !important;
  }

  .\32xl\:max-h-3{
    max-height: 0.75rem !important;
  }

  .\32xl\:max-h-4{
    max-height: 1rem !important;
  }

  .\32xl\:max-h-5{
    max-height: 1.25rem !important;
  }

  .\32xl\:max-h-6{
    max-height: 1.5rem !important;
  }

  .\32xl\:max-h-7{
    max-height: 1.75rem !important;
  }

  .\32xl\:max-h-8{
    max-height: 2rem !important;
  }

  .\32xl\:max-h-9{
    max-height: 2.25rem !important;
  }

  .\32xl\:max-h-10{
    max-height: 2.5rem !important;
  }

  .\32xl\:max-h-11{
    max-height: 2.75rem !important;
  }

  .\32xl\:max-h-12{
    max-height: 3rem !important;
  }

  .\32xl\:max-h-14{
    max-height: 3.5rem !important;
  }

  .\32xl\:max-h-16{
    max-height: 4rem !important;
  }

  .\32xl\:max-h-20{
    max-height: 5rem !important;
  }

  .\32xl\:max-h-24{
    max-height: 6rem !important;
  }

  .\32xl\:max-h-28{
    max-height: 7rem !important;
  }

  .\32xl\:max-h-32{
    max-height: 8rem !important;
  }

  .\32xl\:max-h-36{
    max-height: 9rem !important;
  }

  .\32xl\:max-h-40{
    max-height: 10rem !important;
  }

  .\32xl\:max-h-44{
    max-height: 11rem !important;
  }

  .\32xl\:max-h-48{
    max-height: 12rem !important;
  }

  .\32xl\:max-h-52{
    max-height: 13rem !important;
  }

  .\32xl\:max-h-56{
    max-height: 14rem !important;
  }

  .\32xl\:max-h-60{
    max-height: 15rem !important;
  }

  .\32xl\:max-h-64{
    max-height: 16rem !important;
  }

  .\32xl\:max-h-72{
    max-height: 18rem !important;
  }

  .\32xl\:max-h-80{
    max-height: 20rem !important;
  }

  .\32xl\:max-h-96{
    max-height: 24rem !important;
  }

  .\32xl\:max-h-px{
    max-height: 1px !important;
  }

  .\32xl\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .\32xl\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .\32xl\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .\32xl\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .\32xl\:max-h-full{
    max-height: 100% !important;
  }

  .\32xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .\32xl\:min-h-100{
    min-height: 100px !important;
  }

  .\32xl\:w-0{
    width: 0px !important;
  }

  .\32xl\:w-1{
    width: 0.25rem !important;
  }

  .\32xl\:w-2{
    width: 0.5rem !important;
  }

  .\32xl\:w-3{
    width: 0.75rem !important;
  }

  .\32xl\:w-4{
    width: 1rem !important;
  }

  .\32xl\:w-5{
    width: 1.25rem !important;
  }

  .\32xl\:w-6{
    width: 1.5rem !important;
  }

  .\32xl\:w-7{
    width: 1.75rem !important;
  }

  .\32xl\:w-8{
    width: 2rem !important;
  }

  .\32xl\:w-9{
    width: 2.25rem !important;
  }

  .\32xl\:w-10{
    width: 2.5rem !important;
  }

  .\32xl\:w-11{
    width: 2.75rem !important;
  }

  .\32xl\:w-12{
    width: 3rem !important;
  }

  .\32xl\:w-14{
    width: 3.5rem !important;
  }

  .\32xl\:w-16{
    width: 4rem !important;
  }

  .\32xl\:w-20{
    width: 5rem !important;
  }

  .\32xl\:w-24{
    width: 6rem !important;
  }

  .\32xl\:w-28{
    width: 7rem !important;
  }

  .\32xl\:w-32{
    width: 8rem !important;
  }

  .\32xl\:w-36{
    width: 9rem !important;
  }

  .\32xl\:w-40{
    width: 10rem !important;
  }

  .\32xl\:w-44{
    width: 11rem !important;
  }

  .\32xl\:w-48{
    width: 12rem !important;
  }

  .\32xl\:w-52{
    width: 13rem !important;
  }

  .\32xl\:w-56{
    width: 14rem !important;
  }

  .\32xl\:w-60{
    width: 15rem !important;
  }

  .\32xl\:w-64{
    width: 16rem !important;
  }

  .\32xl\:w-72{
    width: 18rem !important;
  }

  .\32xl\:w-80{
    width: 20rem !important;
  }

  .\32xl\:w-96{
    width: 24rem !important;
  }

  .\32xl\:w-auto{
    width: auto !important;
  }

  .\32xl\:w-px{
    width: 1px !important;
  }

  .\32xl\:w-0\.5{
    width: 0.125rem !important;
  }

  .\32xl\:w-1\.5{
    width: 0.375rem !important;
  }

  .\32xl\:w-2\.5{
    width: 0.625rem !important;
  }

  .\32xl\:w-3\.5{
    width: 0.875rem !important;
  }

  .\32xl\:w-1\/2{
    width: 50% !important;
  }

  .\32xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .\32xl\:w-2\/3{
    width: 66.666667% !important;
  }

  .\32xl\:w-1\/4{
    width: 25% !important;
  }

  .\32xl\:w-2\/4{
    width: 50% !important;
  }

  .\32xl\:w-3\/4{
    width: 75% !important;
  }

  .\32xl\:w-1\/5{
    width: 20% !important;
  }

  .\32xl\:w-2\/5{
    width: 40% !important;
  }

  .\32xl\:w-3\/5{
    width: 60% !important;
  }

  .\32xl\:w-4\/5{
    width: 80% !important;
  }

  .\32xl\:w-1\/6{
    width: 16.666667% !important;
  }

  .\32xl\:w-2\/6{
    width: 33.333333% !important;
  }

  .\32xl\:w-3\/6{
    width: 50% !important;
  }

  .\32xl\:w-4\/6{
    width: 66.666667% !important;
  }

  .\32xl\:w-5\/6{
    width: 83.333333% !important;
  }

  .\32xl\:w-1\/12{
    width: 8.333333% !important;
  }

  .\32xl\:w-2\/12{
    width: 16.666667% !important;
  }

  .\32xl\:w-3\/12{
    width: 25% !important;
  }

  .\32xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .\32xl\:w-5\/12{
    width: 41.666667% !important;
  }

  .\32xl\:w-6\/12{
    width: 50% !important;
  }

  .\32xl\:w-7\/12{
    width: 58.333333% !important;
  }

  .\32xl\:w-8\/12{
    width: 66.666667% !important;
  }

  .\32xl\:w-9\/12{
    width: 75% !important;
  }

  .\32xl\:w-10\/12{
    width: 83.333333% !important;
  }

  .\32xl\:w-11\/12{
    width: 91.666667% !important;
  }

  .\32xl\:w-full{
    width: 100% !important;
  }

  .\32xl\:w-screen{
    width: 100vw !important;
  }

  .\32xl\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\32xl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\32xl\:min-w-60{
    min-width: 60px !important;
  }

  .\32xl\:max-w-0{
    max-width: 0rem !important;
  }

  .\32xl\:max-w-none{
    max-width: none !important;
  }

  .\32xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .\32xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .\32xl\:max-w-md{
    max-width: 28rem !important;
  }

  .\32xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .\32xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .\32xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .\32xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .\32xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .\32xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .\32xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .\32xl\:max-w-7xl{
    max-width: 80rem !important;
  }

  .\32xl\:max-w-full{
    max-width: 100% !important;
  }

  .\32xl\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\32xl\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\32xl\:max-w-prose{
    max-width: 65ch !important;
  }

  .\32xl\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .\32xl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .\32xl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .\32xl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .\32xl\:max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .\32xl\:flex-1{
    flex: 1 1 0% !important;
  }

  .\32xl\:flex-auto{
    flex: 1 1 auto !important;
  }

  .\32xl\:flex-initial{
    flex: 0 1 auto !important;
  }

  .\32xl\:flex-none{
    flex: none !important;
  }

  .\32xl\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .\32xl\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .\32xl\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .\32xl\:flex-grow{
    flex-grow: 1 !important;
  }

  .\32xl\:table-auto{
    table-layout: auto !important;
  }

  .\32xl\:table-fixed{
    table-layout: fixed !important;
  }

  .\32xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .\32xl\:border-separate{
    border-collapse: separate !important;
  }

  .\32xl\:origin-center{
    transform-origin: center !important;
  }

  .\32xl\:origin-top{
    transform-origin: top !important;
  }

  .\32xl\:origin-top-right{
    transform-origin: top right !important;
  }

  .\32xl\:origin-right{
    transform-origin: right !important;
  }

  .\32xl\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .\32xl\:origin-bottom{
    transform-origin: bottom !important;
  }

  .\32xl\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .\32xl\:origin-left{
    transform-origin: left !important;
  }

  .\32xl\:origin-top-left{
    transform-origin: top left !important;
  }

  .\32xl\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:transform-none{
    transform: none !important;
  }

  .\32xl\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .\32xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .\32xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .\32xl\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .\32xl\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .\32xl\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .\32xl\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .\32xl\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .\32xl\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .\32xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .\32xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .\32xl\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .\32xl\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .\32xl\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .\32xl\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .\32xl\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .\32xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .\32xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .\32xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .\32xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .\32xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .\32xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .\32xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .\32xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .\32xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .\32xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .\32xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .\32xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .\32xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .\32xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .\32xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .\32xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .\32xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .\32xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .\32xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .\32xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .\32xl\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .\32xl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .\32xl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .\32xl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .\32xl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .\32xl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .\32xl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .\32xl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .\32xl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .\32xl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .\32xl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .\32xl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .\32xl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .\32xl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .\32xl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .\32xl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .\32xl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .\32xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .\32xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .\32xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .\32xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .\32xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .\32xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .\32xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .\32xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .\32xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .\32xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .\32xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .\32xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .\32xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .\32xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .\32xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .\32xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .\32xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .\32xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .\32xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .\32xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .\32xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .\32xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .\32xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .\32xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .\32xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .\32xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .\32xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .\32xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .\32xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .\32xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .\32xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .\32xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .\32xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .\32xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .\32xl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .\32xl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .\32xl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .\32xl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .\32xl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .\32xl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .\32xl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .\32xl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .\32xl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .\32xl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .\32xl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .\32xl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .\32xl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .\32xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .\32xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .\32xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .\32xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .\32xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .\32xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .\32xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .\32xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .\32xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .\32xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .\32xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .\32xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .\32xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .\32xl\:cursor-auto{
    cursor: auto !important;
  }

  .\32xl\:cursor-default{
    cursor: default !important;
  }

  .\32xl\:cursor-pointer{
    cursor: pointer !important;
  }

  .\32xl\:cursor-wait{
    cursor: wait !important;
  }

  .\32xl\:cursor-text{
    cursor: text !important;
  }

  .\32xl\:cursor-move{
    cursor: move !important;
  }

  .\32xl\:cursor-help{
    cursor: help !important;
  }

  .\32xl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .\32xl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\32xl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\32xl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .\32xl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\32xl\:resize-none{
    resize: none !important;
  }

  .\32xl\:resize-y{
    resize: vertical !important;
  }

  .\32xl\:resize-x{
    resize: horizontal !important;
  }

  .\32xl\:resize{
    resize: both !important;
  }

  .\32xl\:list-inside{
    list-style-position: inside !important;
  }

  .\32xl\:list-outside{
    list-style-position: outside !important;
  }

  .\32xl\:list-none{
    list-style-type: none !important;
  }

  .\32xl\:list-disc{
    list-style-type: disc !important;
  }

  .\32xl\:list-decimal{
    list-style-type: decimal !important;
  }

  .\32xl\:list-square{
    list-style-type: square !important;
  }

  .\32xl\:list-roman{
    list-style-type: upper-roman !important;
  }

  .\32xl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\32xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .\32xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\32xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\32xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\32xl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .\32xl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .\32xl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .\32xl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .\32xl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .\32xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\32xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\32xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\32xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .\32xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .\32xl\:flex-row{
    flex-direction: row !important;
  }

  .\32xl\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .\32xl\:flex-col{
    flex-direction: column !important;
  }

  .\32xl\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .\32xl\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .\32xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .\32xl\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .\32xl\:place-content-center{
    place-content: center !important;
  }

  .\32xl\:place-content-start{
    place-content: start !important;
  }

  .\32xl\:place-content-end{
    place-content: end !important;
  }

  .\32xl\:place-content-between{
    place-content: space-between !important;
  }

  .\32xl\:place-content-around{
    place-content: space-around !important;
  }

  .\32xl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .\32xl\:place-content-stretch{
    place-content: stretch !important;
  }

  .\32xl\:place-items-start{
    place-items: start !important;
  }

  .\32xl\:place-items-end{
    place-items: end !important;
  }

  .\32xl\:place-items-center{
    place-items: center !important;
  }

  .\32xl\:place-items-stretch{
    place-items: stretch !important;
  }

  .\32xl\:content-center{
    align-content: center !important;
  }

  .\32xl\:content-start{
    align-content: flex-start !important;
  }

  .\32xl\:content-end{
    align-content: flex-end !important;
  }

  .\32xl\:content-between{
    align-content: space-between !important;
  }

  .\32xl\:content-around{
    align-content: space-around !important;
  }

  .\32xl\:content-evenly{
    align-content: space-evenly !important;
  }

  .\32xl\:items-start{
    align-items: flex-start !important;
  }

  .\32xl\:items-end{
    align-items: flex-end !important;
  }

  .\32xl\:items-center{
    align-items: center !important;
  }

  .\32xl\:items-baseline{
    align-items: baseline !important;
  }

  .\32xl\:items-stretch{
    align-items: stretch !important;
  }

  .\32xl\:justify-start{
    justify-content: flex-start !important;
  }

  .\32xl\:justify-end{
    justify-content: flex-end !important;
  }

  .\32xl\:justify-center{
    justify-content: center !important;
  }

  .\32xl\:justify-between{
    justify-content: space-between !important;
  }

  .\32xl\:justify-around{
    justify-content: space-around !important;
  }

  .\32xl\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .\32xl\:justify-items-start{
    justify-items: start !important;
  }

  .\32xl\:justify-items-end{
    justify-items: end !important;
  }

  .\32xl\:justify-items-center{
    justify-items: center !important;
  }

  .\32xl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .\32xl\:gap-0{
    gap: 0px !important;
  }

  .\32xl\:gap-1{
    gap: 0.25rem !important;
  }

  .\32xl\:gap-2{
    gap: 0.5rem !important;
  }

  .\32xl\:gap-3{
    gap: 0.75rem !important;
  }

  .\32xl\:gap-4{
    gap: 1rem !important;
  }

  .\32xl\:gap-5{
    gap: 1.25rem !important;
  }

  .\32xl\:gap-6{
    gap: 1.5rem !important;
  }

  .\32xl\:gap-7{
    gap: 1.75rem !important;
  }

  .\32xl\:gap-8{
    gap: 2rem !important;
  }

  .\32xl\:gap-9{
    gap: 2.25rem !important;
  }

  .\32xl\:gap-10{
    gap: 2.5rem !important;
  }

  .\32xl\:gap-11{
    gap: 2.75rem !important;
  }

  .\32xl\:gap-12{
    gap: 3rem !important;
  }

  .\32xl\:gap-14{
    gap: 3.5rem !important;
  }

  .\32xl\:gap-16{
    gap: 4rem !important;
  }

  .\32xl\:gap-20{
    gap: 5rem !important;
  }

  .\32xl\:gap-24{
    gap: 6rem !important;
  }

  .\32xl\:gap-28{
    gap: 7rem !important;
  }

  .\32xl\:gap-32{
    gap: 8rem !important;
  }

  .\32xl\:gap-36{
    gap: 9rem !important;
  }

  .\32xl\:gap-40{
    gap: 10rem !important;
  }

  .\32xl\:gap-44{
    gap: 11rem !important;
  }

  .\32xl\:gap-48{
    gap: 12rem !important;
  }

  .\32xl\:gap-52{
    gap: 13rem !important;
  }

  .\32xl\:gap-56{
    gap: 14rem !important;
  }

  .\32xl\:gap-60{
    gap: 15rem !important;
  }

  .\32xl\:gap-64{
    gap: 16rem !important;
  }

  .\32xl\:gap-72{
    gap: 18rem !important;
  }

  .\32xl\:gap-80{
    gap: 20rem !important;
  }

  .\32xl\:gap-96{
    gap: 24rem !important;
  }

  .\32xl\:gap-px{
    gap: 1px !important;
  }

  .\32xl\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .\32xl\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .\32xl\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .\32xl\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .\32xl\:gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .\32xl\:gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl\:gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl\:gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl\:gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .\32xl\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl\:gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .\32xl\:gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl\:gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl\:gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl\:gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl\:gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl\:gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl\:gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\32xl\:gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl\:gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .\32xl\:gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl\:gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\32xl\:gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .\32xl\:gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl\:gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .\32xl\:gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl\:gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .\32xl\:gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .\32xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\32xl\:gap-y-0{
    row-gap: 0px !important;
  }

  .\32xl\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .\32xl\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .\32xl\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .\32xl\:gap-y-4{
    row-gap: 1rem !important;
  }

  .\32xl\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .\32xl\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .\32xl\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .\32xl\:gap-y-8{
    row-gap: 2rem !important;
  }

  .\32xl\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .\32xl\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .\32xl\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .\32xl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .\32xl\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .\32xl\:gap-y-16{
    row-gap: 4rem !important;
  }

  .\32xl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .\32xl\:gap-y-24{
    row-gap: 6rem !important;
  }

  .\32xl\:gap-y-28{
    row-gap: 7rem !important;
  }

  .\32xl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .\32xl\:gap-y-36{
    row-gap: 9rem !important;
  }

  .\32xl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .\32xl\:gap-y-44{
    row-gap: 11rem !important;
  }

  .\32xl\:gap-y-48{
    row-gap: 12rem !important;
  }

  .\32xl\:gap-y-52{
    row-gap: 13rem !important;
  }

  .\32xl\:gap-y-56{
    row-gap: 14rem !important;
  }

  .\32xl\:gap-y-60{
    row-gap: 15rem !important;
  }

  .\32xl\:gap-y-64{
    row-gap: 16rem !important;
  }

  .\32xl\:gap-y-72{
    row-gap: 18rem !important;
  }

  .\32xl\:gap-y-80{
    row-gap: 20rem !important;
  }

  .\32xl\:gap-y-96{
    row-gap: 24rem !important;
  }

  .\32xl\:gap-y-px{
    row-gap: 1px !important;
  }

  .\32xl\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .\32xl\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .\32xl\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .\32xl\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .\32xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blackLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:divide-redDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-ghostWhite > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .\32xl\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:divide-blue-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:divide-blue-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:divide-black-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black-650 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000040 !important;
  }

  .\32xl\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000066 !important;
  }

  .\32xl\:divide-black-750 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000080 !important;
  }

  .\32xl\:divide-black-800 > :not([hidden]) ~ :not([hidden]){
    border-color: #00000099 !important;
  }

  .\32xl\:divide-black-850 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000B3 !important;
  }

  .\32xl\:divide-black-900 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000CC !important;
  }

  .\32xl\:divide-black-950 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000E6 !important;
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-150 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-250 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-redlight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:divide-grayLight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-grayDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-borderDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-whiteLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:divide-secondaryLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:divide-borderLight > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:divide-secondaryDark > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:divide-blackDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black50 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B80 !important;
  }

  .\32xl\:divide-borderGray > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B67 !important;
  }

  .\32xl\:divide-borderModal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-modalbg > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:divide-black80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:divide-black90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:divide-warning > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-inputDark > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3BCB !important;
  }

  .\32xl\:divide-black30 > :not([hidden]) ~ :not([hidden]){
    border-color: #0000004D !important;
  }

  .\32xl\:divide-select > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B41 !important;
  }

  .\32xl\:divide-darkBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-borderBlack > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-black95 > :not([hidden]) ~ :not([hidden]){
    border-color: #000000F2 !important;
  }

  .\32xl\:divide-blackLight25 > :not([hidden]) ~ :not([hidden]){
    border-color: #2A2C3B40 !important;
  }

  .\32xl\:divide-bGraylight > :not([hidden]) ~ :not([hidden]){
    border-color: #70707027 !important;
  }

  .\32xl\:divide-lightGray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lightRed > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-maroon > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-footerDark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-alert > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .\32xl\:place-self-auto{
    place-self: auto !important;
  }

  .\32xl\:place-self-start{
    place-self: start !important;
  }

  .\32xl\:place-self-end{
    place-self: end !important;
  }

  .\32xl\:place-self-center{
    place-self: center !important;
  }

  .\32xl\:place-self-stretch{
    place-self: stretch !important;
  }

  .\32xl\:self-auto{
    align-self: auto !important;
  }

  .\32xl\:self-start{
    align-self: flex-start !important;
  }

  .\32xl\:self-end{
    align-self: flex-end !important;
  }

  .\32xl\:self-center{
    align-self: center !important;
  }

  .\32xl\:self-stretch{
    align-self: stretch !important;
  }

  .\32xl\:self-baseline{
    align-self: baseline !important;
  }

  .\32xl\:justify-self-auto{
    justify-self: auto !important;
  }

  .\32xl\:justify-self-start{
    justify-self: start !important;
  }

  .\32xl\:justify-self-end{
    justify-self: end !important;
  }

  .\32xl\:justify-self-center{
    justify-self: center !important;
  }

  .\32xl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .\32xl\:overflow-auto{
    overflow: auto !important;
  }

  .\32xl\:overflow-hidden{
    overflow: hidden !important;
  }

  .\32xl\:overflow-visible{
    overflow: visible !important;
  }

  .\32xl\:overflow-scroll{
    overflow: scroll !important;
  }

  .\32xl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .\32xl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .\32xl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .\32xl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .\32xl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .\32xl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .\32xl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .\32xl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .\32xl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\32xl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\32xl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\32xl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .\32xl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .\32xl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .\32xl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .\32xl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .\32xl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .\32xl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\32xl\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .\32xl\:overflow-clip{
    text-overflow: clip !important;
  }

  .\32xl\:whitespace-normal{
    white-space: normal !important;
  }

  .\32xl\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .\32xl\:whitespace-pre{
    white-space: pre !important;
  }

  .\32xl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .\32xl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .\32xl\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\32xl\:break-words{
    overflow-wrap: break-word !important;
  }

  .\32xl\:break-all{
    word-break: break-all !important;
  }

  .\32xl\:rounded-none{
    border-radius: 0 !important;
  }

  .\32xl\:rounded-xs{
    border-radius: 2px !important;
  }

  .\32xl\:rounded-sm{
    border-radius: 4px !important;
  }

  .\32xl\:rounded{
    border-radius: 4px !important;
  }

  .\32xl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .\32xl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .\32xl\:rounded-full{
    border-radius: 9999px !important;
  }

  .\32xl\:rounded-large{
    border-radius: 12px !important;
  }

  .\32xl\:rounded-3xl{
    border-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-none:hover{
    border-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-xs:hover{
    border-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-sm:hover{
    border-radius: 4px !important;
  }

  .\32xl\:hover\:rounded:hover{
    border-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-md:hover{
    border-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-lg:hover{
    border-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-full:hover{
    border-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-large:hover{
    border-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-3xl:hover{
    border-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-none:focus{
    border-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-xs:focus{
    border-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-sm:focus{
    border-radius: 4px !important;
  }

  .\32xl\:focus\:rounded:focus{
    border-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-md:focus{
    border-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-lg:focus{
    border-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-full:focus{
    border-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-large:focus{
    border-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-3xl:focus{
    border-radius: 20px !important;
  }

  .\32xl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .\32xl\:rounded-t-xs{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .\32xl\:rounded-t-sm{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .\32xl\:rounded-t{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .\32xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-t-large{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .\32xl\:rounded-t-3xl{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .\32xl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:rounded-r-xs{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .\32xl\:rounded-r-sm{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:rounded-r{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-r-large{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .\32xl\:rounded-r-3xl{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .\32xl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:rounded-b-xs{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:rounded-b-sm{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:rounded-b{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-b-large{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:rounded-b-3xl{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:rounded-l-xs{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:rounded-l-sm{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:rounded-l{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-l-large{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:rounded-l-3xl{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-t-none:hover{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-t-xs:hover{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-t-sm:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-t:hover{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-t-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-t-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-t-full:hover{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-t-large:hover{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-t-3xl:hover{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-r-none:hover{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-r-xs:hover{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-r-sm:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-r:hover{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-r-md:hover{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-r-lg:hover{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-r-full:hover{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-r-large:hover{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-r-3xl:hover{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-b-none:hover{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-b-xs:hover{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-b-sm:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-b:hover{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-b-md:hover{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-b-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-b-full:hover{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-b-large:hover{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-b-3xl:hover{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-l-none:hover{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-l-xs:hover{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-l-sm:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-l:hover{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-l-md:hover{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-l-lg:hover{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-l-full:hover{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-l-large:hover{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-l-3xl:hover{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-t-none:focus{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-t-xs:focus{
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-t-sm:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-t:focus{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-t-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-t-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-t-full:focus{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-t-large:focus{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-t-3xl:focus{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-r-none:focus{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-r-xs:focus{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-r-sm:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-r:focus{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-r-md:focus{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-r-lg:focus{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-r-full:focus{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-r-large:focus{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-r-3xl:focus{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-b-none:focus{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-b-xs:focus{
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-b-sm:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-b:focus{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-b-md:focus{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-b-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-b-full:focus{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-b-large:focus{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-b-3xl:focus{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-l-none:focus{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-l-xs:focus{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-l-sm:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-l:focus{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-l-md:focus{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-l-lg:focus{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-l-full:focus{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-l-large:focus{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-l-3xl:focus{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .\32xl\:rounded-tl-xs{
    border-top-left-radius: 2px !important;
  }

  .\32xl\:rounded-tl-sm{
    border-top-left-radius: 4px !important;
  }

  .\32xl\:rounded-tl{
    border-top-left-radius: 4px !important;
  }

  .\32xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:rounded-tl-large{
    border-top-left-radius: 12px !important;
  }

  .\32xl\:rounded-tl-3xl{
    border-top-left-radius: 20px !important;
  }

  .\32xl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .\32xl\:rounded-tr-xs{
    border-top-right-radius: 2px !important;
  }

  .\32xl\:rounded-tr-sm{
    border-top-right-radius: 4px !important;
  }

  .\32xl\:rounded-tr{
    border-top-right-radius: 4px !important;
  }

  .\32xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-tr-large{
    border-top-right-radius: 12px !important;
  }

  .\32xl\:rounded-tr-3xl{
    border-top-right-radius: 20px !important;
  }

  .\32xl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:rounded-br-xs{
    border-bottom-right-radius: 2px !important;
  }

  .\32xl\:rounded-br-sm{
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:rounded-br{
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-br-large{
    border-bottom-right-radius: 12px !important;
  }

  .\32xl\:rounded-br-3xl{
    border-bottom-right-radius: 20px !important;
  }

  .\32xl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:rounded-bl-xs{
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:rounded-bl-sm{
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:rounded-bl{
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-bl-large{
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:rounded-bl-3xl{
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-tl-none:hover{
    border-top-left-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-tl-xs:hover{
    border-top-left-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-tl-sm:hover{
    border-top-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-tl:hover{
    border-top-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-tl-md:hover{
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-tl-lg:hover{
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-tl-full:hover{
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-tl-large:hover{
    border-top-left-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-tl-3xl:hover{
    border-top-left-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-tr-none:hover{
    border-top-right-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-tr-xs:hover{
    border-top-right-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-tr-sm:hover{
    border-top-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-tr:hover{
    border-top-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-tr-md:hover{
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-tr-lg:hover{
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-tr-full:hover{
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-tr-large:hover{
    border-top-right-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-tr-3xl:hover{
    border-top-right-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-br-none:hover{
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-br-xs:hover{
    border-bottom-right-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-br-sm:hover{
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-br:hover{
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-br-md:hover{
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-br-lg:hover{
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-br-full:hover{
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-br-large:hover{
    border-bottom-right-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-br-3xl:hover{
    border-bottom-right-radius: 20px !important;
  }

  .\32xl\:hover\:rounded-bl-none:hover{
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:hover\:rounded-bl-xs:hover{
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:hover\:rounded-bl-sm:hover{
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-bl:hover{
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:hover\:rounded-bl-md:hover{
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:hover\:rounded-bl-lg:hover{
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:hover\:rounded-bl-full:hover{
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:hover\:rounded-bl-large:hover{
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:hover\:rounded-bl-3xl:hover{
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-tl-none:focus{
    border-top-left-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-tl-xs:focus{
    border-top-left-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-tl-sm:focus{
    border-top-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-tl:focus{
    border-top-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-tl-md:focus{
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-tl-lg:focus{
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-tl-full:focus{
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-tl-large:focus{
    border-top-left-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-tl-3xl:focus{
    border-top-left-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-tr-none:focus{
    border-top-right-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-tr-xs:focus{
    border-top-right-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-tr-sm:focus{
    border-top-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-tr:focus{
    border-top-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-tr-md:focus{
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-tr-lg:focus{
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-tr-full:focus{
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-tr-large:focus{
    border-top-right-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-tr-3xl:focus{
    border-top-right-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-br-none:focus{
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-br-xs:focus{
    border-bottom-right-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-br-sm:focus{
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-br:focus{
    border-bottom-right-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-br-md:focus{
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-br-lg:focus{
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-br-full:focus{
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-br-large:focus{
    border-bottom-right-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-br-3xl:focus{
    border-bottom-right-radius: 20px !important;
  }

  .\32xl\:focus\:rounded-bl-none:focus{
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:focus\:rounded-bl-xs:focus{
    border-bottom-left-radius: 2px !important;
  }

  .\32xl\:focus\:rounded-bl-sm:focus{
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-bl:focus{
    border-bottom-left-radius: 4px !important;
  }

  .\32xl\:focus\:rounded-bl-md:focus{
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:focus\:rounded-bl-lg:focus{
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:focus\:rounded-bl-full:focus{
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:focus\:rounded-bl-large:focus{
    border-bottom-left-radius: 12px !important;
  }

  .\32xl\:focus\:rounded-bl-3xl:focus{
    border-bottom-left-radius: 20px !important;
  }

  .\32xl\:border-0{
    border-width: 0px !important;
  }

  .\32xl\:border-2{
    border-width: 2px !important;
  }

  .\32xl\:border-4{
    border-width: 4px !important;
  }

  .\32xl\:border-8{
    border-width: 8px !important;
  }

  .\32xl\:border{
    border-width: 1px !important;
  }

  .\32xl\:border-t-0{
    border-top-width: 0px !important;
  }

  .\32xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .\32xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .\32xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .\32xl\:border-t{
    border-top-width: 1px !important;
  }

  .\32xl\:border-r-0{
    border-right-width: 0px !important;
  }

  .\32xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .\32xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .\32xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .\32xl\:border-r{
    border-right-width: 1px !important;
  }

  .\32xl\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .\32xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .\32xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .\32xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .\32xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .\32xl\:border-l-0{
    border-left-width: 0px !important;
  }

  .\32xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .\32xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .\32xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .\32xl\:border-l{
    border-left-width: 1px !important;
  }

  .\32xl\:border-solid{
    border-style: solid !important;
  }

  .\32xl\:border-dashed{
    border-style: dashed !important;
  }

  .\32xl\:border-dotted{
    border-style: dotted !important;
  }

  .\32xl\:border-double{
    border-style: double !important;
  }

  .\32xl\:border-none{
    border-style: none !important;
  }

  .\32xl\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-none{
    border-color: transparent !important;
  }

  .\32xl\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black-650{
    border-color: #00000040 !important;
  }

  .\32xl\:border-black-700{
    border-color: #00000066 !important;
  }

  .\32xl\:border-black-750{
    border-color: #00000080 !important;
  }

  .\32xl\:border-black-800{
    border-color: #00000099 !important;
  }

  .\32xl\:border-black-850{
    border-color: #000000B3 !important;
  }

  .\32xl\:border-black-900{
    border-color: #000000CC !important;
  }

  .\32xl\:border-black-950{
    border-color: #000000E6 !important;
  }

  .\32xl\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .\32xl\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .\32xl\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .\32xl\:border-black30{
    border-color: #0000004D !important;
  }

  .\32xl\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .\32xl\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-black95{
    border-color: #000000F2 !important;
  }

  .\32xl\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .\32xl\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .\32xl\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blackLight{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .\32xl\:group-hover\:border-redDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-ghostWhite{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-none{
    border-color: transparent !important;
  }

  .group:hover .\32xl\:group-hover\:border-orange{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-200{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-800{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-40{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-650{
    border-color: #00000040 !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-700{
    border-color: #00000066 !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-750{
    border-color: #00000080 !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-800{
    border-color: #00000099 !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-850{
    border-color: #000000B3 !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-900{
    border-color: #000000CC !important;
  }

  .group:hover .\32xl\:group-hover\:border-black-950{
    border-color: #000000E6 !important;
  }

  .group:hover .\32xl\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-150{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-250{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-650{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-750{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-redlight{
    border-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .\32xl\:group-hover\:border-grayLight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-grayDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-borderDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-whiteLight{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondaryLight{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .\32xl\:group-hover\:border-borderLight{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondaryDark{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blackDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black50{
    border-color: #2A2C3B80 !important;
  }

  .group:hover .\32xl\:group-hover\:border-borderGray{
    border-color: #2A2C3B67 !important;
  }

  .group:hover .\32xl\:group-hover\:border-borderModal{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-modalbg{
    border-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black80{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black90{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-inputDark{
    border-color: #2A2C3BCB !important;
  }

  .group:hover .\32xl\:group-hover\:border-black30{
    border-color: #0000004D !important;
  }

  .group:hover .\32xl\:group-hover\:border-select{
    border-color: #2A2C3B41 !important;
  }

  .group:hover .\32xl\:group-hover\:border-darkBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-borderBlack{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black95{
    border-color: #000000F2 !important;
  }

  .group:hover .\32xl\:group-hover\:border-blackLight25{
    border-color: #2A2C3B40 !important;
  }

  .group:hover .\32xl\:group-hover\:border-bGraylight{
    border-color: #70707027 !important;
  }

  .group:hover .\32xl\:group-hover\:border-lightGray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lightRed{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-maroon{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-footerDark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-alert{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blackLight:focus-within{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus-within\:border-redDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-ghostWhite:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-none:focus-within{
    border-color: transparent !important;
  }

  .\32xl\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-200:focus-within{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus-within\:border-blue-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-800:focus-within{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus-within\:border-blue-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-40:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:border-black-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black-650:focus-within{
    border-color: #00000040 !important;
  }

  .\32xl\:focus-within\:border-black-700:focus-within{
    border-color: #00000066 !important;
  }

  .\32xl\:focus-within\:border-black-750:focus-within{
    border-color: #00000080 !important;
  }

  .\32xl\:focus-within\:border-black-800:focus-within{
    border-color: #00000099 !important;
  }

  .\32xl\:focus-within\:border-black-850:focus-within{
    border-color: #000000B3 !important;
  }

  .\32xl\:focus-within\:border-black-900:focus-within{
    border-color: #000000CC !important;
  }

  .\32xl\:focus-within\:border-black-950:focus-within{
    border-color: #000000E6 !important;
  }

  .\32xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-150:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-250:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-650:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-750:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-redlight:focus-within{
    border-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus-within\:border-grayLight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-grayDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-borderDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-whiteLight:focus-within{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus-within\:border-secondaryLight:focus-within{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus-within\:border-borderLight:focus-within{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus-within\:border-secondaryDark:focus-within{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:border-blackDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black50:focus-within{
    border-color: #2A2C3B80 !important;
  }

  .\32xl\:focus-within\:border-borderGray:focus-within{
    border-color: #2A2C3B67 !important;
  }

  .\32xl\:focus-within\:border-borderModal:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-modalbg:focus-within{
    border-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus-within\:border-black80:focus-within{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus-within\:border-black90:focus-within{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus-within\:border-warning:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-inputDark:focus-within{
    border-color: #2A2C3BCB !important;
  }

  .\32xl\:focus-within\:border-black30:focus-within{
    border-color: #0000004D !important;
  }

  .\32xl\:focus-within\:border-select:focus-within{
    border-color: #2A2C3B41 !important;
  }

  .\32xl\:focus-within\:border-darkBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-borderBlack:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-black95:focus-within{
    border-color: #000000F2 !important;
  }

  .\32xl\:focus-within\:border-blackLight25:focus-within{
    border-color: #2A2C3B40 !important;
  }

  .\32xl\:focus-within\:border-bGraylight:focus-within{
    border-color: #70707027 !important;
  }

  .\32xl\:focus-within\:border-lightGray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lightRed:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-maroon:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-footerDark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-alert:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blackLight:hover{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:hover\:border-redDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-ghostWhite:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-none:hover{
    border-color: transparent !important;
  }

  .\32xl\:hover\:border-orange:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-200:hover{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:hover\:border-blue-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-800:hover{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:hover\:border-blue-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-40:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:border-black-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black-650:hover{
    border-color: #00000040 !important;
  }

  .\32xl\:hover\:border-black-700:hover{
    border-color: #00000066 !important;
  }

  .\32xl\:hover\:border-black-750:hover{
    border-color: #00000080 !important;
  }

  .\32xl\:hover\:border-black-800:hover{
    border-color: #00000099 !important;
  }

  .\32xl\:hover\:border-black-850:hover{
    border-color: #000000B3 !important;
  }

  .\32xl\:hover\:border-black-900:hover{
    border-color: #000000CC !important;
  }

  .\32xl\:hover\:border-black-950:hover{
    border-color: #000000E6 !important;
  }

  .\32xl\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-150:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-250:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-650:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-750:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-redlight:hover{
    border-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:hover\:border-grayLight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-grayDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-borderDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-whiteLight:hover{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:hover\:border-secondaryLight:hover{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:hover\:border-borderLight:hover{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:hover\:border-secondaryDark:hover{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:border-blackDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black50:hover{
    border-color: #2A2C3B80 !important;
  }

  .\32xl\:hover\:border-borderGray:hover{
    border-color: #2A2C3B67 !important;
  }

  .\32xl\:hover\:border-borderModal:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-modalbg:hover{
    border-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:hover\:border-black80:hover{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:hover\:border-black90:hover{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:hover\:border-warning:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-inputDark:hover{
    border-color: #2A2C3BCB !important;
  }

  .\32xl\:hover\:border-black30:hover{
    border-color: #0000004D !important;
  }

  .\32xl\:hover\:border-select:hover{
    border-color: #2A2C3B41 !important;
  }

  .\32xl\:hover\:border-darkBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-borderBlack:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-black95:hover{
    border-color: #000000F2 !important;
  }

  .\32xl\:hover\:border-blackLight25:hover{
    border-color: #2A2C3B40 !important;
  }

  .\32xl\:hover\:border-bGraylight:hover{
    border-color: #70707027 !important;
  }

  .\32xl\:hover\:border-lightGray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lightRed:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-maroon:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-footerDark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-alert:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 6, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blackLight:focus{
    border-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:border-redDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-ghostWhite:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-none:focus{
    border-color: transparent !important;
  }

  .\32xl\:focus\:border-orange:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 98, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 110, 176, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 37, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 229, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 245, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-200:focus{
    border-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:border-blue-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 76, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 43, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 85, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 97, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 74, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 132, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-800:focus{
    border-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:border-blue-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 117, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-40:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:border-black-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(10, 10, 10, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black-650:focus{
    border-color: #00000040 !important;
  }

  .\32xl\:focus\:border-black-700:focus{
    border-color: #00000066 !important;
  }

  .\32xl\:focus\:border-black-750:focus{
    border-color: #00000080 !important;
  }

  .\32xl\:focus\:border-black-800:focus{
    border-color: #00000099 !important;
  }

  .\32xl\:focus\:border-black-850:focus{
    border-color: #000000B3 !important;
  }

  .\32xl\:focus\:border-black-900:focus{
    border-color: #000000CC !important;
  }

  .\32xl\:focus\:border-black-950:focus{
    border-color: #000000E6 !important;
  }

  .\32xl\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 233, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 89, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 234, 227, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 242, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 233, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 40, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 5, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 254, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 253, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 252, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 251, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-150:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 236, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-250:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-650:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-750:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 7, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 206, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-redlight:focus{
    border-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:border-grayLight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-grayDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-borderDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 199, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-whiteLight:focus{
    border-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:border-secondaryLight:focus{
    border-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:border-borderLight:focus{
    border-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:border-secondaryDark:focus{
    border-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:border-blackDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black50:focus{
    border-color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:border-borderGray:focus{
    border-color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:border-borderModal:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-modalbg:focus{
    border-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:border-black80:focus{
    border-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:border-black90:focus{
    border-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:border-warning:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-inputDark:focus{
    border-color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:border-black30:focus{
    border-color: #0000004D !important;
  }

  .\32xl\:focus\:border-select:focus{
    border-color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:border-darkBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 35, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-borderBlack:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 25, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-black95:focus{
    border-color: #000000F2 !important;
  }

  .\32xl\:focus\:border-blackLight25:focus{
    border-color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:border-bGraylight:focus{
    border-color: #70707027 !important;
  }

  .\32xl\:focus\:border-lightGray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lightRed:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 234, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-maroon:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 58, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-footerDark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 22, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 167, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(23, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-alert:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 53, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 237, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 205, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 215, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-none{
    background-color: transparent !important;
  }

  .\32xl\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black-650{
    background-color: #00000040 !important;
  }

  .\32xl\:bg-black-700{
    background-color: #00000066 !important;
  }

  .\32xl\:bg-black-750{
    background-color: #00000080 !important;
  }

  .\32xl\:bg-black-800{
    background-color: #00000099 !important;
  }

  .\32xl\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .\32xl\:bg-black-900{
    background-color: #000000CC !important;
  }

  .\32xl\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .\32xl\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .\32xl\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .\32xl\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .\32xl\:bg-black30{
    background-color: #0000004D !important;
  }

  .\32xl\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .\32xl\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-black95{
    background-color: #000000F2 !important;
  }

  .\32xl\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .\32xl\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .\32xl\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blackLight{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-redDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-ghostWhite{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-none{
    background-color: transparent !important;
  }

  .group:hover .\32xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-40{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-650{
    background-color: #00000040 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-700{
    background-color: #00000066 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-750{
    background-color: #00000080 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-800{
    background-color: #00000099 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-850{
    background-color: #000000B3 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-900{
    background-color: #000000CC !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black-950{
    background-color: #000000E6 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-150{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-250{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-650{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-750{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-redlight{
    background-color: rgba(176,42,35,.6) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-grayLight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-grayDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-borderDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-whiteLight{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondaryLight{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-borderLight{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondaryDark{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blackDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black50{
    background-color: #2A2C3B80 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-borderGray{
    background-color: #2A2C3B67 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-borderModal{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-modalbg{
    background-color: rgba(0,0,0,.7) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black80{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black90{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-inputDark{
    background-color: #2A2C3BCB !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black30{
    background-color: #0000004D !important;
  }

  .group:hover .\32xl\:group-hover\:bg-select{
    background-color: #2A2C3B41 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-darkBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-borderBlack{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black95{
    background-color: #000000F2 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blackLight25{
    background-color: #2A2C3B40 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bGraylight{
    background-color: #70707027 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lightGray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lightRed{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-maroon{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-footerDark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-alert{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blackLight:focus-within{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus-within\:bg-redDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-ghostWhite:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-none:focus-within{
    background-color: transparent !important;
  }

  .\32xl\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-200:focus-within{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus-within\:bg-blue-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-800:focus-within{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus-within\:bg-blue-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-40:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:bg-black-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black-650:focus-within{
    background-color: #00000040 !important;
  }

  .\32xl\:focus-within\:bg-black-700:focus-within{
    background-color: #00000066 !important;
  }

  .\32xl\:focus-within\:bg-black-750:focus-within{
    background-color: #00000080 !important;
  }

  .\32xl\:focus-within\:bg-black-800:focus-within{
    background-color: #00000099 !important;
  }

  .\32xl\:focus-within\:bg-black-850:focus-within{
    background-color: #000000B3 !important;
  }

  .\32xl\:focus-within\:bg-black-900:focus-within{
    background-color: #000000CC !important;
  }

  .\32xl\:focus-within\:bg-black-950:focus-within{
    background-color: #000000E6 !important;
  }

  .\32xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-150:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-250:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-650:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-750:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-redlight:focus-within{
    background-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus-within\:bg-grayLight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-grayDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-borderDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-whiteLight:focus-within{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus-within\:bg-secondaryLight:focus-within{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus-within\:bg-borderLight:focus-within{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus-within\:bg-secondaryDark:focus-within{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:bg-blackDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black50:focus-within{
    background-color: #2A2C3B80 !important;
  }

  .\32xl\:focus-within\:bg-borderGray:focus-within{
    background-color: #2A2C3B67 !important;
  }

  .\32xl\:focus-within\:bg-borderModal:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-modalbg:focus-within{
    background-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus-within\:bg-black80:focus-within{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus-within\:bg-black90:focus-within{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus-within\:bg-warning:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-inputDark:focus-within{
    background-color: #2A2C3BCB !important;
  }

  .\32xl\:focus-within\:bg-black30:focus-within{
    background-color: #0000004D !important;
  }

  .\32xl\:focus-within\:bg-select:focus-within{
    background-color: #2A2C3B41 !important;
  }

  .\32xl\:focus-within\:bg-darkBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-borderBlack:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-black95:focus-within{
    background-color: #000000F2 !important;
  }

  .\32xl\:focus-within\:bg-blackLight25:focus-within{
    background-color: #2A2C3B40 !important;
  }

  .\32xl\:focus-within\:bg-bGraylight:focus-within{
    background-color: #70707027 !important;
  }

  .\32xl\:focus-within\:bg-lightGray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lightRed:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-maroon:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-footerDark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-alert:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blackLight:hover{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:hover\:bg-redDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-ghostWhite:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-none:hover{
    background-color: transparent !important;
  }

  .\32xl\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-200:hover{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:hover\:bg-blue-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-800:hover{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:hover\:bg-blue-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-40:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:bg-black-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black-650:hover{
    background-color: #00000040 !important;
  }

  .\32xl\:hover\:bg-black-700:hover{
    background-color: #00000066 !important;
  }

  .\32xl\:hover\:bg-black-750:hover{
    background-color: #00000080 !important;
  }

  .\32xl\:hover\:bg-black-800:hover{
    background-color: #00000099 !important;
  }

  .\32xl\:hover\:bg-black-850:hover{
    background-color: #000000B3 !important;
  }

  .\32xl\:hover\:bg-black-900:hover{
    background-color: #000000CC !important;
  }

  .\32xl\:hover\:bg-black-950:hover{
    background-color: #000000E6 !important;
  }

  .\32xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-150:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-650:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-750:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-redlight:hover{
    background-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:hover\:bg-grayLight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-grayDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-borderDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-whiteLight:hover{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:hover\:bg-secondaryLight:hover{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:hover\:bg-borderLight:hover{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:hover\:bg-secondaryDark:hover{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:bg-blackDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black50:hover{
    background-color: #2A2C3B80 !important;
  }

  .\32xl\:hover\:bg-borderGray:hover{
    background-color: #2A2C3B67 !important;
  }

  .\32xl\:hover\:bg-borderModal:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-modalbg:hover{
    background-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:hover\:bg-black80:hover{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:hover\:bg-black90:hover{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:hover\:bg-warning:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-inputDark:hover{
    background-color: #2A2C3BCB !important;
  }

  .\32xl\:hover\:bg-black30:hover{
    background-color: #0000004D !important;
  }

  .\32xl\:hover\:bg-select:hover{
    background-color: #2A2C3B41 !important;
  }

  .\32xl\:hover\:bg-darkBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-borderBlack:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-black95:hover{
    background-color: #000000F2 !important;
  }

  .\32xl\:hover\:bg-blackLight25:hover{
    background-color: #2A2C3B40 !important;
  }

  .\32xl\:hover\:bg-bGraylight:hover{
    background-color: #70707027 !important;
  }

  .\32xl\:hover\:bg-lightGray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lightRed:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-maroon:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-footerDark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-alert:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 6, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blackLight:focus{
    background-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:bg-redDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-ghostWhite:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-none:focus{
    background-color: transparent !important;
  }

  .\32xl\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 98, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 110, 176, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 37, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 229, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 245, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-200:focus{
    background-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:bg-blue-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 76, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 43, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 85, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 97, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 74, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 132, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-800:focus{
    background-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:bg-blue-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 117, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-40:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:bg-black-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(10, 10, 10, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black-650:focus{
    background-color: #00000040 !important;
  }

  .\32xl\:focus\:bg-black-700:focus{
    background-color: #00000066 !important;
  }

  .\32xl\:focus\:bg-black-750:focus{
    background-color: #00000080 !important;
  }

  .\32xl\:focus\:bg-black-800:focus{
    background-color: #00000099 !important;
  }

  .\32xl\:focus\:bg-black-850:focus{
    background-color: #000000B3 !important;
  }

  .\32xl\:focus\:bg-black-900:focus{
    background-color: #000000CC !important;
  }

  .\32xl\:focus\:bg-black-950:focus{
    background-color: #000000E6 !important;
  }

  .\32xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 233, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 89, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 234, 227, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 242, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 233, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 40, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 5, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 253, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-150:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-250:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-650:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-750:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 7, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 206, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-redlight:focus{
    background-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:bg-grayLight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-grayDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-borderDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 199, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-whiteLight:focus{
    background-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:bg-secondaryLight:focus{
    background-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:bg-borderLight:focus{
    background-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:bg-secondaryDark:focus{
    background-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:bg-blackDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black50:focus{
    background-color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:bg-borderGray:focus{
    background-color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:bg-borderModal:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-modalbg:focus{
    background-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:bg-black80:focus{
    background-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:bg-black90:focus{
    background-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:bg-warning:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-inputDark:focus{
    background-color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:bg-black30:focus{
    background-color: #0000004D !important;
  }

  .\32xl\:focus\:bg-select:focus{
    background-color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:bg-darkBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 35, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-borderBlack:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 25, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-black95:focus{
    background-color: #000000F2 !important;
  }

  .\32xl\:focus\:bg-blackLight25:focus{
    background-color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:bg-bGraylight:focus{
    background-color: #70707027 !important;
  }

  .\32xl\:focus\:bg-lightGray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lightRed:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 234, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-maroon:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 58, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-footerDark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 22, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(23, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-alert:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 53, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 237, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 205, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 215, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:bg-none{
    background-image: none !important;
  }

  .\32xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:from-primary-50{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:from-primary-100{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:from-primary-200{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:from-primary-300{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:from-primary-400{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:from-primary-500{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:from-primary-600{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:from-primary-700{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:from-primary-800{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:from-primary-900{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:from-primary-950{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .\32xl\:from-primary{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:from-secondary-50{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:from-secondary-100{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:from-secondary-200{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:from-secondary-300{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:from-secondary-400{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:from-secondary-500{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:from-secondary-600{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:from-secondary-700{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:from-secondary-800{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:from-secondary-900{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:from-secondary-950{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .\32xl\:from-secondary{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:from-blackLight{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .\32xl\:from-redDark{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .\32xl\:from-gray400{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .\32xl\:from-ghostWhite{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .\32xl\:from-black500{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-white200{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .\32xl\:from-gray100{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .\32xl\:from-none{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-orange{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .\32xl\:from-pink{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .\32xl\:from-pink100{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .\32xl\:from-purple{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .\32xl\:from-blue-50{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:from-blue-100{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:from-blue-150{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .\32xl\:from-blue-200{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:from-blue-250{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .\32xl\:from-blue-300{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .\32xl\:from-blue-350{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .\32xl\:from-blue-400{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .\32xl\:from-blue-500{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:from-blue-600{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .\32xl\:from-blue-700{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .\32xl\:from-blue-750{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .\32xl\:from-blue-800{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:from-blue-850{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .\32xl\:from-blue-900{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .\32xl\:from-blue-950{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .\32xl\:from-blue{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:from-black-40{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-50{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:from-black-100{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:from-black-150{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .\32xl\:from-black-200{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .\32xl\:from-black-250{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .\32xl\:from-black-300{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .\32xl\:from-black-350{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:from-black-400{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .\32xl\:from-black-450{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:from-black-500{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:from-black-550{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .\32xl\:from-black-600{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-650{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-700{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-750{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-800{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-850{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-900{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black-950{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-red-50{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .\32xl\:from-red-100{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .\32xl\:from-red-200{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:from-red-300{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .\32xl\:from-red-400{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .\32xl\:from-red-500{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .\32xl\:from-red-550{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .\32xl\:from-red-600{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .\32xl\:from-red-650{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .\32xl\:from-red-700{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .\32xl\:from-red-800{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .\32xl\:from-red{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:from-white-50{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-white-100{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .\32xl\:from-white-150{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .\32xl\:from-white-200{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .\32xl\:from-white-250{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .\32xl\:from-white-300{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:from-white-350{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .\32xl\:from-white-400{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:from-white-450{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .\32xl\:from-white-500{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .\32xl\:from-white-550{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:from-white-600{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:from-white-650{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .\32xl\:from-white-700{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:from-white-750{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .\32xl\:from-white-800{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .\32xl\:from-white-850{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .\32xl\:from-white-900{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:from-white-950{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:from-white{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-gray-50{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .\32xl\:from-gray-100{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .\32xl\:from-gray-150{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .\32xl\:from-gray-200{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .\32xl\:from-gray-250{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:from-gray-300{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:from-gray-350{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:from-gray-400{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:from-gray-450{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:from-gray-500{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:from-gray-550{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:from-gray-600{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:from-gray-650{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:from-gray-700{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:from-gray-750{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:from-gray-800{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:from-gray-850{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:from-gray-900{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:from-gray-950{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .\32xl\:from-gray{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:from-green{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .\32xl\:from-redlight{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .\32xl\:from-grayLight{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:from-grayDark{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .\32xl\:from-borderDark{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .\32xl\:from-whiteLight{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-secondaryLight{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-borderLight{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-secondaryDark{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-blackDark{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:from-gray200{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:from-black50{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:from-borderGray{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:from-borderModal{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:from-modalbg{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black80{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-black90{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-warning{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .\32xl\:from-inputDark{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:from-black30{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-select{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:from-darkBlack{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:from-borderBlack{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .\32xl\:from-black95{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-blackLight25{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:from-bGraylight{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:from-lightGray{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .\32xl\:from-lightRed{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .\32xl\:from-maroon{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .\32xl\:from-footerDark{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .\32xl\:from-success{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .\32xl\:from-info{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .\32xl\:from-danger{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:from-alert{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:from-success-light{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .\32xl\:from-info-light{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .\32xl\:from-warning-light{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .\32xl\:from-danger-light{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .\32xl\:hover\:from-primary-50:hover{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:from-primary-100:hover{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:hover\:from-primary-200:hover{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:hover\:from-primary-300:hover{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:hover\:from-primary-400:hover{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:hover\:from-primary-500:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:from-primary-600:hover{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:from-primary-700:hover{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:hover\:from-primary-800:hover{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:hover\:from-primary-900:hover{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:hover\:from-primary-950:hover{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .\32xl\:hover\:from-primary:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-50:hover{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-100:hover{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-200:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-300:hover{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-400:hover{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-500:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-600:hover{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-700:hover{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-800:hover{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-900:hover{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-950:hover{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .\32xl\:hover\:from-secondary:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:hover\:from-blackLight:hover{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .\32xl\:hover\:from-redDark:hover{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .\32xl\:hover\:from-gray400:hover{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:from-ghostWhite:hover{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .\32xl\:hover\:from-black500:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-white200:hover{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:from-gray100:hover{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .\32xl\:hover\:from-none:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-orange:hover{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .\32xl\:hover\:from-pink:hover{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .\32xl\:hover\:from-pink100:hover{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .\32xl\:hover\:from-purple:hover{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-50:hover{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:hover\:from-blue-150:hover{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .\32xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:hover\:from-blue-250:hover{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-350:hover{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .\32xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .\32xl\:hover\:from-blue-750:hover{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .\32xl\:hover\:from-blue-800:hover{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:hover\:from-blue-850:hover{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .\32xl\:hover\:from-blue-950:hover{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .\32xl\:hover\:from-blue:hover{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:hover\:from-black-40:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-50:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:from-black-100:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:hover\:from-black-150:hover{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .\32xl\:hover\:from-black-200:hover{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .\32xl\:hover\:from-black-250:hover{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .\32xl\:hover\:from-black-300:hover{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .\32xl\:hover\:from-black-350:hover{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:hover\:from-black-400:hover{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .\32xl\:hover\:from-black-450:hover{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:from-black-500:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:from-black-550:hover{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .\32xl\:hover\:from-black-600:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-650:hover{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-700:hover{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-750:hover{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-800:hover{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-850:hover{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-900:hover{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black-950:hover{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black:hover{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-red-50:hover{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .\32xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .\32xl\:hover\:from-red-200:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:from-red-300:hover{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .\32xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .\32xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .\32xl\:hover\:from-red-550:hover{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .\32xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:from-red-650:hover{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .\32xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .\32xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .\32xl\:hover\:from-red:hover{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:from-white-50:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-white-100:hover{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .\32xl\:hover\:from-white-150:hover{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .\32xl\:hover\:from-white-200:hover{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .\32xl\:hover\:from-white-250:hover{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .\32xl\:hover\:from-white-300:hover{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:from-white-350:hover{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:from-white-400:hover{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:hover\:from-white-450:hover{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .\32xl\:hover\:from-white-500:hover{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .\32xl\:hover\:from-white-550:hover{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:hover\:from-white-600:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:hover\:from-white-650:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .\32xl\:hover\:from-white-700:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:from-white-750:hover{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .\32xl\:hover\:from-white-800:hover{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .\32xl\:hover\:from-white-850:hover{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .\32xl\:hover\:from-white-900:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:hover\:from-white-950:hover{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:hover\:from-white:hover{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .\32xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .\32xl\:hover\:from-gray-150:hover{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .\32xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .\32xl\:hover\:from-gray-250:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:hover\:from-gray-350:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:hover\:from-gray-450:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:hover\:from-gray-550:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:hover\:from-gray-650:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:hover\:from-gray-750:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:hover\:from-gray-850:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:hover\:from-gray-950:hover{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .\32xl\:hover\:from-gray:hover{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:hover\:from-green:hover{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .\32xl\:hover\:from-redlight:hover{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .\32xl\:hover\:from-grayLight:hover{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:hover\:from-grayDark:hover{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .\32xl\:hover\:from-borderDark:hover{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .\32xl\:hover\:from-whiteLight:hover{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-secondaryLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-borderLight:hover{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-secondaryDark:hover{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-blackDark:hover{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:from-gray200:hover{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:hover\:from-black50:hover{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:from-borderGray:hover{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:from-borderModal:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:hover\:from-modalbg:hover{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black80:hover{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-black90:hover{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-warning:hover{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .\32xl\:hover\:from-inputDark:hover{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:from-black30:hover{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-select:hover{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:from-darkBlack:hover{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:hover\:from-borderBlack:hover{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .\32xl\:hover\:from-black95:hover{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-blackLight25:hover{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:from-bGraylight:hover{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:hover\:from-lightGray:hover{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .\32xl\:hover\:from-lightRed:hover{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .\32xl\:hover\:from-maroon:hover{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .\32xl\:hover\:from-footerDark:hover{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .\32xl\:hover\:from-success:hover{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .\32xl\:hover\:from-info:hover{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .\32xl\:hover\:from-danger:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:hover\:from-alert:hover{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:hover\:from-success-light:hover{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .\32xl\:hover\:from-info-light:hover{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .\32xl\:hover\:from-warning-light:hover{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .\32xl\:hover\:from-danger-light:hover{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .\32xl\:focus\:from-primary-50:focus{
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:from-primary-100:focus{
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:focus\:from-primary-200:focus{
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:focus\:from-primary-300:focus{
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:focus\:from-primary-400:focus{
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:focus\:from-primary-500:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:from-primary-600:focus{
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:from-primary-700:focus{
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:focus\:from-primary-800:focus{
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:focus\:from-primary-900:focus{
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:focus\:from-primary-950:focus{
    --tw-gradient-from: #450a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .\32xl\:focus\:from-primary:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-50:focus{
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-100:focus{
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-200:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-300:focus{
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-400:focus{
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-500:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-600:focus{
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-700:focus{
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-800:focus{
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-900:focus{
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-950:focus{
    --tw-gradient-from: #020617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .\32xl\:focus\:from-secondary:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:focus\:from-blackLight:focus{
    --tw-gradient-from: rgba(42,44,49,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .\32xl\:focus\:from-redDark:focus{
    --tw-gradient-from: #E60A0A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .\32xl\:focus\:from-gray400:focus{
    --tw-gradient-from: #F7F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:from-ghostWhite:focus{
    --tw-gradient-from: #F2F2F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .\32xl\:focus\:from-black500:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-white200:focus{
    --tw-gradient-from: #f6f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:from-gray100:focus{
    --tw-gradient-from: #e1e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .\32xl\:focus\:from-none:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-orange:focus{
    --tw-gradient-from: #FF626B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .\32xl\:focus\:from-pink:focus{
    --tw-gradient-from: #FD6EB0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .\32xl\:focus\:from-pink100:focus{
    --tw-gradient-from: #DA2587 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .\32xl\:focus\:from-purple:focus{
    --tw-gradient-from: #E8E5FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-50:focus{
    --tw-gradient-from: #2A2B3B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #22232f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:focus\:from-blue-150:focus{
    --tw-gradient-from: #EFF5FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .\32xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: rgba(98, 218, 251, 0.1) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:focus\:from-blue-250:focus{
    --tw-gradient-from: #F3F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #564CFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-350:focus{
    --tw-gradient-from: #2A2B3A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .\32xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #4C55FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #7B61FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #454AE7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .\32xl\:focus\:from-blue-750:focus{
    --tw-gradient-from: #1784B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .\32xl\:focus\:from-blue-800:focus{
    --tw-gradient-from: rgba(98,218,251,0.10) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:focus\:from-blue-850:focus{
    --tw-gradient-from: #F9F9FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #5875DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .\32xl\:focus\:from-blue-950:focus{
    --tw-gradient-from: #F3F4FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .\32xl\:focus\:from-blue:focus{
    --tw-gradient-from: #0099FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:focus\:from-black-40:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-50:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:from-black-100:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:focus\:from-black-150:focus{
    --tw-gradient-from: #e5e5e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .\32xl\:focus\:from-black-200:focus{
    --tw-gradient-from: #d4d4d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .\32xl\:focus\:from-black-250:focus{
    --tw-gradient-from: #a3a3a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .\32xl\:focus\:from-black-300:focus{
    --tw-gradient-from: #737373 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .\32xl\:focus\:from-black-350:focus{
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:focus\:from-black-400:focus{
    --tw-gradient-from: #404040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .\32xl\:focus\:from-black-450:focus{
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:from-black-500:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:from-black-550:focus{
    --tw-gradient-from: #0a0a0a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .\32xl\:focus\:from-black-600:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-650:focus{
    --tw-gradient-from: #00000040 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-700:focus{
    --tw-gradient-from: #00000066 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-750:focus{
    --tw-gradient-from: #00000080 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-800:focus{
    --tw-gradient-from: #00000099 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-850:focus{
    --tw-gradient-from: #000000B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-900:focus{
    --tw-gradient-from: #000000CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black-950:focus{
    --tw-gradient-from: #000000E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black:focus{
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-red-50:focus{
    --tw-gradient-from: #f7e9e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .\32xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #7b2a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .\32xl\:focus\:from-red-200:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:from-red-300:focus{
    --tw-gradient-from: #F9597C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .\32xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #FBEAE3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .\32xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #FFF2F3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .\32xl\:focus\:from-red-550:focus{
    --tw-gradient-from: #FFF5F6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .\32xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #FEFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:from-red-650:focus{
    --tw-gradient-from: #FFE9EA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .\32xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #B92823 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .\32xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #f9f2f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .\32xl\:focus\:from-red:focus{
    --tw-gradient-from: #CA0515 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:from-white-50:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-white-100:focus{
    --tw-gradient-from: #fefefe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .\32xl\:focus\:from-white-150:focus{
    --tw-gradient-from: #fdfdfd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .\32xl\:focus\:from-white-200:focus{
    --tw-gradient-from: #fcfcfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .\32xl\:focus\:from-white-250:focus{
    --tw-gradient-from: #fbfbfb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .\32xl\:focus\:from-white-300:focus{
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:from-white-350:focus{
    --tw-gradient-from: #f9f9f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:from-white-400:focus{
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:focus\:from-white-450:focus{
    --tw-gradient-from: #f7f7f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .\32xl\:focus\:from-white-500:focus{
    --tw-gradient-from: #f6f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .\32xl\:focus\:from-white-550:focus{
    --tw-gradient-from: #f5f5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:focus\:from-white-600:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:focus\:from-white-650:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .\32xl\:focus\:from-white-700:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:from-white-750:focus{
    --tw-gradient-from: #f1f1f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .\32xl\:focus\:from-white-800:focus{
    --tw-gradient-from: #f0f0f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .\32xl\:focus\:from-white-850:focus{
    --tw-gradient-from: #efefef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .\32xl\:focus\:from-white-900:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:focus\:from-white-950:focus{
    --tw-gradient-from: #ededed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:focus\:from-white:focus{
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .\32xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .\32xl\:focus\:from-gray-150:focus{
    --tw-gradient-from: #EAECF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .\32xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .\32xl\:focus\:from-gray-250:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:focus\:from-gray-350:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:focus\:from-gray-450:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:focus\:from-gray-550:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:focus\:from-gray-650:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:focus\:from-gray-750:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:focus\:from-gray-850:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:focus\:from-gray-950:focus{
    --tw-gradient-from: #030712 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .\32xl\:focus\:from-gray:focus{
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:focus\:from-green:focus{
    --tw-gradient-from: #5acebe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .\32xl\:focus\:from-redlight:focus{
    --tw-gradient-from: rgba(176,42,35,.6) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .\32xl\:focus\:from-grayLight:focus{
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:focus\:from-grayDark:focus{
    --tw-gradient-from: #ddd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .\32xl\:focus\:from-borderDark:focus{
    --tw-gradient-from: #C7C7C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .\32xl\:focus\:from-whiteLight:focus{
    --tw-gradient-from: rgba(255,255,255,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-secondaryLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.2) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-borderLight:focus{
    --tw-gradient-from: rgba(0,0,0,0.3) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-secondaryDark:focus{
    --tw-gradient-from: rgba(0,0,0,0.4) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-blackDark:focus{
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:from-gray200:focus{
    --tw-gradient-from: #eee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:focus\:from-black50:focus{
    --tw-gradient-from: #2A2C3B80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:from-borderGray:focus{
    --tw-gradient-from: #2A2C3B67 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:from-borderModal:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:focus\:from-modalbg:focus{
    --tw-gradient-from: rgba(0,0,0,.7) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black80:focus{
    --tw-gradient-from: rgba(0,0,0,0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-black90:focus{
    --tw-gradient-from: rgba(0,0,0,0.9) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-warning:focus{
    --tw-gradient-from: #ffc107 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .\32xl\:focus\:from-inputDark:focus{
    --tw-gradient-from: #2A2C3BCB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:from-black30:focus{
    --tw-gradient-from: #0000004D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-select:focus{
    --tw-gradient-from: #2A2C3B41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:from-darkBlack:focus{
    --tw-gradient-from: #22232F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:focus\:from-borderBlack:focus{
    --tw-gradient-from: #181922 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .\32xl\:focus\:from-black95:focus{
    --tw-gradient-from: #000000F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-blackLight25:focus{
    --tw-gradient-from: #2A2C3B40 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:from-bGraylight:focus{
    --tw-gradient-from: #70707027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:focus\:from-lightGray:focus{
    --tw-gradient-from: #E4E4E4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .\32xl\:focus\:from-lightRed:focus{
    --tw-gradient-from: #f7eae9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .\32xl\:focus\:from-maroon:focus{
    --tw-gradient-from: #b73a33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .\32xl\:focus\:from-footerDark:focus{
    --tw-gradient-from: #161617 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .\32xl\:focus\:from-success:focus{
    --tw-gradient-from: #28a745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .\32xl\:focus\:from-info:focus{
    --tw-gradient-from: #17a2b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .\32xl\:focus\:from-danger:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:focus\:from-alert:focus{
    --tw-gradient-from: #dc3545 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:focus\:from-success-light:focus{
    --tw-gradient-from: #d4edda !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .\32xl\:focus\:from-info-light:focus{
    --tw-gradient-from: #d1ecf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .\32xl\:focus\:from-warning-light:focus{
    --tw-gradient-from: #fff3cd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .\32xl\:focus\:from-danger-light:focus{
    --tw-gradient-from: #f8d7da !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .\32xl\:via-primary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:via-primary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:via-primary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:via-primary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:via-primary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:via-primary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:via-primary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:via-primary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:via-primary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:via-primary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:via-primary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .\32xl\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:via-secondary-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:via-secondary-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:via-secondary-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:via-secondary-300{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:via-secondary-400{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:via-secondary-500{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:via-secondary-600{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:via-secondary-700{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:via-secondary-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:via-secondary-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:via-secondary-950{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .\32xl\:via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:via-blackLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .\32xl\:via-redDark{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .\32xl\:via-gray400{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .\32xl\:via-ghostWhite{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .\32xl\:via-black500{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-white200{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .\32xl\:via-gray100{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .\32xl\:via-none{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .\32xl\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .\32xl\:via-pink100{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .\32xl\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .\32xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:via-blue-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .\32xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:via-blue-250{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .\32xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .\32xl\:via-blue-350{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .\32xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .\32xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .\32xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .\32xl\:via-blue-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .\32xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:via-blue-850{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .\32xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .\32xl\:via-blue-950{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .\32xl\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:via-black-40{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:via-black-150{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .\32xl\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .\32xl\:via-black-250{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .\32xl\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .\32xl\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .\32xl\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:via-black-550{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .\32xl\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-650{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-750{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-800{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-850{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black-950{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .\32xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .\32xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .\32xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .\32xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .\32xl\:via-red-550{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .\32xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .\32xl\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .\32xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .\32xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .\32xl\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:via-white-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-white-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .\32xl\:via-white-150{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .\32xl\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .\32xl\:via-white-250{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .\32xl\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:via-white-350{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .\32xl\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:via-white-450{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .\32xl\:via-white-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .\32xl\:via-white-550{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:via-white-650{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .\32xl\:via-white-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:via-white-750{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .\32xl\:via-white-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .\32xl\:via-white-850{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .\32xl\:via-white-900{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:via-white-950{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .\32xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .\32xl\:via-gray-150{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .\32xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .\32xl\:via-gray-250{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:via-gray-650{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:via-gray-750{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .\32xl\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .\32xl\:via-redlight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .\32xl\:via-grayLight{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:via-grayDark{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .\32xl\:via-borderDark{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .\32xl\:via-whiteLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-secondaryLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-borderLight{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-secondaryDark{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-blackDark{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:via-gray200{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:via-black50{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:via-borderGray{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:via-borderModal{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:via-modalbg{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-black90{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .\32xl\:via-inputDark{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:via-black30{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-select{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:via-darkBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:via-borderBlack{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .\32xl\:via-black95{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-blackLight25{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:via-bGraylight{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:via-lightGray{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .\32xl\:via-lightRed{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .\32xl\:via-maroon{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .\32xl\:via-footerDark{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .\32xl\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .\32xl\:via-info{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .\32xl\:via-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:via-alert{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:via-success-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .\32xl\:via-info-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .\32xl\:via-warning-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .\32xl\:via-danger-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .\32xl\:hover\:via-primary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:via-primary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:hover\:via-primary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:hover\:via-primary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:hover\:via-primary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:hover\:via-primary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:via-primary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:via-primary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:hover\:via-primary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:hover\:via-primary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:hover\:via-primary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .\32xl\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .\32xl\:hover\:via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:hover\:via-blackLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .\32xl\:hover\:via-redDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .\32xl\:hover\:via-gray400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:via-ghostWhite:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .\32xl\:hover\:via-black500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-white200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:via-gray100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .\32xl\:hover\:via-none:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .\32xl\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .\32xl\:hover\:via-pink100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .\32xl\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:hover\:via-blue-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .\32xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:hover\:via-blue-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .\32xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .\32xl\:hover\:via-blue-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .\32xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:hover\:via-blue-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .\32xl\:hover\:via-blue-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .\32xl\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:hover\:via-black-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:hover\:via-black-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .\32xl\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .\32xl\:hover\:via-black-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .\32xl\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .\32xl\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .\32xl\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:via-black-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .\32xl\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .\32xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .\32xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .\32xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .\32xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .\32xl\:hover\:via-red-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .\32xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .\32xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .\32xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .\32xl\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:hover\:via-white-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-white-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .\32xl\:hover\:via-white-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .\32xl\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .\32xl\:hover\:via-white-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .\32xl\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:via-white-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:hover\:via-white-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .\32xl\:hover\:via-white-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .\32xl\:hover\:via-white-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:hover\:via-white-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .\32xl\:hover\:via-white-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:via-white-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .\32xl\:hover\:via-white-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .\32xl\:hover\:via-white-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .\32xl\:hover\:via-white-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:hover\:via-white-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .\32xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .\32xl\:hover\:via-gray-150:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .\32xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .\32xl\:hover\:via-gray-250:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:hover\:via-gray-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:hover\:via-gray-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .\32xl\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .\32xl\:hover\:via-redlight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .\32xl\:hover\:via-grayLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:hover\:via-grayDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .\32xl\:hover\:via-borderDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .\32xl\:hover\:via-whiteLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-secondaryLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-borderLight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-secondaryDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-blackDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:via-gray200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:hover\:via-black50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:via-borderGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:via-borderModal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:hover\:via-modalbg:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-black90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .\32xl\:hover\:via-inputDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:via-black30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-select:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:via-darkBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:hover\:via-borderBlack:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .\32xl\:hover\:via-black95:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-blackLight25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:hover\:via-bGraylight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:hover\:via-lightGray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .\32xl\:hover\:via-lightRed:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .\32xl\:hover\:via-maroon:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .\32xl\:hover\:via-footerDark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .\32xl\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .\32xl\:hover\:via-info:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .\32xl\:hover\:via-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:hover\:via-alert:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:hover\:via-success-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .\32xl\:hover\:via-info-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .\32xl\:hover\:via-warning-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .\32xl\:hover\:via-danger-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .\32xl\:focus\:via-primary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:via-primary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:focus\:via-primary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:focus\:via-primary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:focus\:via-primary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:focus\:via-primary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:via-primary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:via-primary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:focus\:via-primary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:focus\:via-primary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:focus\:via-primary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #450a0a, var(--tw-gradient-to, rgba(69, 10, 10, 0)) !important;
  }

  .\32xl\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020617, var(--tw-gradient-to, rgba(2, 6, 23, 0)) !important;
  }

  .\32xl\:focus\:via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:focus\:via-blackLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(42,44,49,0.3), var(--tw-gradient-to, rgba(42, 44, 49, 0)) !important;
  }

  .\32xl\:focus\:via-redDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E60A0A, var(--tw-gradient-to, rgba(230, 10, 10, 0)) !important;
  }

  .\32xl\:focus\:via-gray400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F7F9F9, var(--tw-gradient-to, rgba(247, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:via-ghostWhite:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F6, var(--tw-gradient-to, rgba(242, 242, 246, 0)) !important;
  }

  .\32xl\:focus\:via-black500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-white200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f9f9, var(--tw-gradient-to, rgba(246, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:via-gray100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e1e4e4, var(--tw-gradient-to, rgba(225, 228, 228, 0)) !important;
  }

  .\32xl\:focus\:via-none:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF626B, var(--tw-gradient-to, rgba(255, 98, 107, 0)) !important;
  }

  .\32xl\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD6EB0, var(--tw-gradient-to, rgba(253, 110, 176, 0)) !important;
  }

  .\32xl\:focus\:via-pink100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DA2587, var(--tw-gradient-to, rgba(218, 37, 135, 0)) !important;
  }

  .\32xl\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E8E5FF, var(--tw-gradient-to, rgba(232, 229, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3B, var(--tw-gradient-to, rgba(42, 43, 59, 0)) !important;
  }

  .\32xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232f, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:focus\:via-blue-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFF5FC, var(--tw-gradient-to, rgba(239, 245, 252, 0)) !important;
  }

  .\32xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98, 218, 251, 0.1), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:focus\:via-blue-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F9FF, var(--tw-gradient-to, rgba(243, 249, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #564CFF, var(--tw-gradient-to, rgba(86, 76, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2B3A, var(--tw-gradient-to, rgba(42, 43, 58, 0)) !important;
  }

  .\32xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4C55FF, var(--tw-gradient-to, rgba(76, 85, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B61FF, var(--tw-gradient-to, rgba(123, 97, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #454AE7, var(--tw-gradient-to, rgba(69, 74, 231, 0)) !important;
  }

  .\32xl\:focus\:via-blue-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1784B2, var(--tw-gradient-to, rgba(23, 132, 178, 0)) !important;
  }

  .\32xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(98,218,251,0.10), var(--tw-gradient-to, rgba(98, 218, 251, 0)) !important;
  }

  .\32xl\:focus\:via-blue-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9FF, var(--tw-gradient-to, rgba(249, 249, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5875DC, var(--tw-gradient-to, rgba(88, 117, 220, 0)) !important;
  }

  .\32xl\:focus\:via-blue-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F3F4FC, var(--tw-gradient-to, rgba(243, 244, 252, 0)) !important;
  }

  .\32xl\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0099FF, var(--tw-gradient-to, rgba(0, 153, 255, 0)) !important;
  }

  .\32xl\:focus\:via-black-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:focus\:via-black-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0)) !important;
  }

  .\32xl\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0)) !important;
  }

  .\32xl\:focus\:via-black-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0)) !important;
  }

  .\32xl\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0)) !important;
  }

  .\32xl\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0)) !important;
  }

  .\32xl\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:via-black-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a, var(--tw-gradient-to, rgba(10, 10, 10, 0)) !important;
  }

  .\32xl\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000040, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000066, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000080, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00000099, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000B3, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000CC, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000E6, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7e9e8, var(--tw-gradient-to, rgba(247, 233, 232, 0)) !important;
  }

  .\32xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b2a2b, var(--tw-gradient-to, rgba(123, 42, 43, 0)) !important;
  }

  .\32xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F9597C, var(--tw-gradient-to, rgba(249, 89, 124, 0)) !important;
  }

  .\32xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FBEAE3, var(--tw-gradient-to, rgba(251, 234, 227, 0)) !important;
  }

  .\32xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF2F3, var(--tw-gradient-to, rgba(255, 242, 243, 0)) !important;
  }

  .\32xl\:focus\:via-red-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFF5F6, var(--tw-gradient-to, rgba(255, 245, 246, 0)) !important;
  }

  .\32xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEFAFA, var(--tw-gradient-to, rgba(254, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFE9EA, var(--tw-gradient-to, rgba(255, 233, 234, 0)) !important;
  }

  .\32xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B92823, var(--tw-gradient-to, rgba(185, 40, 35, 0)) !important;
  }

  .\32xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f2f4, var(--tw-gradient-to, rgba(249, 242, 244, 0)) !important;
  }

  .\32xl\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CA0515, var(--tw-gradient-to, rgba(202, 5, 21, 0)) !important;
  }

  .\32xl\:focus\:via-white-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-white-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefefe, var(--tw-gradient-to, rgba(254, 254, 254, 0)) !important;
  }

  .\32xl\:focus\:via-white-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdfdfd, var(--tw-gradient-to, rgba(253, 253, 253, 0)) !important;
  }

  .\32xl\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgba(252, 252, 252, 0)) !important;
  }

  .\32xl\:focus\:via-white-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb, var(--tw-gradient-to, rgba(251, 251, 251, 0)) !important;
  }

  .\32xl\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:via-white-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:focus\:via-white-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, rgba(247, 247, 247, 0)) !important;
  }

  .\32xl\:focus\:via-white-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgba(246, 246, 246, 0)) !important;
  }

  .\32xl\:focus\:via-white-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:focus\:via-white-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .\32xl\:focus\:via-white-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:via-white-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1, var(--tw-gradient-to, rgba(241, 241, 241, 0)) !important;
  }

  .\32xl\:focus\:via-white-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0, var(--tw-gradient-to, rgba(240, 240, 240, 0)) !important;
  }

  .\32xl\:focus\:via-white-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .\32xl\:focus\:via-white-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:focus\:via-white-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }

  .\32xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }

  .\32xl\:focus\:via-gray-150:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAECF2, var(--tw-gradient-to, rgba(234, 236, 242, 0)) !important;
  }

  .\32xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }

  .\32xl\:focus\:via-gray-250:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }

  .\32xl\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }

  .\32xl\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:focus\:via-gray-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }

  .\32xl\:focus\:via-gray-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }

  .\32xl\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }

  .\32xl\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #030712, var(--tw-gradient-to, rgba(3, 7, 18, 0)) !important;
  }

  .\32xl\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }

  .\32xl\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5acebe, var(--tw-gradient-to, rgba(90, 206, 190, 0)) !important;
  }

  .\32xl\:focus\:via-redlight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(176,42,35,.6), var(--tw-gradient-to, rgba(176, 42, 35, 0)) !important;
  }

  .\32xl\:focus\:via-grayLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:focus\:via-grayDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd, var(--tw-gradient-to, rgba(221, 221, 221, 0)) !important;
  }

  .\32xl\:focus\:via-borderDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C7C7, var(--tw-gradient-to, rgba(199, 199, 199, 0)) !important;
  }

  .\32xl\:focus\:via-whiteLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0.8), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-secondaryLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-borderLight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-secondaryDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.4), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-blackDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:via-gray200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .\32xl\:focus\:via-black50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B80, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:via-borderGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B67, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:via-borderModal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:focus\:via-modalbg:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.7), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-black90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.9), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffc107, var(--tw-gradient-to, rgba(255, 193, 7, 0)) !important;
  }

  .\32xl\:focus\:via-inputDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3BCB, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:via-black30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0000004D, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-select:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B41, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:via-darkBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22232F, var(--tw-gradient-to, rgba(34, 35, 47, 0)) !important;
  }

  .\32xl\:focus\:via-borderBlack:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #181922, var(--tw-gradient-to, rgba(24, 25, 34, 0)) !important;
  }

  .\32xl\:focus\:via-black95:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000F2, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-blackLight25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2A2C3B40, var(--tw-gradient-to, rgba(42, 44, 59, 0)) !important;
  }

  .\32xl\:focus\:via-bGraylight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70707027, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl\:focus\:via-lightGray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4E4E4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .\32xl\:focus\:via-lightRed:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7eae9, var(--tw-gradient-to, rgba(247, 234, 233, 0)) !important;
  }

  .\32xl\:focus\:via-maroon:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b73a33, var(--tw-gradient-to, rgba(183, 58, 51, 0)) !important;
  }

  .\32xl\:focus\:via-footerDark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #161617, var(--tw-gradient-to, rgba(22, 22, 23, 0)) !important;
  }

  .\32xl\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #28a745, var(--tw-gradient-to, rgba(40, 167, 69, 0)) !important;
  }

  .\32xl\:focus\:via-info:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #17a2b8, var(--tw-gradient-to, rgba(23, 162, 184, 0)) !important;
  }

  .\32xl\:focus\:via-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:focus\:via-alert:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc3545, var(--tw-gradient-to, rgba(220, 53, 69, 0)) !important;
  }

  .\32xl\:focus\:via-success-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d4edda, var(--tw-gradient-to, rgba(212, 237, 218, 0)) !important;
  }

  .\32xl\:focus\:via-info-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecf1, var(--tw-gradient-to, rgba(209, 236, 241, 0)) !important;
  }

  .\32xl\:focus\:via-warning-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff3cd, var(--tw-gradient-to, rgba(255, 243, 205, 0)) !important;
  }

  .\32xl\:focus\:via-danger-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8d7da, var(--tw-gradient-to, rgba(248, 215, 218, 0)) !important;
  }

  .\32xl\:to-primary-50{
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:to-primary-100{
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:to-primary-200{
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:to-primary-300{
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:to-primary-400{
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:to-primary-500{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:to-primary-600{
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:to-primary-700{
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:to-primary-800{
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:to-primary-900{
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:to-primary-950{
    --tw-gradient-to: #450a0a !important;
  }

  .\32xl\:to-primary{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:to-secondary-50{
    --tw-gradient-to: #f8fafc !important;
  }

  .\32xl\:to-secondary-100{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .\32xl\:to-secondary-200{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .\32xl\:to-secondary-300{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .\32xl\:to-secondary-400{
    --tw-gradient-to: #94a3b8 !important;
  }

  .\32xl\:to-secondary-500{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:to-secondary-600{
    --tw-gradient-to: #475569 !important;
  }

  .\32xl\:to-secondary-700{
    --tw-gradient-to: #334155 !important;
  }

  .\32xl\:to-secondary-800{
    --tw-gradient-to: #1e293b !important;
  }

  .\32xl\:to-secondary-900{
    --tw-gradient-to: #0f172a !important;
  }

  .\32xl\:to-secondary-950{
    --tw-gradient-to: #020617 !important;
  }

  .\32xl\:to-secondary{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:to-blackLight{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:to-redDark{
    --tw-gradient-to: #E60A0A !important;
  }

  .\32xl\:to-gray400{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .\32xl\:to-ghostWhite{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .\32xl\:to-black500{
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:to-white200{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .\32xl\:to-gray100{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .\32xl\:to-none{
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:to-orange{
    --tw-gradient-to: #FF626B !important;
  }

  .\32xl\:to-pink{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .\32xl\:to-pink100{
    --tw-gradient-to: #DA2587 !important;
  }

  .\32xl\:to-purple{
    --tw-gradient-to: #E8E5FF !important;
  }

  .\32xl\:to-blue-50{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:to-blue-100{
    --tw-gradient-to: #22232f !important;
  }

  .\32xl\:to-blue-150{
    --tw-gradient-to: #EFF5FC !important;
  }

  .\32xl\:to-blue-200{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:to-blue-250{
    --tw-gradient-to: #F3F9FF !important;
  }

  .\32xl\:to-blue-300{
    --tw-gradient-to: #564CFF !important;
  }

  .\32xl\:to-blue-350{
    --tw-gradient-to: #2A2B3A !important;
  }

  .\32xl\:to-blue-400{
    --tw-gradient-to: #4C55FF !important;
  }

  .\32xl\:to-blue-500{
    --tw-gradient-to: #0099FF !important;
  }

  .\32xl\:to-blue-600{
    --tw-gradient-to: #7B61FF !important;
  }

  .\32xl\:to-blue-700{
    --tw-gradient-to: #454AE7 !important;
  }

  .\32xl\:to-blue-750{
    --tw-gradient-to: #1784B2 !important;
  }

  .\32xl\:to-blue-800{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:to-blue-850{
    --tw-gradient-to: #F9F9FF !important;
  }

  .\32xl\:to-blue-900{
    --tw-gradient-to: #5875DC !important;
  }

  .\32xl\:to-blue-950{
    --tw-gradient-to: #F3F4FC !important;
  }

  .\32xl\:to-blue{
    --tw-gradient-to: #0099FF !important;
  }

  .\32xl\:to-black-40{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:to-black-50{
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:to-black-100{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .\32xl\:to-black-150{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .\32xl\:to-black-200{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .\32xl\:to-black-250{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .\32xl\:to-black-300{
    --tw-gradient-to: #737373 !important;
  }

  .\32xl\:to-black-350{
    --tw-gradient-to: #525252 !important;
  }

  .\32xl\:to-black-400{
    --tw-gradient-to: #404040 !important;
  }

  .\32xl\:to-black-450{
    --tw-gradient-to: #262626 !important;
  }

  .\32xl\:to-black-500{
    --tw-gradient-to: #333 !important;
  }

  .\32xl\:to-black-550{
    --tw-gradient-to: #0a0a0a !important;
  }

  .\32xl\:to-black-600{
    --tw-gradient-to: #000000 !important;
  }

  .\32xl\:to-black-650{
    --tw-gradient-to: #00000040 !important;
  }

  .\32xl\:to-black-700{
    --tw-gradient-to: #00000066 !important;
  }

  .\32xl\:to-black-750{
    --tw-gradient-to: #00000080 !important;
  }

  .\32xl\:to-black-800{
    --tw-gradient-to: #00000099 !important;
  }

  .\32xl\:to-black-850{
    --tw-gradient-to: #000000B3 !important;
  }

  .\32xl\:to-black-900{
    --tw-gradient-to: #000000CC !important;
  }

  .\32xl\:to-black-950{
    --tw-gradient-to: #000000E6 !important;
  }

  .\32xl\:to-black{
    --tw-gradient-to: #000000 !important;
  }

  .\32xl\:to-red-50{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .\32xl\:to-red-100{
    --tw-gradient-to: #7b2a2b !important;
  }

  .\32xl\:to-red-200{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:to-red-300{
    --tw-gradient-to: #F9597C !important;
  }

  .\32xl\:to-red-400{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .\32xl\:to-red-500{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .\32xl\:to-red-550{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .\32xl\:to-red-600{
    --tw-gradient-to: #FEFAFA !important;
  }

  .\32xl\:to-red-650{
    --tw-gradient-to: #FFE9EA !important;
  }

  .\32xl\:to-red-700{
    --tw-gradient-to: #B92823 !important;
  }

  .\32xl\:to-red-800{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .\32xl\:to-red{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:to-white-50{
    --tw-gradient-to: #ffffff !important;
  }

  .\32xl\:to-white-100{
    --tw-gradient-to: #fefefe !important;
  }

  .\32xl\:to-white-150{
    --tw-gradient-to: #fdfdfd !important;
  }

  .\32xl\:to-white-200{
    --tw-gradient-to: #fcfcfc !important;
  }

  .\32xl\:to-white-250{
    --tw-gradient-to: #fbfbfb !important;
  }

  .\32xl\:to-white-300{
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:to-white-350{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .\32xl\:to-white-400{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\32xl\:to-white-450{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .\32xl\:to-white-500{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .\32xl\:to-white-550{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .\32xl\:to-white-600{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:to-white-650{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .\32xl\:to-white-700{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .\32xl\:to-white-750{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .\32xl\:to-white-800{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .\32xl\:to-white-850{
    --tw-gradient-to: #efefef !important;
  }

  .\32xl\:to-white-900{
    --tw-gradient-to: #eeeeee !important;
  }

  .\32xl\:to-white-950{
    --tw-gradient-to: #ededed !important;
  }

  .\32xl\:to-white{
    --tw-gradient-to: #ffffff !important;
  }

  .\32xl\:to-gray-50{
    --tw-gradient-to: #f9fafb !important;
  }

  .\32xl\:to-gray-100{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .\32xl\:to-gray-150{
    --tw-gradient-to: #EAECF2 !important;
  }

  .\32xl\:to-gray-200{
    --tw-gradient-to: #e5e7eb !important;
  }

  .\32xl\:to-gray-250{
    --tw-gradient-to: #d1d5db !important;
  }

  .\32xl\:to-gray-300{
    --tw-gradient-to: #d1d5db !important;
  }

  .\32xl\:to-gray-350{
    --tw-gradient-to: #9ca3af !important;
  }

  .\32xl\:to-gray-400{
    --tw-gradient-to: #9ca3af !important;
  }

  .\32xl\:to-gray-450{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:to-gray-500{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:to-gray-550{
    --tw-gradient-to: #4b5563 !important;
  }

  .\32xl\:to-gray-600{
    --tw-gradient-to: #4b5563 !important;
  }

  .\32xl\:to-gray-650{
    --tw-gradient-to: #374151 !important;
  }

  .\32xl\:to-gray-700{
    --tw-gradient-to: #374151 !important;
  }

  .\32xl\:to-gray-750{
    --tw-gradient-to: #1f2937 !important;
  }

  .\32xl\:to-gray-800{
    --tw-gradient-to: #1f2937 !important;
  }

  .\32xl\:to-gray-850{
    --tw-gradient-to: #111827 !important;
  }

  .\32xl\:to-gray-900{
    --tw-gradient-to: #111827 !important;
  }

  .\32xl\:to-gray-950{
    --tw-gradient-to: #030712 !important;
  }

  .\32xl\:to-gray{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:to-green{
    --tw-gradient-to: #5acebe !important;
  }

  .\32xl\:to-redlight{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .\32xl\:to-grayLight{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:to-grayDark{
    --tw-gradient-to: #ddd !important;
  }

  .\32xl\:to-borderDark{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .\32xl\:to-whiteLight{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:to-secondaryLight{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:to-borderLight{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:to-secondaryDark{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:to-blackDark{
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:to-gray200{
    --tw-gradient-to: #eee !important;
  }

  .\32xl\:to-black50{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .\32xl\:to-borderGray{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .\32xl\:to-borderModal{
    --tw-gradient-to: #707070 !important;
  }

  .\32xl\:to-modalbg{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .\32xl\:to-black80{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:to-black90{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:to-warning{
    --tw-gradient-to: #ffc107 !important;
  }

  .\32xl\:to-inputDark{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .\32xl\:to-black30{
    --tw-gradient-to: #0000004D !important;
  }

  .\32xl\:to-select{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .\32xl\:to-darkBlack{
    --tw-gradient-to: #22232F !important;
  }

  .\32xl\:to-borderBlack{
    --tw-gradient-to: #181922 !important;
  }

  .\32xl\:to-black95{
    --tw-gradient-to: #000000F2 !important;
  }

  .\32xl\:to-blackLight25{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .\32xl\:to-bGraylight{
    --tw-gradient-to: #70707027 !important;
  }

  .\32xl\:to-lightGray{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .\32xl\:to-lightRed{
    --tw-gradient-to: #f7eae9 !important;
  }

  .\32xl\:to-maroon{
    --tw-gradient-to: #b73a33 !important;
  }

  .\32xl\:to-footerDark{
    --tw-gradient-to: #161617 !important;
  }

  .\32xl\:to-success{
    --tw-gradient-to: #28a745 !important;
  }

  .\32xl\:to-info{
    --tw-gradient-to: #17a2b8 !important;
  }

  .\32xl\:to-danger{
    --tw-gradient-to: #dc3545 !important;
  }

  .\32xl\:to-alert{
    --tw-gradient-to: #dc3545 !important;
  }

  .\32xl\:to-success-light{
    --tw-gradient-to: #d4edda !important;
  }

  .\32xl\:to-info-light{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .\32xl\:to-warning-light{
    --tw-gradient-to: #fff3cd !important;
  }

  .\32xl\:to-danger-light{
    --tw-gradient-to: #f8d7da !important;
  }

  .\32xl\:hover\:to-primary-50:hover{
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:hover\:to-primary-100:hover{
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:hover\:to-primary-200:hover{
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:hover\:to-primary-300:hover{
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:hover\:to-primary-400:hover{
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:hover\:to-primary-500:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:hover\:to-primary-600:hover{
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:hover\:to-primary-700:hover{
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:hover\:to-primary-800:hover{
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:hover\:to-primary-900:hover{
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:hover\:to-primary-950:hover{
    --tw-gradient-to: #450a0a !important;
  }

  .\32xl\:hover\:to-primary:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:hover\:to-secondary-50:hover{
    --tw-gradient-to: #f8fafc !important;
  }

  .\32xl\:hover\:to-secondary-100:hover{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .\32xl\:hover\:to-secondary-200:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .\32xl\:hover\:to-secondary-300:hover{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .\32xl\:hover\:to-secondary-400:hover{
    --tw-gradient-to: #94a3b8 !important;
  }

  .\32xl\:hover\:to-secondary-500:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:hover\:to-secondary-600:hover{
    --tw-gradient-to: #475569 !important;
  }

  .\32xl\:hover\:to-secondary-700:hover{
    --tw-gradient-to: #334155 !important;
  }

  .\32xl\:hover\:to-secondary-800:hover{
    --tw-gradient-to: #1e293b !important;
  }

  .\32xl\:hover\:to-secondary-900:hover{
    --tw-gradient-to: #0f172a !important;
  }

  .\32xl\:hover\:to-secondary-950:hover{
    --tw-gradient-to: #020617 !important;
  }

  .\32xl\:hover\:to-secondary:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:hover\:to-blackLight:hover{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:hover\:to-redDark:hover{
    --tw-gradient-to: #E60A0A !important;
  }

  .\32xl\:hover\:to-gray400:hover{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .\32xl\:hover\:to-ghostWhite:hover{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .\32xl\:hover\:to-black500:hover{
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:hover\:to-white200:hover{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .\32xl\:hover\:to-gray100:hover{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .\32xl\:hover\:to-none:hover{
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:hover\:to-orange:hover{
    --tw-gradient-to: #FF626B !important;
  }

  .\32xl\:hover\:to-pink:hover{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .\32xl\:hover\:to-pink100:hover{
    --tw-gradient-to: #DA2587 !important;
  }

  .\32xl\:hover\:to-purple:hover{
    --tw-gradient-to: #E8E5FF !important;
  }

  .\32xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #22232f !important;
  }

  .\32xl\:hover\:to-blue-150:hover{
    --tw-gradient-to: #EFF5FC !important;
  }

  .\32xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:hover\:to-blue-250:hover{
    --tw-gradient-to: #F3F9FF !important;
  }

  .\32xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #564CFF !important;
  }

  .\32xl\:hover\:to-blue-350:hover{
    --tw-gradient-to: #2A2B3A !important;
  }

  .\32xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #4C55FF !important;
  }

  .\32xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .\32xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #7B61FF !important;
  }

  .\32xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #454AE7 !important;
  }

  .\32xl\:hover\:to-blue-750:hover{
    --tw-gradient-to: #1784B2 !important;
  }

  .\32xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:hover\:to-blue-850:hover{
    --tw-gradient-to: #F9F9FF !important;
  }

  .\32xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #5875DC !important;
  }

  .\32xl\:hover\:to-blue-950:hover{
    --tw-gradient-to: #F3F4FC !important;
  }

  .\32xl\:hover\:to-blue:hover{
    --tw-gradient-to: #0099FF !important;
  }

  .\32xl\:hover\:to-black-40:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:to-black-50:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:hover\:to-black-100:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .\32xl\:hover\:to-black-150:hover{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .\32xl\:hover\:to-black-200:hover{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .\32xl\:hover\:to-black-250:hover{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .\32xl\:hover\:to-black-300:hover{
    --tw-gradient-to: #737373 !important;
  }

  .\32xl\:hover\:to-black-350:hover{
    --tw-gradient-to: #525252 !important;
  }

  .\32xl\:hover\:to-black-400:hover{
    --tw-gradient-to: #404040 !important;
  }

  .\32xl\:hover\:to-black-450:hover{
    --tw-gradient-to: #262626 !important;
  }

  .\32xl\:hover\:to-black-500:hover{
    --tw-gradient-to: #333 !important;
  }

  .\32xl\:hover\:to-black-550:hover{
    --tw-gradient-to: #0a0a0a !important;
  }

  .\32xl\:hover\:to-black-600:hover{
    --tw-gradient-to: #000000 !important;
  }

  .\32xl\:hover\:to-black-650:hover{
    --tw-gradient-to: #00000040 !important;
  }

  .\32xl\:hover\:to-black-700:hover{
    --tw-gradient-to: #00000066 !important;
  }

  .\32xl\:hover\:to-black-750:hover{
    --tw-gradient-to: #00000080 !important;
  }

  .\32xl\:hover\:to-black-800:hover{
    --tw-gradient-to: #00000099 !important;
  }

  .\32xl\:hover\:to-black-850:hover{
    --tw-gradient-to: #000000B3 !important;
  }

  .\32xl\:hover\:to-black-900:hover{
    --tw-gradient-to: #000000CC !important;
  }

  .\32xl\:hover\:to-black-950:hover{
    --tw-gradient-to: #000000E6 !important;
  }

  .\32xl\:hover\:to-black:hover{
    --tw-gradient-to: #000000 !important;
  }

  .\32xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .\32xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #7b2a2b !important;
  }

  .\32xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #F9597C !important;
  }

  .\32xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .\32xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .\32xl\:hover\:to-red-550:hover{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .\32xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #FEFAFA !important;
  }

  .\32xl\:hover\:to-red-650:hover{
    --tw-gradient-to: #FFE9EA !important;
  }

  .\32xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #B92823 !important;
  }

  .\32xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .\32xl\:hover\:to-red:hover{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:hover\:to-white-50:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .\32xl\:hover\:to-white-100:hover{
    --tw-gradient-to: #fefefe !important;
  }

  .\32xl\:hover\:to-white-150:hover{
    --tw-gradient-to: #fdfdfd !important;
  }

  .\32xl\:hover\:to-white-200:hover{
    --tw-gradient-to: #fcfcfc !important;
  }

  .\32xl\:hover\:to-white-250:hover{
    --tw-gradient-to: #fbfbfb !important;
  }

  .\32xl\:hover\:to-white-300:hover{
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:hover\:to-white-350:hover{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .\32xl\:hover\:to-white-400:hover{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\32xl\:hover\:to-white-450:hover{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .\32xl\:hover\:to-white-500:hover{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .\32xl\:hover\:to-white-550:hover{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .\32xl\:hover\:to-white-600:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:hover\:to-white-650:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .\32xl\:hover\:to-white-700:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .\32xl\:hover\:to-white-750:hover{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .\32xl\:hover\:to-white-800:hover{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .\32xl\:hover\:to-white-850:hover{
    --tw-gradient-to: #efefef !important;
  }

  .\32xl\:hover\:to-white-900:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .\32xl\:hover\:to-white-950:hover{
    --tw-gradient-to: #ededed !important;
  }

  .\32xl\:hover\:to-white:hover{
    --tw-gradient-to: #ffffff !important;
  }

  .\32xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb !important;
  }

  .\32xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .\32xl\:hover\:to-gray-150:hover{
    --tw-gradient-to: #EAECF2 !important;
  }

  .\32xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb !important;
  }

  .\32xl\:hover\:to-gray-250:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .\32xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db !important;
  }

  .\32xl\:hover\:to-gray-350:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .\32xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af !important;
  }

  .\32xl\:hover\:to-gray-450:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:hover\:to-gray-550:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .\32xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563 !important;
  }

  .\32xl\:hover\:to-gray-650:hover{
    --tw-gradient-to: #374151 !important;
  }

  .\32xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151 !important;
  }

  .\32xl\:hover\:to-gray-750:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .\32xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937 !important;
  }

  .\32xl\:hover\:to-gray-850:hover{
    --tw-gradient-to: #111827 !important;
  }

  .\32xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827 !important;
  }

  .\32xl\:hover\:to-gray-950:hover{
    --tw-gradient-to: #030712 !important;
  }

  .\32xl\:hover\:to-gray:hover{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:hover\:to-green:hover{
    --tw-gradient-to: #5acebe !important;
  }

  .\32xl\:hover\:to-redlight:hover{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .\32xl\:hover\:to-grayLight:hover{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:hover\:to-grayDark:hover{
    --tw-gradient-to: #ddd !important;
  }

  .\32xl\:hover\:to-borderDark:hover{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .\32xl\:hover\:to-whiteLight:hover{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:hover\:to-secondaryLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:hover\:to-borderLight:hover{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:hover\:to-secondaryDark:hover{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:to-blackDark:hover{
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:hover\:to-gray200:hover{
    --tw-gradient-to: #eee !important;
  }

  .\32xl\:hover\:to-black50:hover{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .\32xl\:hover\:to-borderGray:hover{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .\32xl\:hover\:to-borderModal:hover{
    --tw-gradient-to: #707070 !important;
  }

  .\32xl\:hover\:to-modalbg:hover{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .\32xl\:hover\:to-black80:hover{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:hover\:to-black90:hover{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:hover\:to-warning:hover{
    --tw-gradient-to: #ffc107 !important;
  }

  .\32xl\:hover\:to-inputDark:hover{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .\32xl\:hover\:to-black30:hover{
    --tw-gradient-to: #0000004D !important;
  }

  .\32xl\:hover\:to-select:hover{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .\32xl\:hover\:to-darkBlack:hover{
    --tw-gradient-to: #22232F !important;
  }

  .\32xl\:hover\:to-borderBlack:hover{
    --tw-gradient-to: #181922 !important;
  }

  .\32xl\:hover\:to-black95:hover{
    --tw-gradient-to: #000000F2 !important;
  }

  .\32xl\:hover\:to-blackLight25:hover{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .\32xl\:hover\:to-bGraylight:hover{
    --tw-gradient-to: #70707027 !important;
  }

  .\32xl\:hover\:to-lightGray:hover{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .\32xl\:hover\:to-lightRed:hover{
    --tw-gradient-to: #f7eae9 !important;
  }

  .\32xl\:hover\:to-maroon:hover{
    --tw-gradient-to: #b73a33 !important;
  }

  .\32xl\:hover\:to-footerDark:hover{
    --tw-gradient-to: #161617 !important;
  }

  .\32xl\:hover\:to-success:hover{
    --tw-gradient-to: #28a745 !important;
  }

  .\32xl\:hover\:to-info:hover{
    --tw-gradient-to: #17a2b8 !important;
  }

  .\32xl\:hover\:to-danger:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .\32xl\:hover\:to-alert:hover{
    --tw-gradient-to: #dc3545 !important;
  }

  .\32xl\:hover\:to-success-light:hover{
    --tw-gradient-to: #d4edda !important;
  }

  .\32xl\:hover\:to-info-light:hover{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .\32xl\:hover\:to-warning-light:hover{
    --tw-gradient-to: #fff3cd !important;
  }

  .\32xl\:hover\:to-danger-light:hover{
    --tw-gradient-to: #f8d7da !important;
  }

  .\32xl\:focus\:to-primary-50:focus{
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:focus\:to-primary-100:focus{
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:focus\:to-primary-200:focus{
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:focus\:to-primary-300:focus{
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:focus\:to-primary-400:focus{
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:focus\:to-primary-500:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:focus\:to-primary-600:focus{
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:focus\:to-primary-700:focus{
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:focus\:to-primary-800:focus{
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:focus\:to-primary-900:focus{
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:focus\:to-primary-950:focus{
    --tw-gradient-to: #450a0a !important;
  }

  .\32xl\:focus\:to-primary:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:focus\:to-secondary-50:focus{
    --tw-gradient-to: #f8fafc !important;
  }

  .\32xl\:focus\:to-secondary-100:focus{
    --tw-gradient-to: #f1f5f9 !important;
  }

  .\32xl\:focus\:to-secondary-200:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .\32xl\:focus\:to-secondary-300:focus{
    --tw-gradient-to: #cbd5e1 !important;
  }

  .\32xl\:focus\:to-secondary-400:focus{
    --tw-gradient-to: #94a3b8 !important;
  }

  .\32xl\:focus\:to-secondary-500:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:focus\:to-secondary-600:focus{
    --tw-gradient-to: #475569 !important;
  }

  .\32xl\:focus\:to-secondary-700:focus{
    --tw-gradient-to: #334155 !important;
  }

  .\32xl\:focus\:to-secondary-800:focus{
    --tw-gradient-to: #1e293b !important;
  }

  .\32xl\:focus\:to-secondary-900:focus{
    --tw-gradient-to: #0f172a !important;
  }

  .\32xl\:focus\:to-secondary-950:focus{
    --tw-gradient-to: #020617 !important;
  }

  .\32xl\:focus\:to-secondary:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:focus\:to-blackLight:focus{
    --tw-gradient-to: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:to-redDark:focus{
    --tw-gradient-to: #E60A0A !important;
  }

  .\32xl\:focus\:to-gray400:focus{
    --tw-gradient-to: #F7F9F9 !important;
  }

  .\32xl\:focus\:to-ghostWhite:focus{
    --tw-gradient-to: #F2F2F6 !important;
  }

  .\32xl\:focus\:to-black500:focus{
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:focus\:to-white200:focus{
    --tw-gradient-to: #f6f9f9 !important;
  }

  .\32xl\:focus\:to-gray100:focus{
    --tw-gradient-to: #e1e4e4 !important;
  }

  .\32xl\:focus\:to-none:focus{
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:focus\:to-orange:focus{
    --tw-gradient-to: #FF626B !important;
  }

  .\32xl\:focus\:to-pink:focus{
    --tw-gradient-to: #FD6EB0 !important;
  }

  .\32xl\:focus\:to-pink100:focus{
    --tw-gradient-to: #DA2587 !important;
  }

  .\32xl\:focus\:to-purple:focus{
    --tw-gradient-to: #E8E5FF !important;
  }

  .\32xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #2A2B3B !important;
  }

  .\32xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #22232f !important;
  }

  .\32xl\:focus\:to-blue-150:focus{
    --tw-gradient-to: #EFF5FC !important;
  }

  .\32xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:to-blue-250:focus{
    --tw-gradient-to: #F3F9FF !important;
  }

  .\32xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #564CFF !important;
  }

  .\32xl\:focus\:to-blue-350:focus{
    --tw-gradient-to: #2A2B3A !important;
  }

  .\32xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #4C55FF !important;
  }

  .\32xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .\32xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #7B61FF !important;
  }

  .\32xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #454AE7 !important;
  }

  .\32xl\:focus\:to-blue-750:focus{
    --tw-gradient-to: #1784B2 !important;
  }

  .\32xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:to-blue-850:focus{
    --tw-gradient-to: #F9F9FF !important;
  }

  .\32xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #5875DC !important;
  }

  .\32xl\:focus\:to-blue-950:focus{
    --tw-gradient-to: #F3F4FC !important;
  }

  .\32xl\:focus\:to-blue:focus{
    --tw-gradient-to: #0099FF !important;
  }

  .\32xl\:focus\:to-black-40:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:to-black-50:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:focus\:to-black-100:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .\32xl\:focus\:to-black-150:focus{
    --tw-gradient-to: #e5e5e5 !important;
  }

  .\32xl\:focus\:to-black-200:focus{
    --tw-gradient-to: #d4d4d4 !important;
  }

  .\32xl\:focus\:to-black-250:focus{
    --tw-gradient-to: #a3a3a3 !important;
  }

  .\32xl\:focus\:to-black-300:focus{
    --tw-gradient-to: #737373 !important;
  }

  .\32xl\:focus\:to-black-350:focus{
    --tw-gradient-to: #525252 !important;
  }

  .\32xl\:focus\:to-black-400:focus{
    --tw-gradient-to: #404040 !important;
  }

  .\32xl\:focus\:to-black-450:focus{
    --tw-gradient-to: #262626 !important;
  }

  .\32xl\:focus\:to-black-500:focus{
    --tw-gradient-to: #333 !important;
  }

  .\32xl\:focus\:to-black-550:focus{
    --tw-gradient-to: #0a0a0a !important;
  }

  .\32xl\:focus\:to-black-600:focus{
    --tw-gradient-to: #000000 !important;
  }

  .\32xl\:focus\:to-black-650:focus{
    --tw-gradient-to: #00000040 !important;
  }

  .\32xl\:focus\:to-black-700:focus{
    --tw-gradient-to: #00000066 !important;
  }

  .\32xl\:focus\:to-black-750:focus{
    --tw-gradient-to: #00000080 !important;
  }

  .\32xl\:focus\:to-black-800:focus{
    --tw-gradient-to: #00000099 !important;
  }

  .\32xl\:focus\:to-black-850:focus{
    --tw-gradient-to: #000000B3 !important;
  }

  .\32xl\:focus\:to-black-900:focus{
    --tw-gradient-to: #000000CC !important;
  }

  .\32xl\:focus\:to-black-950:focus{
    --tw-gradient-to: #000000E6 !important;
  }

  .\32xl\:focus\:to-black:focus{
    --tw-gradient-to: #000000 !important;
  }

  .\32xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #f7e9e8 !important;
  }

  .\32xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #7b2a2b !important;
  }

  .\32xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #F9597C !important;
  }

  .\32xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #FBEAE3 !important;
  }

  .\32xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #FFF2F3 !important;
  }

  .\32xl\:focus\:to-red-550:focus{
    --tw-gradient-to: #FFF5F6 !important;
  }

  .\32xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #FEFAFA !important;
  }

  .\32xl\:focus\:to-red-650:focus{
    --tw-gradient-to: #FFE9EA !important;
  }

  .\32xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #B92823 !important;
  }

  .\32xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #f9f2f4 !important;
  }

  .\32xl\:focus\:to-red:focus{
    --tw-gradient-to: #CA0515 !important;
  }

  .\32xl\:focus\:to-white-50:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .\32xl\:focus\:to-white-100:focus{
    --tw-gradient-to: #fefefe !important;
  }

  .\32xl\:focus\:to-white-150:focus{
    --tw-gradient-to: #fdfdfd !important;
  }

  .\32xl\:focus\:to-white-200:focus{
    --tw-gradient-to: #fcfcfc !important;
  }

  .\32xl\:focus\:to-white-250:focus{
    --tw-gradient-to: #fbfbfb !important;
  }

  .\32xl\:focus\:to-white-300:focus{
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:focus\:to-white-350:focus{
    --tw-gradient-to: #f9f9f9 !important;
  }

  .\32xl\:focus\:to-white-400:focus{
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\32xl\:focus\:to-white-450:focus{
    --tw-gradient-to: #f7f7f7 !important;
  }

  .\32xl\:focus\:to-white-500:focus{
    --tw-gradient-to: #f6f6f6 !important;
  }

  .\32xl\:focus\:to-white-550:focus{
    --tw-gradient-to: #f5f5f5 !important;
  }

  .\32xl\:focus\:to-white-600:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:focus\:to-white-650:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .\32xl\:focus\:to-white-700:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .\32xl\:focus\:to-white-750:focus{
    --tw-gradient-to: #f1f1f1 !important;
  }

  .\32xl\:focus\:to-white-800:focus{
    --tw-gradient-to: #f0f0f0 !important;
  }

  .\32xl\:focus\:to-white-850:focus{
    --tw-gradient-to: #efefef !important;
  }

  .\32xl\:focus\:to-white-900:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .\32xl\:focus\:to-white-950:focus{
    --tw-gradient-to: #ededed !important;
  }

  .\32xl\:focus\:to-white:focus{
    --tw-gradient-to: #ffffff !important;
  }

  .\32xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb !important;
  }

  .\32xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6 !important;
  }

  .\32xl\:focus\:to-gray-150:focus{
    --tw-gradient-to: #EAECF2 !important;
  }

  .\32xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb !important;
  }

  .\32xl\:focus\:to-gray-250:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .\32xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db !important;
  }

  .\32xl\:focus\:to-gray-350:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .\32xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af !important;
  }

  .\32xl\:focus\:to-gray-450:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:focus\:to-gray-550:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .\32xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563 !important;
  }

  .\32xl\:focus\:to-gray-650:focus{
    --tw-gradient-to: #374151 !important;
  }

  .\32xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151 !important;
  }

  .\32xl\:focus\:to-gray-750:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .\32xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937 !important;
  }

  .\32xl\:focus\:to-gray-850:focus{
    --tw-gradient-to: #111827 !important;
  }

  .\32xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827 !important;
  }

  .\32xl\:focus\:to-gray-950:focus{
    --tw-gradient-to: #030712 !important;
  }

  .\32xl\:focus\:to-gray:focus{
    --tw-gradient-to: #6b7280 !important;
  }

  .\32xl\:focus\:to-green:focus{
    --tw-gradient-to: #5acebe !important;
  }

  .\32xl\:focus\:to-redlight:focus{
    --tw-gradient-to: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:to-grayLight:focus{
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:focus\:to-grayDark:focus{
    --tw-gradient-to: #ddd !important;
  }

  .\32xl\:focus\:to-borderDark:focus{
    --tw-gradient-to: #C7C7C7 !important;
  }

  .\32xl\:focus\:to-whiteLight:focus{
    --tw-gradient-to: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:to-secondaryLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:to-borderLight:focus{
    --tw-gradient-to: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:to-secondaryDark:focus{
    --tw-gradient-to: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:to-blackDark:focus{
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:focus\:to-gray200:focus{
    --tw-gradient-to: #eee !important;
  }

  .\32xl\:focus\:to-black50:focus{
    --tw-gradient-to: #2A2C3B80 !important;
  }

  .\32xl\:focus\:to-borderGray:focus{
    --tw-gradient-to: #2A2C3B67 !important;
  }

  .\32xl\:focus\:to-borderModal:focus{
    --tw-gradient-to: #707070 !important;
  }

  .\32xl\:focus\:to-modalbg:focus{
    --tw-gradient-to: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:to-black80:focus{
    --tw-gradient-to: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:to-black90:focus{
    --tw-gradient-to: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:to-warning:focus{
    --tw-gradient-to: #ffc107 !important;
  }

  .\32xl\:focus\:to-inputDark:focus{
    --tw-gradient-to: #2A2C3BCB !important;
  }

  .\32xl\:focus\:to-black30:focus{
    --tw-gradient-to: #0000004D !important;
  }

  .\32xl\:focus\:to-select:focus{
    --tw-gradient-to: #2A2C3B41 !important;
  }

  .\32xl\:focus\:to-darkBlack:focus{
    --tw-gradient-to: #22232F !important;
  }

  .\32xl\:focus\:to-borderBlack:focus{
    --tw-gradient-to: #181922 !important;
  }

  .\32xl\:focus\:to-black95:focus{
    --tw-gradient-to: #000000F2 !important;
  }

  .\32xl\:focus\:to-blackLight25:focus{
    --tw-gradient-to: #2A2C3B40 !important;
  }

  .\32xl\:focus\:to-bGraylight:focus{
    --tw-gradient-to: #70707027 !important;
  }

  .\32xl\:focus\:to-lightGray:focus{
    --tw-gradient-to: #E4E4E4 !important;
  }

  .\32xl\:focus\:to-lightRed:focus{
    --tw-gradient-to: #f7eae9 !important;
  }

  .\32xl\:focus\:to-maroon:focus{
    --tw-gradient-to: #b73a33 !important;
  }

  .\32xl\:focus\:to-footerDark:focus{
    --tw-gradient-to: #161617 !important;
  }

  .\32xl\:focus\:to-success:focus{
    --tw-gradient-to: #28a745 !important;
  }

  .\32xl\:focus\:to-info:focus{
    --tw-gradient-to: #17a2b8 !important;
  }

  .\32xl\:focus\:to-danger:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .\32xl\:focus\:to-alert:focus{
    --tw-gradient-to: #dc3545 !important;
  }

  .\32xl\:focus\:to-success-light:focus{
    --tw-gradient-to: #d4edda !important;
  }

  .\32xl\:focus\:to-info-light:focus{
    --tw-gradient-to: #d1ecf1 !important;
  }

  .\32xl\:focus\:to-warning-light:focus{
    --tw-gradient-to: #fff3cd !important;
  }

  .\32xl\:focus\:to-danger-light:focus{
    --tw-gradient-to: #f8d7da !important;
  }

  .\32xl\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .\32xl\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .\32xl\:bg-50{
    background-size: 50% !important;
  }

  .\32xl\:bg-55{
    background-size: 55% !important;
  }

  .\32xl\:bg-75{
    background-size: 75% !important;
  }

  .\32xl\:bg-auto{
    background-size: auto !important;
  }

  .\32xl\:bg-cover{
    background-size: cover !important;
  }

  .\32xl\:bg-contain{
    background-size: contain !important;
  }

  .\32xl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .\32xl\:bg-local{
    background-attachment: local !important;
  }

  .\32xl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .\32xl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .\32xl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .\32xl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .\32xl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .\32xl\:bg-bottom{
    background-position: bottom !important;
  }

  .\32xl\:bg-center{
    background-position: center !important;
  }

  .\32xl\:bg-left{
    background-position: left !important;
  }

  .\32xl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .\32xl\:bg-left-top{
    background-position: left top !important;
  }

  .\32xl\:bg-right{
    background-position: right !important;
  }

  .\32xl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .\32xl\:bg-right-top{
    background-position: right top !important;
  }

  .\32xl\:bg-top{
    background-position: top !important;
  }

  .\32xl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .\32xl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .\32xl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .\32xl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .\32xl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .\32xl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .\32xl\:bg-origin-border{
    background-origin: border-box !important;
  }

  .\32xl\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .\32xl\:bg-origin-content{
    background-origin: content-box !important;
  }

  .\32xl\:fill-current{
    fill: currentColor !important;
  }

  .\32xl\:stroke-current{
    stroke: currentColor !important;
  }

  .\32xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .\32xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .\32xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .\32xl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:p-0{
    padding: 0px !important;
  }

  .\32xl\:p-1{
    padding: 0.25rem !important;
  }

  .\32xl\:p-2{
    padding: 0.5rem !important;
  }

  .\32xl\:p-3{
    padding: 0.75rem !important;
  }

  .\32xl\:p-4{
    padding: 1rem !important;
  }

  .\32xl\:p-5{
    padding: 1.25rem !important;
  }

  .\32xl\:p-6{
    padding: 1.5rem !important;
  }

  .\32xl\:p-7{
    padding: 1.75rem !important;
  }

  .\32xl\:p-8{
    padding: 2rem !important;
  }

  .\32xl\:p-9{
    padding: 2.25rem !important;
  }

  .\32xl\:p-10{
    padding: 2.5rem !important;
  }

  .\32xl\:p-11{
    padding: 2.75rem !important;
  }

  .\32xl\:p-12{
    padding: 3rem !important;
  }

  .\32xl\:p-14{
    padding: 3.5rem !important;
  }

  .\32xl\:p-16{
    padding: 4rem !important;
  }

  .\32xl\:p-20{
    padding: 5rem !important;
  }

  .\32xl\:p-24{
    padding: 6rem !important;
  }

  .\32xl\:p-28{
    padding: 7rem !important;
  }

  .\32xl\:p-32{
    padding: 8rem !important;
  }

  .\32xl\:p-36{
    padding: 9rem !important;
  }

  .\32xl\:p-40{
    padding: 10rem !important;
  }

  .\32xl\:p-44{
    padding: 11rem !important;
  }

  .\32xl\:p-48{
    padding: 12rem !important;
  }

  .\32xl\:p-52{
    padding: 13rem !important;
  }

  .\32xl\:p-56{
    padding: 14rem !important;
  }

  .\32xl\:p-60{
    padding: 15rem !important;
  }

  .\32xl\:p-64{
    padding: 16rem !important;
  }

  .\32xl\:p-72{
    padding: 18rem !important;
  }

  .\32xl\:p-80{
    padding: 20rem !important;
  }

  .\32xl\:p-96{
    padding: 24rem !important;
  }

  .\32xl\:p-px{
    padding: 1px !important;
  }

  .\32xl\:p-0\.5{
    padding: 0.125rem !important;
  }

  .\32xl\:p-1\.5{
    padding: 0.375rem !important;
  }

  .\32xl\:p-2\.5{
    padding: 0.625rem !important;
  }

  .\32xl\:p-3\.5{
    padding: 0.875rem !important;
  }

  .\32xl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .\32xl\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:pt-0{
    padding-top: 0px !important;
  }

  .\32xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .\32xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .\32xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .\32xl\:pt-4{
    padding-top: 1rem !important;
  }

  .\32xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .\32xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .\32xl\:pt-7{
    padding-top: 1.75rem !important;
  }

  .\32xl\:pt-8{
    padding-top: 2rem !important;
  }

  .\32xl\:pt-9{
    padding-top: 2.25rem !important;
  }

  .\32xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .\32xl\:pt-11{
    padding-top: 2.75rem !important;
  }

  .\32xl\:pt-12{
    padding-top: 3rem !important;
  }

  .\32xl\:pt-14{
    padding-top: 3.5rem !important;
  }

  .\32xl\:pt-16{
    padding-top: 4rem !important;
  }

  .\32xl\:pt-20{
    padding-top: 5rem !important;
  }

  .\32xl\:pt-24{
    padding-top: 6rem !important;
  }

  .\32xl\:pt-28{
    padding-top: 7rem !important;
  }

  .\32xl\:pt-32{
    padding-top: 8rem !important;
  }

  .\32xl\:pt-36{
    padding-top: 9rem !important;
  }

  .\32xl\:pt-40{
    padding-top: 10rem !important;
  }

  .\32xl\:pt-44{
    padding-top: 11rem !important;
  }

  .\32xl\:pt-48{
    padding-top: 12rem !important;
  }

  .\32xl\:pt-52{
    padding-top: 13rem !important;
  }

  .\32xl\:pt-56{
    padding-top: 14rem !important;
  }

  .\32xl\:pt-60{
    padding-top: 15rem !important;
  }

  .\32xl\:pt-64{
    padding-top: 16rem !important;
  }

  .\32xl\:pt-72{
    padding-top: 18rem !important;
  }

  .\32xl\:pt-80{
    padding-top: 20rem !important;
  }

  .\32xl\:pt-96{
    padding-top: 24rem !important;
  }

  .\32xl\:pt-px{
    padding-top: 1px !important;
  }

  .\32xl\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .\32xl\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .\32xl\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .\32xl\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .\32xl\:pr-0{
    padding-right: 0px !important;
  }

  .\32xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .\32xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .\32xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .\32xl\:pr-4{
    padding-right: 1rem !important;
  }

  .\32xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .\32xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .\32xl\:pr-7{
    padding-right: 1.75rem !important;
  }

  .\32xl\:pr-8{
    padding-right: 2rem !important;
  }

  .\32xl\:pr-9{
    padding-right: 2.25rem !important;
  }

  .\32xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .\32xl\:pr-11{
    padding-right: 2.75rem !important;
  }

  .\32xl\:pr-12{
    padding-right: 3rem !important;
  }

  .\32xl\:pr-14{
    padding-right: 3.5rem !important;
  }

  .\32xl\:pr-16{
    padding-right: 4rem !important;
  }

  .\32xl\:pr-20{
    padding-right: 5rem !important;
  }

  .\32xl\:pr-24{
    padding-right: 6rem !important;
  }

  .\32xl\:pr-28{
    padding-right: 7rem !important;
  }

  .\32xl\:pr-32{
    padding-right: 8rem !important;
  }

  .\32xl\:pr-36{
    padding-right: 9rem !important;
  }

  .\32xl\:pr-40{
    padding-right: 10rem !important;
  }

  .\32xl\:pr-44{
    padding-right: 11rem !important;
  }

  .\32xl\:pr-48{
    padding-right: 12rem !important;
  }

  .\32xl\:pr-52{
    padding-right: 13rem !important;
  }

  .\32xl\:pr-56{
    padding-right: 14rem !important;
  }

  .\32xl\:pr-60{
    padding-right: 15rem !important;
  }

  .\32xl\:pr-64{
    padding-right: 16rem !important;
  }

  .\32xl\:pr-72{
    padding-right: 18rem !important;
  }

  .\32xl\:pr-80{
    padding-right: 20rem !important;
  }

  .\32xl\:pr-96{
    padding-right: 24rem !important;
  }

  .\32xl\:pr-px{
    padding-right: 1px !important;
  }

  .\32xl\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .\32xl\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .\32xl\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .\32xl\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .\32xl\:pb-0{
    padding-bottom: 0px !important;
  }

  .\32xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .\32xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .\32xl\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .\32xl\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .\32xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .\32xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .\32xl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .\32xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .\32xl\:pb-36{
    padding-bottom: 9rem !important;
  }

  .\32xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .\32xl\:pb-44{
    padding-bottom: 11rem !important;
  }

  .\32xl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .\32xl\:pb-52{
    padding-bottom: 13rem !important;
  }

  .\32xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .\32xl\:pb-60{
    padding-bottom: 15rem !important;
  }

  .\32xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .\32xl\:pb-72{
    padding-bottom: 18rem !important;
  }

  .\32xl\:pb-80{
    padding-bottom: 20rem !important;
  }

  .\32xl\:pb-96{
    padding-bottom: 24rem !important;
  }

  .\32xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .\32xl\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:pl-0{
    padding-left: 0px !important;
  }

  .\32xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .\32xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .\32xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .\32xl\:pl-4{
    padding-left: 1rem !important;
  }

  .\32xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .\32xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .\32xl\:pl-7{
    padding-left: 1.75rem !important;
  }

  .\32xl\:pl-8{
    padding-left: 2rem !important;
  }

  .\32xl\:pl-9{
    padding-left: 2.25rem !important;
  }

  .\32xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .\32xl\:pl-11{
    padding-left: 2.75rem !important;
  }

  .\32xl\:pl-12{
    padding-left: 3rem !important;
  }

  .\32xl\:pl-14{
    padding-left: 3.5rem !important;
  }

  .\32xl\:pl-16{
    padding-left: 4rem !important;
  }

  .\32xl\:pl-20{
    padding-left: 5rem !important;
  }

  .\32xl\:pl-24{
    padding-left: 6rem !important;
  }

  .\32xl\:pl-28{
    padding-left: 7rem !important;
  }

  .\32xl\:pl-32{
    padding-left: 8rem !important;
  }

  .\32xl\:pl-36{
    padding-left: 9rem !important;
  }

  .\32xl\:pl-40{
    padding-left: 10rem !important;
  }

  .\32xl\:pl-44{
    padding-left: 11rem !important;
  }

  .\32xl\:pl-48{
    padding-left: 12rem !important;
  }

  .\32xl\:pl-52{
    padding-left: 13rem !important;
  }

  .\32xl\:pl-56{
    padding-left: 14rem !important;
  }

  .\32xl\:pl-60{
    padding-left: 15rem !important;
  }

  .\32xl\:pl-64{
    padding-left: 16rem !important;
  }

  .\32xl\:pl-72{
    padding-left: 18rem !important;
  }

  .\32xl\:pl-80{
    padding-left: 20rem !important;
  }

  .\32xl\:pl-96{
    padding-left: 24rem !important;
  }

  .\32xl\:pl-px{
    padding-left: 1px !important;
  }

  .\32xl\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .\32xl\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .\32xl\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .\32xl\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .\32xl\:text-left{
    text-align: left !important;
  }

  .\32xl\:text-center{
    text-align: center !important;
  }

  .\32xl\:text-right{
    text-align: right !important;
  }

  .\32xl\:text-justify{
    text-align: justify !important;
  }

  .\32xl\:align-baseline{
    vertical-align: baseline !important;
  }

  .\32xl\:align-top{
    vertical-align: top !important;
  }

  .\32xl\:align-middle{
    vertical-align: middle !important;
  }

  .\32xl\:align-bottom{
    vertical-align: bottom !important;
  }

  .\32xl\:align-text-top{
    vertical-align: text-top !important;
  }

  .\32xl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .\32xl\:font-body{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .\32xl\:font-displayRegular{
    font-family: Conv_FontsFree-Net-SFProDisplay-Regular, sans-serif !important;
  }

  .\32xl\:font-display{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .\32xl\:font-displayHead{
    font-family: Conv_FontsFree-Net-SFProDisplay-Bold, sans-serif !important;
  }

  .\32xl\:font-displayHeavy{
    font-family: Conv_FontsFree-Net-SFProDisplay-Heavy, sans-serif !important;
  }

  .\32xl\:font-displaySemibold{
    font-family: Conv_FontsFree-Net-SFProDisplay-Semibold, sans-serif !important;
  }

  .\32xl\:font-displayLight{
    font-family: Conv_FontsFree-Net-SFProDisplay-Light, sans-serif !important;
  }

  .\32xl\:font-displayBlack{
    font-family: SFProDisplay-Black, sans-serif !important;
  }

  .\32xl\:font-displayItalic{
    font-family: Conv_FontsFree-Net-SFProDisplay-BoldItalic, sans-serif !important;
  }

  .\32xl\:font-displayMedium{
    font-family: display-Medium, sans-serif !important;
  }

  .\32xl\:font-pacifico{
    font-family: Pacifico, cursive !important;
  }

  .\32xl\:font-Lora{
    font-family: Lora, serif !important;
  }

  .\32xl\:font-freightMedium{
    font-family: freight-medium, serif !important;
  }

  .\32xl\:text-xxs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-h2{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-h3{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .\32xl\:text-h4{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-h1{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-h5{
    font-size: 24px !important;
    line-height: 1.2em !important;
  }

  .\32xl\:text-xs{
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-sm{
    font-size: 14px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-md{
    font-size: 16px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-base{
    font-size: 18px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-lg{
    font-size: 20px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-xl{
    font-size: 22px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-2xl{
    font-size: 24px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-3xl{
    font-size: 28px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-4xl{
    font-size: 34px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-5xl{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .\32xl\:text-6xl{
    font-size: 48px !important;
    line-height: 1.2em !important;
  }

  .\32xl\:text-7xl{
    font-size: 52px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:text-8xl{
    font-size: 60px !important;
    line-height: 1.5em !important;
  }

  .\32xl\:font-thin{
    font-weight: 100 !important;
  }

  .\32xl\:font-extralight{
    font-weight: 200 !important;
  }

  .\32xl\:font-light{
    font-weight: 300 !important;
  }

  .\32xl\:font-normal{
    font-weight: 400 !important;
  }

  .\32xl\:font-medium{
    font-weight: 500 !important;
  }

  .\32xl\:font-semibold{
    font-weight: 600 !important;
  }

  .\32xl\:font-bold{
    font-weight: 700 !important;
  }

  .\32xl\:font-extrabold{
    font-weight: 800 !important;
  }

  .\32xl\:font-black{
    font-weight: 900 !important;
  }

  .\32xl\:uppercase{
    text-transform: uppercase !important;
  }

  .\32xl\:lowercase{
    text-transform: lowercase !important;
  }

  .\32xl\:capitalize{
    text-transform: capitalize !important;
  }

  .\32xl\:normal-case{
    text-transform: none !important;
  }

  .\32xl\:italic{
    font-style: italic !important;
  }

  .\32xl\:not-italic{
    font-style: normal !important;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .\32xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .\32xl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .\32xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .\32xl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .\32xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .\32xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .\32xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .\32xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .\32xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .\32xl\:leading-3{
    line-height: .75rem !important;
  }

  .\32xl\:leading-4{
    line-height: 1rem !important;
  }

  .\32xl\:leading-5{
    line-height: 1.25rem !important;
  }

  .\32xl\:leading-6{
    line-height: 1.5rem !important;
  }

  .\32xl\:leading-7{
    line-height: 1.75rem !important;
  }

  .\32xl\:leading-8{
    line-height: 2rem !important;
  }

  .\32xl\:leading-9{
    line-height: 2.25rem !important;
  }

  .\32xl\:leading-10{
    line-height: 2.5rem !important;
  }

  .\32xl\:leading-none{
    line-height: 1 !important;
  }

  .\32xl\:leading-tight{
    line-height: 1.25 !important;
  }

  .\32xl\:leading-snug{
    line-height: 1.375 !important;
  }

  .\32xl\:leading-normal{
    line-height: 1.5 !important;
  }

  .\32xl\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .\32xl\:leading-loose{
    line-height: 2 !important;
  }

  .\32xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .\32xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .\32xl\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .\32xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .\32xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .\32xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .\32xl\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black50{
    color: #2A2C3B80 !important;
  }

  .\32xl\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .\32xl\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .\32xl\:text-black30{
    color: #0000004D !important;
  }

  .\32xl\:text-select{
    color: #2A2C3B41 !important;
  }

  .\32xl\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black95{
    color: #000000F2 !important;
  }

  .\32xl\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .\32xl\:text-bGraylight{
    color: #70707027 !important;
  }

  .\32xl\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-black-650{
    color: #00000040 !important;
  }

  .\32xl\:text-black-700{
    color: #00000066 !important;
  }

  .\32xl\:text-black-750{
    color: #00000080 !important;
  }

  .\32xl\:text-black-800{
    color: #00000099 !important;
  }

  .\32xl\:text-black-850{
    color: #000000B3 !important;
  }

  .\32xl\:text-black-900{
    color: #000000CC !important;
  }

  .\32xl\:text-black-950{
    color: #000000E6 !important;
  }

  .\32xl\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blackDarker{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-redlight{
    color: rgba(176,42,35,.6) !important;
  }

  .group:hover .\32xl\:group-hover\:text-grayLight{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-grayDark{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-borderDark{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-whiteLight{
    color: rgba(255,255,255,0.8) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondaryLight{
    color: rgba(0,0,0,0.2) !important;
  }

  .group:hover .\32xl\:group-hover\:text-borderLight{
    color: rgba(0,0,0,0.3) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondaryDark{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blackDark{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black50{
    color: #2A2C3B80 !important;
  }

  .group:hover .\32xl\:group-hover\:text-borderGray{
    color: #2A2C3B67 !important;
  }

  .group:hover .\32xl\:group-hover\:text-borderModal{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-modalbg{
    color: rgba(0,0,0,.7) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black80{
    color: rgba(0,0,0,0.8) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black90{
    color: rgba(0,0,0,0.9) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-inputDark{
    color: #2A2C3BCB !important;
  }

  .group:hover .\32xl\:group-hover\:text-black30{
    color: #0000004D !important;
  }

  .group:hover .\32xl\:group-hover\:text-select{
    color: #2A2C3B41 !important;
  }

  .group:hover .\32xl\:group-hover\:text-orange{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-950{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-darkBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-borderBlack{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black95{
    color: #000000F2 !important;
  }

  .group:hover .\32xl\:group-hover\:text-blackLight25{
    color: #2A2C3B40 !important;
  }

  .group:hover .\32xl\:group-hover\:text-bGraylight{
    color: #70707027 !important;
  }

  .group:hover .\32xl\:group-hover\:text-lightGray{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lightRed{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-maroon{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-footerDark{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-alert{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-light{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-light{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-light{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-light{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blackLight{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-550{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-50{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-150{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-250{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-350{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-450{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-500{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-550{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-650{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-700{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-750{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-800{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-850{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-900{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white-950{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-40{
    color: rgba(0,0,0,0.4) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-50{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-100{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-150{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-250{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-300{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-350{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-550{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-650{
    color: #00000040 !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-700{
    color: #00000066 !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-750{
    color: #00000080 !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-800{
    color: #00000099 !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-850{
    color: #000000B3 !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-900{
    color: #000000CC !important;
  }

  .group:hover .\32xl\:group-hover\:text-black-950{
    color: #000000E6 !important;
  }

  .group:hover .\32xl\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-150{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-250{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-650{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-750{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-50{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-100{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-200{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-300{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-500{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-600{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-800{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-900{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-950{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blackDarker:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-redlight:focus-within{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus-within\:text-grayLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-grayDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-borderDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-whiteLight:focus-within{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus-within\:text-secondaryLight:focus-within{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus-within\:text-borderLight:focus-within{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus-within\:text-secondaryDark:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:text-blackDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black50:focus-within{
    color: #2A2C3B80 !important;
  }

  .\32xl\:focus-within\:text-borderGray:focus-within{
    color: #2A2C3B67 !important;
  }

  .\32xl\:focus-within\:text-borderModal:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-modalbg:focus-within{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus-within\:text-black80:focus-within{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus-within\:text-black90:focus-within{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus-within\:text-warning:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-inputDark:focus-within{
    color: #2A2C3BCB !important;
  }

  .\32xl\:focus-within\:text-black30:focus-within{
    color: #0000004D !important;
  }

  .\32xl\:focus-within\:text-select:focus-within{
    color: #2A2C3B41 !important;
  }

  .\32xl\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-darkBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-borderBlack:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black95:focus-within{
    color: #000000F2 !important;
  }

  .\32xl\:focus-within\:text-blackLight25:focus-within{
    color: #2A2C3B40 !important;
  }

  .\32xl\:focus-within\:text-bGraylight:focus-within{
    color: #70707027 !important;
  }

  .\32xl\:focus-within\:text-lightGray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lightRed:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-maroon:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-footerDark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-alert:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blackLight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-40:focus-within{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:text-black-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-black-650:focus-within{
    color: #00000040 !important;
  }

  .\32xl\:focus-within\:text-black-700:focus-within{
    color: #00000066 !important;
  }

  .\32xl\:focus-within\:text-black-750:focus-within{
    color: #00000080 !important;
  }

  .\32xl\:focus-within\:text-black-800:focus-within{
    color: #00000099 !important;
  }

  .\32xl\:focus-within\:text-black-850:focus-within{
    color: #000000B3 !important;
  }

  .\32xl\:focus-within\:text-black-900:focus-within{
    color: #000000CC !important;
  }

  .\32xl\:focus-within\:text-black-950:focus-within{
    color: #000000E6 !important;
  }

  .\32xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-150:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-250:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-650:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-750:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-50:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-100:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-200:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-300:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-400:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-500:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-600:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-700:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-800:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-900:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-950:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blackDarker:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-redlight:hover{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:hover\:text-grayLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-grayDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-borderDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-whiteLight:hover{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:hover\:text-secondaryLight:hover{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:hover\:text-borderLight:hover{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:hover\:text-secondaryDark:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:text-blackDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black50:hover{
    color: #2A2C3B80 !important;
  }

  .\32xl\:hover\:text-borderGray:hover{
    color: #2A2C3B67 !important;
  }

  .\32xl\:hover\:text-borderModal:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-modalbg:hover{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:hover\:text-black80:hover{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:hover\:text-black90:hover{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:hover\:text-warning:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-inputDark:hover{
    color: #2A2C3BCB !important;
  }

  .\32xl\:hover\:text-black30:hover{
    color: #0000004D !important;
  }

  .\32xl\:hover\:text-select:hover{
    color: #2A2C3B41 !important;
  }

  .\32xl\:hover\:text-orange:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-darkBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-borderBlack:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black95:hover{
    color: #000000F2 !important;
  }

  .\32xl\:hover\:text-blackLight25:hover{
    color: #2A2C3B40 !important;
  }

  .\32xl\:hover\:text-bGraylight:hover{
    color: #70707027 !important;
  }

  .\32xl\:hover\:text-lightGray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lightRed:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-maroon:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-footerDark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-alert:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blackLight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-40:hover{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:text-black-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-black-650:hover{
    color: #00000040 !important;
  }

  .\32xl\:hover\:text-black-700:hover{
    color: #00000066 !important;
  }

  .\32xl\:hover\:text-black-750:hover{
    color: #00000080 !important;
  }

  .\32xl\:hover\:text-black-800:hover{
    color: #00000099 !important;
  }

  .\32xl\:hover\:text-black-850:hover{
    color: #000000B3 !important;
  }

  .\32xl\:hover\:text-black-900:hover{
    color: #000000CC !important;
  }

  .\32xl\:hover\:text-black-950:hover{
    color: #000000E6 !important;
  }

  .\32xl\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-150:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-250:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-650:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-750:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-950:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blackDarker:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-redlight:focus{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:text-grayLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-grayDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-borderDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-whiteLight:focus{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:text-secondaryLight:focus{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:text-borderLight:focus{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:text-secondaryDark:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:text-blackDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black50:focus{
    color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:text-borderGray:focus{
    color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:text-borderModal:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-modalbg:focus{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:text-black80:focus{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:text-black90:focus{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:text-warning:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-inputDark:focus{
    color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:text-black30:focus{
    color: #0000004D !important;
  }

  .\32xl\:focus\:text-select:focus{
    color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:text-orange:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(5, 46, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-darkBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-borderBlack:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black95:focus{
    color: #000000F2 !important;
  }

  .\32xl\:focus\:text-blackLight25:focus{
    color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:text-bGraylight:focus{
    color: #70707027 !important;
  }

  .\32xl\:focus\:text-lightGray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lightRed:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-maroon:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-footerDark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-alert:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 217, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 214, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 224, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 166, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blackLight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 35, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-40:focus{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:text-black-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-black-650:focus{
    color: #00000040 !important;
  }

  .\32xl\:focus\:text-black-700:focus{
    color: #00000066 !important;
  }

  .\32xl\:focus\:text-black-750:focus{
    color: #00000080 !important;
  }

  .\32xl\:focus\:text-black-800:focus{
    color: #00000099 !important;
  }

  .\32xl\:focus\:text-black-850:focus{
    color: #000000B3 !important;
  }

  .\32xl\:focus\:text-black-900:focus{
    color: #000000CC !important;
  }

  .\32xl\:focus\:text-black-950:focus{
    color: #000000E6 !important;
  }

  .\32xl\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-150:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-250:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-650:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-750:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-950:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:underline{
    text-decoration: underline !important;
  }

  .\32xl\:line-through{
    text-decoration: line-through !important;
  }

  .\32xl\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .\32xl\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .\32xl\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .\32xl\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .\32xl\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .\32xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .\32xl\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .\32xl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .\32xl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .\32xl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .\32xl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .\32xl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .\32xl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .\32xl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\32xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\32xl\:placeholder-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blackLight::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:placeholder-blackLight:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:placeholder-blackLight::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:placeholder-redDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-redDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-redDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-ghostWhite::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-ghostWhite:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-ghostWhite::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-none::-moz-placeholder{
    color: transparent !important;
  }

  .\32xl\:placeholder-none:-ms-input-placeholder{
    color: transparent !important;
  }

  .\32xl\:placeholder-none::placeholder{
    color: transparent !important;
  }

  .\32xl\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:placeholder-blue-200:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:placeholder-blue-200::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:placeholder-blue-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:placeholder-blue-800:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:placeholder-blue-800::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:placeholder-blue-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-40::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:placeholder-black-40:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:placeholder-black-40::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:placeholder-black-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black-650::-moz-placeholder{
    color: #00000040 !important;
  }

  .\32xl\:placeholder-black-650:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .\32xl\:placeholder-black-650::placeholder{
    color: #00000040 !important;
  }

  .\32xl\:placeholder-black-700::-moz-placeholder{
    color: #00000066 !important;
  }

  .\32xl\:placeholder-black-700:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .\32xl\:placeholder-black-700::placeholder{
    color: #00000066 !important;
  }

  .\32xl\:placeholder-black-750::-moz-placeholder{
    color: #00000080 !important;
  }

  .\32xl\:placeholder-black-750:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .\32xl\:placeholder-black-750::placeholder{
    color: #00000080 !important;
  }

  .\32xl\:placeholder-black-800::-moz-placeholder{
    color: #00000099 !important;
  }

  .\32xl\:placeholder-black-800:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .\32xl\:placeholder-black-800::placeholder{
    color: #00000099 !important;
  }

  .\32xl\:placeholder-black-850::-moz-placeholder{
    color: #000000B3 !important;
  }

  .\32xl\:placeholder-black-850:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .\32xl\:placeholder-black-850::placeholder{
    color: #000000B3 !important;
  }

  .\32xl\:placeholder-black-900::-moz-placeholder{
    color: #000000CC !important;
  }

  .\32xl\:placeholder-black-900:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .\32xl\:placeholder-black-900::placeholder{
    color: #000000CC !important;
  }

  .\32xl\:placeholder-black-950::-moz-placeholder{
    color: #000000E6 !important;
  }

  .\32xl\:placeholder-black-950:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .\32xl\:placeholder-black-950::placeholder{
    color: #000000E6 !important;
  }

  .\32xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-150::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-150:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-150::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-250::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-250:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-250::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-650::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-650::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-750::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-750::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-redlight::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:placeholder-redlight:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:placeholder-redlight::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:placeholder-grayLight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayLight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayLight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-whiteLight::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:placeholder-whiteLight:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:placeholder-whiteLight::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:placeholder-secondaryLight::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:placeholder-secondaryLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:placeholder-secondaryLight::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:placeholder-borderLight::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:placeholder-borderLight:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:placeholder-borderLight::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:placeholder-secondaryDark::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:placeholder-secondaryDark:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:placeholder-secondaryDark::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:placeholder-blackDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blackDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blackDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black50::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .\32xl\:placeholder-black50:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .\32xl\:placeholder-black50::placeholder{
    color: #2A2C3B80 !important;
  }

  .\32xl\:placeholder-borderGray::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .\32xl\:placeholder-borderGray:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .\32xl\:placeholder-borderGray::placeholder{
    color: #2A2C3B67 !important;
  }

  .\32xl\:placeholder-borderModal::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderModal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderModal::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-modalbg::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:placeholder-modalbg:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:placeholder-modalbg::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:placeholder-black80::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:placeholder-black80:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:placeholder-black80::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:placeholder-black90::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:placeholder-black90:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:placeholder-black90::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:placeholder-warning::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-inputDark::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .\32xl\:placeholder-inputDark:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .\32xl\:placeholder-inputDark::placeholder{
    color: #2A2C3BCB !important;
  }

  .\32xl\:placeholder-black30::-moz-placeholder{
    color: #0000004D !important;
  }

  .\32xl\:placeholder-black30:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .\32xl\:placeholder-black30::placeholder{
    color: #0000004D !important;
  }

  .\32xl\:placeholder-select::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .\32xl\:placeholder-select:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .\32xl\:placeholder-select::placeholder{
    color: #2A2C3B41 !important;
  }

  .\32xl\:placeholder-darkBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darkBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darkBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderBlack::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderBlack:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-borderBlack::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black95::-moz-placeholder{
    color: #000000F2 !important;
  }

  .\32xl\:placeholder-black95:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .\32xl\:placeholder-black95::placeholder{
    color: #000000F2 !important;
  }

  .\32xl\:placeholder-blackLight25::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .\32xl\:placeholder-blackLight25:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .\32xl\:placeholder-blackLight25::placeholder{
    color: #2A2C3B40 !important;
  }

  .\32xl\:placeholder-bGraylight::-moz-placeholder{
    color: #70707027 !important;
  }

  .\32xl\:placeholder-bGraylight:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .\32xl\:placeholder-bGraylight::placeholder{
    color: #70707027 !important;
  }

  .\32xl\:placeholder-lightGray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightGray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightGray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightRed::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightRed:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightRed::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-maroon::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-maroon:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-maroon::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-footerDark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-footerDark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-footerDark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-alert::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-alert:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-alert::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-custom::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-custom:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-custom::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darker::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darker::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-medium::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-medium::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 6, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blackLight:focus::-moz-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:placeholder-blackLight:focus:-ms-input-placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:placeholder-blackLight:focus::placeholder{
    color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:placeholder-redDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-redDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-redDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-ghostWhite:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-ghostWhite:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-ghostWhite:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-none:focus::-moz-placeholder{
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-none:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-none:focus::placeholder{
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 98, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 110, 176, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 37, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 229, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 245, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder{
    color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:placeholder-blue-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 76, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 43, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 85, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 97, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 74, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 132, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder{
    color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:placeholder-blue-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 117, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-40:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:placeholder-black-40:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:placeholder-black-40:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:placeholder-black-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(10, 10, 10, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black-650:focus::-moz-placeholder{
    color: #00000040 !important;
  }

  .\32xl\:focus\:placeholder-black-650:focus:-ms-input-placeholder{
    color: #00000040 !important;
  }

  .\32xl\:focus\:placeholder-black-650:focus::placeholder{
    color: #00000040 !important;
  }

  .\32xl\:focus\:placeholder-black-700:focus::-moz-placeholder{
    color: #00000066 !important;
  }

  .\32xl\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    color: #00000066 !important;
  }

  .\32xl\:focus\:placeholder-black-700:focus::placeholder{
    color: #00000066 !important;
  }

  .\32xl\:focus\:placeholder-black-750:focus::-moz-placeholder{
    color: #00000080 !important;
  }

  .\32xl\:focus\:placeholder-black-750:focus:-ms-input-placeholder{
    color: #00000080 !important;
  }

  .\32xl\:focus\:placeholder-black-750:focus::placeholder{
    color: #00000080 !important;
  }

  .\32xl\:focus\:placeholder-black-800:focus::-moz-placeholder{
    color: #00000099 !important;
  }

  .\32xl\:focus\:placeholder-black-800:focus:-ms-input-placeholder{
    color: #00000099 !important;
  }

  .\32xl\:focus\:placeholder-black-800:focus::placeholder{
    color: #00000099 !important;
  }

  .\32xl\:focus\:placeholder-black-850:focus::-moz-placeholder{
    color: #000000B3 !important;
  }

  .\32xl\:focus\:placeholder-black-850:focus:-ms-input-placeholder{
    color: #000000B3 !important;
  }

  .\32xl\:focus\:placeholder-black-850:focus::placeholder{
    color: #000000B3 !important;
  }

  .\32xl\:focus\:placeholder-black-900:focus::-moz-placeholder{
    color: #000000CC !important;
  }

  .\32xl\:focus\:placeholder-black-900:focus:-ms-input-placeholder{
    color: #000000CC !important;
  }

  .\32xl\:focus\:placeholder-black-900:focus::placeholder{
    color: #000000CC !important;
  }

  .\32xl\:focus\:placeholder-black-950:focus::-moz-placeholder{
    color: #000000E6 !important;
  }

  .\32xl\:focus\:placeholder-black-950:focus:-ms-input-placeholder{
    color: #000000E6 !important;
  }

  .\32xl\:focus\:placeholder-black-950:focus::placeholder{
    color: #000000E6 !important;
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 233, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 89, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 234, 227, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 242, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 233, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 40, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 5, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 254, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 253, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 252, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 251, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-150:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 236, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-250:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-250:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-650:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-750:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 7, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 206, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-redlight:focus::-moz-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:placeholder-redlight:focus:-ms-input-placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:placeholder-redlight:focus::placeholder{
    color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:placeholder-grayLight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayLight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayLight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 199, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-whiteLight:focus::-moz-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:placeholder-whiteLight:focus:-ms-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:placeholder-whiteLight:focus::placeholder{
    color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:placeholder-secondaryLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:placeholder-secondaryLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:placeholder-secondaryLight:focus::placeholder{
    color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:placeholder-borderLight:focus::-moz-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:placeholder-borderLight:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:placeholder-borderLight:focus::placeholder{
    color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:placeholder-secondaryDark:focus::-moz-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:placeholder-secondaryDark:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:placeholder-secondaryDark:focus::placeholder{
    color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:placeholder-blackDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blackDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blackDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black50:focus::-moz-placeholder{
    color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:placeholder-black50:focus:-ms-input-placeholder{
    color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:placeholder-black50:focus::placeholder{
    color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:placeholder-borderGray:focus::-moz-placeholder{
    color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:placeholder-borderGray:focus:-ms-input-placeholder{
    color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:placeholder-borderGray:focus::placeholder{
    color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:placeholder-borderModal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderModal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderModal:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-modalbg:focus::-moz-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:placeholder-modalbg:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:placeholder-modalbg:focus::placeholder{
    color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:placeholder-black80:focus::-moz-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:placeholder-black80:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:placeholder-black80:focus::placeholder{
    color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:placeholder-black90:focus::-moz-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:placeholder-black90:focus:-ms-input-placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:placeholder-black90:focus::placeholder{
    color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-inputDark:focus::-moz-placeholder{
    color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:placeholder-inputDark:focus:-ms-input-placeholder{
    color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:placeholder-inputDark:focus::placeholder{
    color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:placeholder-black30:focus::-moz-placeholder{
    color: #0000004D !important;
  }

  .\32xl\:focus\:placeholder-black30:focus:-ms-input-placeholder{
    color: #0000004D !important;
  }

  .\32xl\:focus\:placeholder-black30:focus::placeholder{
    color: #0000004D !important;
  }

  .\32xl\:focus\:placeholder-select:focus::-moz-placeholder{
    color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:placeholder-select:focus:-ms-input-placeholder{
    color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:placeholder-select:focus::placeholder{
    color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:placeholder-darkBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darkBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darkBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 35, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderBlack:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderBlack:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-borderBlack:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 25, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black95:focus::-moz-placeholder{
    color: #000000F2 !important;
  }

  .\32xl\:focus\:placeholder-black95:focus:-ms-input-placeholder{
    color: #000000F2 !important;
  }

  .\32xl\:focus\:placeholder-black95:focus::placeholder{
    color: #000000F2 !important;
  }

  .\32xl\:focus\:placeholder-blackLight25:focus::-moz-placeholder{
    color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:placeholder-blackLight25:focus:-ms-input-placeholder{
    color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:placeholder-blackLight25:focus::placeholder{
    color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:placeholder-bGraylight:focus::-moz-placeholder{
    color: #70707027 !important;
  }

  .\32xl\:focus\:placeholder-bGraylight:focus:-ms-input-placeholder{
    color: #70707027 !important;
  }

  .\32xl\:focus\:placeholder-bGraylight:focus::placeholder{
    color: #70707027 !important;
  }

  .\32xl\:focus\:placeholder-lightGray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightGray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightGray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightRed:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightRed:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightRed:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 234, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-maroon:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-maroon:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-maroon:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 58, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-footerDark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-footerDark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-footerDark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 22, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(23, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-alert:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-alert:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-alert:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 53, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 237, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 205, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 215, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-custom:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-custom:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-custom:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darker:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darker:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-medium:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-medium:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:opacity-0{
    opacity: 0 !important;
  }

  .\32xl\:opacity-5{
    opacity: 0.05 !important;
  }

  .\32xl\:opacity-10{
    opacity: 0.1 !important;
  }

  .\32xl\:opacity-20{
    opacity: 0.2 !important;
  }

  .\32xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .\32xl\:opacity-30{
    opacity: 0.3 !important;
  }

  .\32xl\:opacity-40{
    opacity: 0.4 !important;
  }

  .\32xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .\32xl\:opacity-60{
    opacity: 0.6 !important;
  }

  .\32xl\:opacity-70{
    opacity: 0.7 !important;
  }

  .\32xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .\32xl\:opacity-80{
    opacity: 0.8 !important;
  }

  .\32xl\:opacity-90{
    opacity: 0.9 !important;
  }

  .\32xl\:opacity-95{
    opacity: 0.95 !important;
  }

  .\32xl\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .\32xl\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .\32xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .\32xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .\32xl\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .\32xl\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .\32xl\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .\32xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .\32xl\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .\32xl\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .\32xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .\32xl\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .\32xl\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .\32xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .\32xl\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .\32xl\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .\32xl\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .\32xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .\32xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .\32xl\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .\32xl\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .\32xl\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .\32xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .\32xl\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .\32xl\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .\32xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .\32xl\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .\32xl\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .\32xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .\32xl\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .\32xl\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .\32xl\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .\32xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .\32xl\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .\32xl\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .\32xl\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .\32xl\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .\32xl\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .\32xl\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .\32xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .\32xl\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .\32xl\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .\32xl\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .\32xl\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .\32xl\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .\32xl\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .\32xl\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .\32xl\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .\32xl\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .\32xl\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .\32xl\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .\32xl\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .\32xl\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .\32xl\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .\32xl\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .\32xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .\32xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .\32xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .\32xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .\32xl\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .\32xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .\32xl\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .\32xl\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .\32xl\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .\32xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .\32xl\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-0{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-xs{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-sm{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-md{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-default{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-lg{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-xl{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-card{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-0:focus-within{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-xs:focus-within{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-card:focus-within{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-0:hover{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-xs:hover{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-md:hover{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-default:hover{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-card:hover{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-0:focus{
    --tw-shadow: active !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-xs:focus{
    --tw-shadow: 0px 3px 6px #00000015 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-md:focus{
    --tw-shadow: 0px 10px 30px #22232326 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-default:focus{
    --tw-shadow: 0px 10px 30px #0000000F !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 5px 20px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 10px 20px #0000003C !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-card:focus{
    --tw-shadow: 0px 10px 30px #00000010 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .\32xl\:ring-primary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blackLight{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:ring-redDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-ghostWhite{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-none{
    --tw-ring-color: transparent !important;
  }

  .\32xl\:ring-orange{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-200{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:ring-blue-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-800{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:ring-blue-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-40{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:ring-black-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black-650{
    --tw-ring-color: #00000040 !important;
  }

  .\32xl\:ring-black-700{
    --tw-ring-color: #00000066 !important;
  }

  .\32xl\:ring-black-750{
    --tw-ring-color: #00000080 !important;
  }

  .\32xl\:ring-black-800{
    --tw-ring-color: #00000099 !important;
  }

  .\32xl\:ring-black-850{
    --tw-ring-color: #000000B3 !important;
  }

  .\32xl\:ring-black-900{
    --tw-ring-color: #000000CC !important;
  }

  .\32xl\:ring-black-950{
    --tw-ring-color: #000000E6 !important;
  }

  .\32xl\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-150{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-250{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-350{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-450{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-550{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-650{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-750{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-850{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-950{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-redlight{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:ring-grayLight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-grayDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-borderDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-whiteLight{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:ring-secondaryLight{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:ring-borderLight{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:ring-secondaryDark{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:ring-blackDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black50{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .\32xl\:ring-borderGray{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .\32xl\:ring-borderModal{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-modalbg{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:ring-black80{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:ring-black90{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:ring-warning{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-inputDark{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .\32xl\:ring-black30{
    --tw-ring-color: #0000004D !important;
  }

  .\32xl\:ring-select{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .\32xl\:ring-darkBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-borderBlack{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-black95{
    --tw-ring-color: #000000F2 !important;
  }

  .\32xl\:ring-blackLight25{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .\32xl\:ring-bGraylight{
    --tw-ring-color: #70707027 !important;
  }

  .\32xl\:ring-lightGray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lightRed{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-maroon{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-footerDark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-alert{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blackLight:focus-within{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus-within\:ring-redDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-ghostWhite:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-none:focus-within{
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus-within\:ring-blue-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus-within\:ring-blue-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-40:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:ring-black-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black-650:focus-within{
    --tw-ring-color: #00000040 !important;
  }

  .\32xl\:focus-within\:ring-black-700:focus-within{
    --tw-ring-color: #00000066 !important;
  }

  .\32xl\:focus-within\:ring-black-750:focus-within{
    --tw-ring-color: #00000080 !important;
  }

  .\32xl\:focus-within\:ring-black-800:focus-within{
    --tw-ring-color: #00000099 !important;
  }

  .\32xl\:focus-within\:ring-black-850:focus-within{
    --tw-ring-color: #000000B3 !important;
  }

  .\32xl\:focus-within\:ring-black-900:focus-within{
    --tw-ring-color: #000000CC !important;
  }

  .\32xl\:focus-within\:ring-black-950:focus-within{
    --tw-ring-color: #000000E6 !important;
  }

  .\32xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-150:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-250:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-650:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-750:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-redlight:focus-within{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus-within\:ring-grayLight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-grayDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-borderDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-whiteLight:focus-within{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus-within\:ring-secondaryLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus-within\:ring-borderLight:focus-within{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus-within\:ring-secondaryDark:focus-within{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:ring-blackDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black50:focus-within{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .\32xl\:focus-within\:ring-borderGray:focus-within{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .\32xl\:focus-within\:ring-borderModal:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-modalbg:focus-within{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus-within\:ring-black80:focus-within{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus-within\:ring-black90:focus-within{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus-within\:ring-warning:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-inputDark:focus-within{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .\32xl\:focus-within\:ring-black30:focus-within{
    --tw-ring-color: #0000004D !important;
  }

  .\32xl\:focus-within\:ring-select:focus-within{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .\32xl\:focus-within\:ring-darkBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-borderBlack:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-black95:focus-within{
    --tw-ring-color: #000000F2 !important;
  }

  .\32xl\:focus-within\:ring-blackLight25:focus-within{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .\32xl\:focus-within\:ring-bGraylight:focus-within{
    --tw-ring-color: #70707027 !important;
  }

  .\32xl\:focus-within\:ring-lightGray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lightRed:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-maroon:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-footerDark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-alert:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 6, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blackLight:focus{
    --tw-ring-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:ring-redDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-ghostWhite:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-none:focus{
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 98, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 110, 176, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 37, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 229, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 245, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-200:focus{
    --tw-ring-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:ring-blue-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 76, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 43, 58, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 85, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 97, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 74, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 132, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-800:focus{
    --tw-ring-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:ring-blue-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 117, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-40:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:ring-black-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(10, 10, 10, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black-650:focus{
    --tw-ring-color: #00000040 !important;
  }

  .\32xl\:focus\:ring-black-700:focus{
    --tw-ring-color: #00000066 !important;
  }

  .\32xl\:focus\:ring-black-750:focus{
    --tw-ring-color: #00000080 !important;
  }

  .\32xl\:focus\:ring-black-800:focus{
    --tw-ring-color: #00000099 !important;
  }

  .\32xl\:focus\:ring-black-850:focus{
    --tw-ring-color: #000000B3 !important;
  }

  .\32xl\:focus\:ring-black-900:focus{
    --tw-ring-color: #000000CC !important;
  }

  .\32xl\:focus\:ring-black-950:focus{
    --tw-ring-color: #000000E6 !important;
  }

  .\32xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 233, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 89, 124, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 234, 227, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 242, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 233, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 40, 35, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 5, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 254, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 253, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 252, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 251, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-150:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 236, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-250:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-650:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-750:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 7, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 206, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-redlight:focus{
    --tw-ring-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:ring-grayLight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-grayDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-borderDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 199, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-whiteLight:focus{
    --tw-ring-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:ring-secondaryLight:focus{
    --tw-ring-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:ring-borderLight:focus{
    --tw-ring-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:ring-secondaryDark:focus{
    --tw-ring-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:ring-blackDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black50:focus{
    --tw-ring-color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:ring-borderGray:focus{
    --tw-ring-color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:ring-borderModal:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-modalbg:focus{
    --tw-ring-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:ring-black80:focus{
    --tw-ring-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:ring-black90:focus{
    --tw-ring-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:ring-warning:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-inputDark:focus{
    --tw-ring-color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:ring-black30:focus{
    --tw-ring-color: #0000004D !important;
  }

  .\32xl\:focus\:ring-select:focus{
    --tw-ring-color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:ring-darkBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 35, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-borderBlack:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 25, 34, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-black95:focus{
    --tw-ring-color: #000000F2 !important;
  }

  .\32xl\:focus\:ring-blackLight25:focus{
    --tw-ring-color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:ring-bGraylight:focus{
    --tw-ring-color: #70707027 !important;
  }

  .\32xl\:focus\:ring-lightGray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lightRed:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 234, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-maroon:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 58, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-footerDark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 22, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(23, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-alert:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 53, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 237, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 205, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 215, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:ring-offset-primary-50{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:ring-offset-primary-100{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:ring-offset-primary-200{
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:ring-offset-primary-300{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:ring-offset-primary-400{
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:ring-offset-primary-500{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:ring-offset-primary-600{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:ring-offset-primary-700{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:ring-offset-primary-800{
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:ring-offset-primary-900{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:ring-offset-primary-950{
    --tw-ring-offset-color: #450a0a !important;
  }

  .\32xl\:ring-offset-primary{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:ring-offset-secondary-50{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .\32xl\:ring-offset-secondary-100{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .\32xl\:ring-offset-secondary-200{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .\32xl\:ring-offset-secondary-300{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .\32xl\:ring-offset-secondary-400{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .\32xl\:ring-offset-secondary-500{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:ring-offset-secondary-600{
    --tw-ring-offset-color: #475569 !important;
  }

  .\32xl\:ring-offset-secondary-700{
    --tw-ring-offset-color: #334155 !important;
  }

  .\32xl\:ring-offset-secondary-800{
    --tw-ring-offset-color: #1e293b !important;
  }

  .\32xl\:ring-offset-secondary-900{
    --tw-ring-offset-color: #0f172a !important;
  }

  .\32xl\:ring-offset-secondary-950{
    --tw-ring-offset-color: #020617 !important;
  }

  .\32xl\:ring-offset-secondary{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:ring-offset-blackLight{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:ring-offset-redDark{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .\32xl\:ring-offset-gray400{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .\32xl\:ring-offset-ghostWhite{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .\32xl\:ring-offset-black500{
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:ring-offset-white200{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .\32xl\:ring-offset-gray100{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .\32xl\:ring-offset-none{
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:ring-offset-orange{
    --tw-ring-offset-color: #FF626B !important;
  }

  .\32xl\:ring-offset-pink{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .\32xl\:ring-offset-pink100{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .\32xl\:ring-offset-purple{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .\32xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #22232f !important;
  }

  .\32xl\:ring-offset-blue-150{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .\32xl\:ring-offset-blue-200{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:ring-offset-blue-250{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .\32xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #564CFF !important;
  }

  .\32xl\:ring-offset-blue-350{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .\32xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .\32xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #0099FF !important;
  }

  .\32xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .\32xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .\32xl\:ring-offset-blue-750{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .\32xl\:ring-offset-blue-800{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:ring-offset-blue-850{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .\32xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #5875DC !important;
  }

  .\32xl\:ring-offset-blue-950{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .\32xl\:ring-offset-blue{
    --tw-ring-offset-color: #0099FF !important;
  }

  .\32xl\:ring-offset-black-40{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:ring-offset-black-50{
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:ring-offset-black-100{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .\32xl\:ring-offset-black-150{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .\32xl\:ring-offset-black-200{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .\32xl\:ring-offset-black-250{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .\32xl\:ring-offset-black-300{
    --tw-ring-offset-color: #737373 !important;
  }

  .\32xl\:ring-offset-black-350{
    --tw-ring-offset-color: #525252 !important;
  }

  .\32xl\:ring-offset-black-400{
    --tw-ring-offset-color: #404040 !important;
  }

  .\32xl\:ring-offset-black-450{
    --tw-ring-offset-color: #262626 !important;
  }

  .\32xl\:ring-offset-black-500{
    --tw-ring-offset-color: #333 !important;
  }

  .\32xl\:ring-offset-black-550{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .\32xl\:ring-offset-black-600{
    --tw-ring-offset-color: #000000 !important;
  }

  .\32xl\:ring-offset-black-650{
    --tw-ring-offset-color: #00000040 !important;
  }

  .\32xl\:ring-offset-black-700{
    --tw-ring-offset-color: #00000066 !important;
  }

  .\32xl\:ring-offset-black-750{
    --tw-ring-offset-color: #00000080 !important;
  }

  .\32xl\:ring-offset-black-800{
    --tw-ring-offset-color: #00000099 !important;
  }

  .\32xl\:ring-offset-black-850{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .\32xl\:ring-offset-black-900{
    --tw-ring-offset-color: #000000CC !important;
  }

  .\32xl\:ring-offset-black-950{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .\32xl\:ring-offset-black{
    --tw-ring-offset-color: #000000 !important;
  }

  .\32xl\:ring-offset-red-50{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .\32xl\:ring-offset-red-100{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .\32xl\:ring-offset-red-200{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:ring-offset-red-300{
    --tw-ring-offset-color: #F9597C !important;
  }

  .\32xl\:ring-offset-red-400{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .\32xl\:ring-offset-red-500{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .\32xl\:ring-offset-red-550{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .\32xl\:ring-offset-red-600{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .\32xl\:ring-offset-red-650{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .\32xl\:ring-offset-red-700{
    --tw-ring-offset-color: #B92823 !important;
  }

  .\32xl\:ring-offset-red-800{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .\32xl\:ring-offset-red{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:ring-offset-white-50{
    --tw-ring-offset-color: #ffffff !important;
  }

  .\32xl\:ring-offset-white-100{
    --tw-ring-offset-color: #fefefe !important;
  }

  .\32xl\:ring-offset-white-150{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .\32xl\:ring-offset-white-200{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .\32xl\:ring-offset-white-250{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .\32xl\:ring-offset-white-300{
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:ring-offset-white-350{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .\32xl\:ring-offset-white-400{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\32xl\:ring-offset-white-450{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .\32xl\:ring-offset-white-500{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .\32xl\:ring-offset-white-550{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .\32xl\:ring-offset-white-600{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:ring-offset-white-650{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .\32xl\:ring-offset-white-700{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .\32xl\:ring-offset-white-750{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .\32xl\:ring-offset-white-800{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .\32xl\:ring-offset-white-850{
    --tw-ring-offset-color: #efefef !important;
  }

  .\32xl\:ring-offset-white-900{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .\32xl\:ring-offset-white-950{
    --tw-ring-offset-color: #ededed !important;
  }

  .\32xl\:ring-offset-white{
    --tw-ring-offset-color: #ffffff !important;
  }

  .\32xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .\32xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .\32xl\:ring-offset-gray-150{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .\32xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .\32xl\:ring-offset-gray-250{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .\32xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .\32xl\:ring-offset-gray-350{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .\32xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .\32xl\:ring-offset-gray-450{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:ring-offset-gray-550{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .\32xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .\32xl\:ring-offset-gray-650{
    --tw-ring-offset-color: #374151 !important;
  }

  .\32xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151 !important;
  }

  .\32xl\:ring-offset-gray-750{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .\32xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .\32xl\:ring-offset-gray-850{
    --tw-ring-offset-color: #111827 !important;
  }

  .\32xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827 !important;
  }

  .\32xl\:ring-offset-gray-950{
    --tw-ring-offset-color: #030712 !important;
  }

  .\32xl\:ring-offset-gray{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:ring-offset-green{
    --tw-ring-offset-color: #5acebe !important;
  }

  .\32xl\:ring-offset-redlight{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:ring-offset-grayLight{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:ring-offset-grayDark{
    --tw-ring-offset-color: #ddd !important;
  }

  .\32xl\:ring-offset-borderDark{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .\32xl\:ring-offset-whiteLight{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:ring-offset-secondaryLight{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:ring-offset-borderLight{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:ring-offset-secondaryDark{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:ring-offset-blackDark{
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:ring-offset-gray200{
    --tw-ring-offset-color: #eee !important;
  }

  .\32xl\:ring-offset-black50{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .\32xl\:ring-offset-borderGray{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .\32xl\:ring-offset-borderModal{
    --tw-ring-offset-color: #707070 !important;
  }

  .\32xl\:ring-offset-modalbg{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:ring-offset-black80{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:ring-offset-black90{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:ring-offset-warning{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .\32xl\:ring-offset-inputDark{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .\32xl\:ring-offset-black30{
    --tw-ring-offset-color: #0000004D !important;
  }

  .\32xl\:ring-offset-select{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .\32xl\:ring-offset-darkBlack{
    --tw-ring-offset-color: #22232F !important;
  }

  .\32xl\:ring-offset-borderBlack{
    --tw-ring-offset-color: #181922 !important;
  }

  .\32xl\:ring-offset-black95{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .\32xl\:ring-offset-blackLight25{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .\32xl\:ring-offset-bGraylight{
    --tw-ring-offset-color: #70707027 !important;
  }

  .\32xl\:ring-offset-lightGray{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .\32xl\:ring-offset-lightRed{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .\32xl\:ring-offset-maroon{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .\32xl\:ring-offset-footerDark{
    --tw-ring-offset-color: #161617 !important;
  }

  .\32xl\:ring-offset-success{
    --tw-ring-offset-color: #28a745 !important;
  }

  .\32xl\:ring-offset-info{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .\32xl\:ring-offset-danger{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .\32xl\:ring-offset-alert{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .\32xl\:ring-offset-success-light{
    --tw-ring-offset-color: #d4edda !important;
  }

  .\32xl\:ring-offset-info-light{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .\32xl\:ring-offset-warning-light{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .\32xl\:ring-offset-danger-light{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-50:focus-within{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-100:focus-within{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-200:focus-within{
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-300:focus-within{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-400:focus-within{
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-500:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-600:focus-within{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-700:focus-within{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-800:focus-within{
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-900:focus-within{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-950:focus-within{
    --tw-ring-offset-color: #450a0a !important;
  }

  .\32xl\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-50:focus-within{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-100:focus-within{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-200:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-300:focus-within{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-400:focus-within{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-500:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-600:focus-within{
    --tw-ring-offset-color: #475569 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-700:focus-within{
    --tw-ring-offset-color: #334155 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-800:focus-within{
    --tw-ring-offset-color: #1e293b !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-900:focus-within{
    --tw-ring-offset-color: #0f172a !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-950:focus-within{
    --tw-ring-offset-color: #020617 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:focus-within\:ring-offset-blackLight:focus-within{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus-within\:ring-offset-redDark:focus-within{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .\32xl\:focus-within\:ring-offset-gray400:focus-within{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .\32xl\:focus-within\:ring-offset-ghostWhite:focus-within{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .\32xl\:focus-within\:ring-offset-black500:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus-within\:ring-offset-white200:focus-within{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray100:focus-within{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .\32xl\:focus-within\:ring-offset-none:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FF626B !important;
  }

  .\32xl\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink100:focus-within{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .\32xl\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #22232f !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-150:focus-within{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-250:focus-within{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #564CFF !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-350:focus-within{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-750:focus-within{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-850:focus-within{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #5875DC !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-950:focus-within{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .\32xl\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #0099FF !important;
  }

  .\32xl\:focus-within\:ring-offset-black-40:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:ring-offset-black-50:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-150:focus-within{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-250:focus-within{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: #737373 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: #525252 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #404040 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #262626 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-550:focus-within{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .\32xl\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-650:focus-within{
    --tw-ring-offset-color: #00000040 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #00000066 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-750:focus-within{
    --tw-ring-offset-color: #00000080 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-800:focus-within{
    --tw-ring-offset-color: #00000099 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-850:focus-within{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .\32xl\:focus-within\:ring-offset-black-900:focus-within{
    --tw-ring-offset-color: #000000CC !important;
  }

  .\32xl\:focus-within\:ring-offset-black-950:focus-within{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .\32xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F9597C !important;
  }

  .\32xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-550:focus-within{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .\32xl\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B92823 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .\32xl\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-50:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .\32xl\:focus-within\:ring-offset-white-100:focus-within{
    --tw-ring-offset-color: #fefefe !important;
  }

  .\32xl\:focus-within\:ring-offset-white-150:focus-within{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .\32xl\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .\32xl\:focus-within\:ring-offset-white-250:focus-within{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .\32xl\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus-within\:ring-offset-white-350:focus-within{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-450:focus-within{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-500:focus-within{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-550:focus-within{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-650:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-700:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-750:focus-within{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-800:focus-within{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .\32xl\:focus-within\:ring-offset-white-850:focus-within{
    --tw-ring-offset-color: #efefef !important;
  }

  .\32xl\:focus-within\:ring-offset-white-900:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .\32xl\:focus-within\:ring-offset-white-950:focus-within{
    --tw-ring-offset-color: #ededed !important;
  }

  .\32xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #ffffff !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-150:focus-within{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-250:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-650:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-750:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #030712 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #5acebe !important;
  }

  .\32xl\:focus-within\:ring-offset-redlight:focus-within{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus-within\:ring-offset-grayLight:focus-within{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:focus-within\:ring-offset-grayDark:focus-within{
    --tw-ring-offset-color: #ddd !important;
  }

  .\32xl\:focus-within\:ring-offset-borderDark:focus-within{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .\32xl\:focus-within\:ring-offset-whiteLight:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus-within\:ring-offset-secondaryLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus-within\:ring-offset-borderLight:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus-within\:ring-offset-secondaryDark:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus-within\:ring-offset-blackDark:focus-within{
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray200:focus-within{
    --tw-ring-offset-color: #eee !important;
  }

  .\32xl\:focus-within\:ring-offset-black50:focus-within{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .\32xl\:focus-within\:ring-offset-borderGray:focus-within{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .\32xl\:focus-within\:ring-offset-borderModal:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .\32xl\:focus-within\:ring-offset-modalbg:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus-within\:ring-offset-black80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus-within\:ring-offset-black90:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .\32xl\:focus-within\:ring-offset-inputDark:focus-within{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .\32xl\:focus-within\:ring-offset-black30:focus-within{
    --tw-ring-offset-color: #0000004D !important;
  }

  .\32xl\:focus-within\:ring-offset-select:focus-within{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .\32xl\:focus-within\:ring-offset-darkBlack:focus-within{
    --tw-ring-offset-color: #22232F !important;
  }

  .\32xl\:focus-within\:ring-offset-borderBlack:focus-within{
    --tw-ring-offset-color: #181922 !important;
  }

  .\32xl\:focus-within\:ring-offset-black95:focus-within{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .\32xl\:focus-within\:ring-offset-blackLight25:focus-within{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .\32xl\:focus-within\:ring-offset-bGraylight:focus-within{
    --tw-ring-offset-color: #70707027 !important;
  }

  .\32xl\:focus-within\:ring-offset-lightGray:focus-within{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .\32xl\:focus-within\:ring-offset-lightRed:focus-within{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .\32xl\:focus-within\:ring-offset-maroon:focus-within{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .\32xl\:focus-within\:ring-offset-footerDark:focus-within{
    --tw-ring-offset-color: #161617 !important;
  }

  .\32xl\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: #28a745 !important;
  }

  .\32xl\:focus-within\:ring-offset-info:focus-within{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .\32xl\:focus-within\:ring-offset-alert:focus-within{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-light:focus-within{
    --tw-ring-offset-color: #d4edda !important;
  }

  .\32xl\:focus-within\:ring-offset-info-light:focus-within{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-light:focus-within{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-light:focus-within{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .\32xl\:focus\:ring-offset-primary-50:focus{
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:focus\:ring-offset-primary-100:focus{
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:focus\:ring-offset-primary-200:focus{
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:focus\:ring-offset-primary-300:focus{
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:focus\:ring-offset-primary-400:focus{
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:focus\:ring-offset-primary-500:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus\:ring-offset-primary-600:focus{
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:focus\:ring-offset-primary-700:focus{
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:focus\:ring-offset-primary-800:focus{
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:focus\:ring-offset-primary-900:focus{
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:focus\:ring-offset-primary-950:focus{
    --tw-ring-offset-color: #450a0a !important;
  }

  .\32xl\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-50:focus{
    --tw-ring-offset-color: #f8fafc !important;
  }

  .\32xl\:focus\:ring-offset-secondary-100:focus{
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-200:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-300:focus{
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-400:focus{
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-500:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:focus\:ring-offset-secondary-600:focus{
    --tw-ring-offset-color: #475569 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-700:focus{
    --tw-ring-offset-color: #334155 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-800:focus{
    --tw-ring-offset-color: #1e293b !important;
  }

  .\32xl\:focus\:ring-offset-secondary-900:focus{
    --tw-ring-offset-color: #0f172a !important;
  }

  .\32xl\:focus\:ring-offset-secondary-950:focus{
    --tw-ring-offset-color: #020617 !important;
  }

  .\32xl\:focus\:ring-offset-secondary:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:focus\:ring-offset-blackLight:focus{
    --tw-ring-offset-color: rgba(42,44,49,0.3) !important;
  }

  .\32xl\:focus\:ring-offset-redDark:focus{
    --tw-ring-offset-color: #E60A0A !important;
  }

  .\32xl\:focus\:ring-offset-gray400:focus{
    --tw-ring-offset-color: #F7F9F9 !important;
  }

  .\32xl\:focus\:ring-offset-ghostWhite:focus{
    --tw-ring-offset-color: #F2F2F6 !important;
  }

  .\32xl\:focus\:ring-offset-black500:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus\:ring-offset-white200:focus{
    --tw-ring-offset-color: #f6f9f9 !important;
  }

  .\32xl\:focus\:ring-offset-gray100:focus{
    --tw-ring-offset-color: #e1e4e4 !important;
  }

  .\32xl\:focus\:ring-offset-none:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FF626B !important;
  }

  .\32xl\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: #FD6EB0 !important;
  }

  .\32xl\:focus\:ring-offset-pink100:focus{
    --tw-ring-offset-color: #DA2587 !important;
  }

  .\32xl\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #E8E5FF !important;
  }

  .\32xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #2A2B3B !important;
  }

  .\32xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #22232f !important;
  }

  .\32xl\:focus\:ring-offset-blue-150:focus{
    --tw-ring-offset-color: #EFF5FC !important;
  }

  .\32xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: rgba(98, 218, 251, 0.1) !important;
  }

  .\32xl\:focus\:ring-offset-blue-250:focus{
    --tw-ring-offset-color: #F3F9FF !important;
  }

  .\32xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #564CFF !important;
  }

  .\32xl\:focus\:ring-offset-blue-350:focus{
    --tw-ring-offset-color: #2A2B3A !important;
  }

  .\32xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #4C55FF !important;
  }

  .\32xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .\32xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #7B61FF !important;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #454AE7 !important;
  }

  .\32xl\:focus\:ring-offset-blue-750:focus{
    --tw-ring-offset-color: #1784B2 !important;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: rgba(98,218,251,0.10) !important;
  }

  .\32xl\:focus\:ring-offset-blue-850:focus{
    --tw-ring-offset-color: #F9F9FF !important;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #5875DC !important;
  }

  .\32xl\:focus\:ring-offset-blue-950:focus{
    --tw-ring-offset-color: #F3F4FC !important;
  }

  .\32xl\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #0099FF !important;
  }

  .\32xl\:focus\:ring-offset-black-40:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:ring-offset-black-50:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .\32xl\:focus\:ring-offset-black-150:focus{
    --tw-ring-offset-color: #e5e5e5 !important;
  }

  .\32xl\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: #d4d4d4 !important;
  }

  .\32xl\:focus\:ring-offset-black-250:focus{
    --tw-ring-offset-color: #a3a3a3 !important;
  }

  .\32xl\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: #737373 !important;
  }

  .\32xl\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: #525252 !important;
  }

  .\32xl\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #404040 !important;
  }

  .\32xl\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #262626 !important;
  }

  .\32xl\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .\32xl\:focus\:ring-offset-black-550:focus{
    --tw-ring-offset-color: #0a0a0a !important;
  }

  .\32xl\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .\32xl\:focus\:ring-offset-black-650:focus{
    --tw-ring-offset-color: #00000040 !important;
  }

  .\32xl\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #00000066 !important;
  }

  .\32xl\:focus\:ring-offset-black-750:focus{
    --tw-ring-offset-color: #00000080 !important;
  }

  .\32xl\:focus\:ring-offset-black-800:focus{
    --tw-ring-offset-color: #00000099 !important;
  }

  .\32xl\:focus\:ring-offset-black-850:focus{
    --tw-ring-offset-color: #000000B3 !important;
  }

  .\32xl\:focus\:ring-offset-black-900:focus{
    --tw-ring-offset-color: #000000CC !important;
  }

  .\32xl\:focus\:ring-offset-black-950:focus{
    --tw-ring-offset-color: #000000E6 !important;
  }

  .\32xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000 !important;
  }

  .\32xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #f7e9e8 !important;
  }

  .\32xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #7b2a2b !important;
  }

  .\32xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F9597C !important;
  }

  .\32xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #FBEAE3 !important;
  }

  .\32xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #FFF2F3 !important;
  }

  .\32xl\:focus\:ring-offset-red-550:focus{
    --tw-ring-offset-color: #FFF5F6 !important;
  }

  .\32xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #FEFAFA !important;
  }

  .\32xl\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #FFE9EA !important;
  }

  .\32xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B92823 !important;
  }

  .\32xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #f9f2f4 !important;
  }

  .\32xl\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #CA0515 !important;
  }

  .\32xl\:focus\:ring-offset-white-50:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .\32xl\:focus\:ring-offset-white-100:focus{
    --tw-ring-offset-color: #fefefe !important;
  }

  .\32xl\:focus\:ring-offset-white-150:focus{
    --tw-ring-offset-color: #fdfdfd !important;
  }

  .\32xl\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #fcfcfc !important;
  }

  .\32xl\:focus\:ring-offset-white-250:focus{
    --tw-ring-offset-color: #fbfbfb !important;
  }

  .\32xl\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus\:ring-offset-white-350:focus{
    --tw-ring-offset-color: #f9f9f9 !important;
  }

  .\32xl\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\32xl\:focus\:ring-offset-white-450:focus{
    --tw-ring-offset-color: #f7f7f7 !important;
  }

  .\32xl\:focus\:ring-offset-white-500:focus{
    --tw-ring-offset-color: #f6f6f6 !important;
  }

  .\32xl\:focus\:ring-offset-white-550:focus{
    --tw-ring-offset-color: #f5f5f5 !important;
  }

  .\32xl\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:focus\:ring-offset-white-650:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .\32xl\:focus\:ring-offset-white-700:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .\32xl\:focus\:ring-offset-white-750:focus{
    --tw-ring-offset-color: #f1f1f1 !important;
  }

  .\32xl\:focus\:ring-offset-white-800:focus{
    --tw-ring-offset-color: #f0f0f0 !important;
  }

  .\32xl\:focus\:ring-offset-white-850:focus{
    --tw-ring-offset-color: #efefef !important;
  }

  .\32xl\:focus\:ring-offset-white-900:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .\32xl\:focus\:ring-offset-white-950:focus{
    --tw-ring-offset-color: #ededed !important;
  }

  .\32xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #ffffff !important;
  }

  .\32xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb !important;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6 !important;
  }

  .\32xl\:focus\:ring-offset-gray-150:focus{
    --tw-ring-offset-color: #EAECF2 !important;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb !important;
  }

  .\32xl\:focus\:ring-offset-gray-250:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db !important;
  }

  .\32xl\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af !important;
  }

  .\32xl\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563 !important;
  }

  .\32xl\:focus\:ring-offset-gray-650:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151 !important;
  }

  .\32xl\:focus\:ring-offset-gray-750:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937 !important;
  }

  .\32xl\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827 !important;
  }

  .\32xl\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #030712 !important;
  }

  .\32xl\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: #6b7280 !important;
  }

  .\32xl\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #5acebe !important;
  }

  .\32xl\:focus\:ring-offset-redlight:focus{
    --tw-ring-offset-color: rgba(176,42,35,.6) !important;
  }

  .\32xl\:focus\:ring-offset-grayLight:focus{
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:focus\:ring-offset-grayDark:focus{
    --tw-ring-offset-color: #ddd !important;
  }

  .\32xl\:focus\:ring-offset-borderDark:focus{
    --tw-ring-offset-color: #C7C7C7 !important;
  }

  .\32xl\:focus\:ring-offset-whiteLight:focus{
    --tw-ring-offset-color: rgba(255,255,255,0.8) !important;
  }

  .\32xl\:focus\:ring-offset-secondaryLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.2) !important;
  }

  .\32xl\:focus\:ring-offset-borderLight:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.3) !important;
  }

  .\32xl\:focus\:ring-offset-secondaryDark:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:ring-offset-blackDark:focus{
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:focus\:ring-offset-gray200:focus{
    --tw-ring-offset-color: #eee !important;
  }

  .\32xl\:focus\:ring-offset-black50:focus{
    --tw-ring-offset-color: #2A2C3B80 !important;
  }

  .\32xl\:focus\:ring-offset-borderGray:focus{
    --tw-ring-offset-color: #2A2C3B67 !important;
  }

  .\32xl\:focus\:ring-offset-borderModal:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .\32xl\:focus\:ring-offset-modalbg:focus{
    --tw-ring-offset-color: rgba(0,0,0,.7) !important;
  }

  .\32xl\:focus\:ring-offset-black80:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.8) !important;
  }

  .\32xl\:focus\:ring-offset-black90:focus{
    --tw-ring-offset-color: rgba(0,0,0,0.9) !important;
  }

  .\32xl\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: #ffc107 !important;
  }

  .\32xl\:focus\:ring-offset-inputDark:focus{
    --tw-ring-offset-color: #2A2C3BCB !important;
  }

  .\32xl\:focus\:ring-offset-black30:focus{
    --tw-ring-offset-color: #0000004D !important;
  }

  .\32xl\:focus\:ring-offset-select:focus{
    --tw-ring-offset-color: #2A2C3B41 !important;
  }

  .\32xl\:focus\:ring-offset-darkBlack:focus{
    --tw-ring-offset-color: #22232F !important;
  }

  .\32xl\:focus\:ring-offset-borderBlack:focus{
    --tw-ring-offset-color: #181922 !important;
  }

  .\32xl\:focus\:ring-offset-black95:focus{
    --tw-ring-offset-color: #000000F2 !important;
  }

  .\32xl\:focus\:ring-offset-blackLight25:focus{
    --tw-ring-offset-color: #2A2C3B40 !important;
  }

  .\32xl\:focus\:ring-offset-bGraylight:focus{
    --tw-ring-offset-color: #70707027 !important;
  }

  .\32xl\:focus\:ring-offset-lightGray:focus{
    --tw-ring-offset-color: #E4E4E4 !important;
  }

  .\32xl\:focus\:ring-offset-lightRed:focus{
    --tw-ring-offset-color: #f7eae9 !important;
  }

  .\32xl\:focus\:ring-offset-maroon:focus{
    --tw-ring-offset-color: #b73a33 !important;
  }

  .\32xl\:focus\:ring-offset-footerDark:focus{
    --tw-ring-offset-color: #161617 !important;
  }

  .\32xl\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: #28a745 !important;
  }

  .\32xl\:focus\:ring-offset-info:focus{
    --tw-ring-offset-color: #17a2b8 !important;
  }

  .\32xl\:focus\:ring-offset-danger:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .\32xl\:focus\:ring-offset-alert:focus{
    --tw-ring-offset-color: #dc3545 !important;
  }

  .\32xl\:focus\:ring-offset-success-light:focus{
    --tw-ring-offset-color: #d4edda !important;
  }

  .\32xl\:focus\:ring-offset-info-light:focus{
    --tw-ring-offset-color: #d1ecf1 !important;
  }

  .\32xl\:focus\:ring-offset-warning-light:focus{
    --tw-ring-offset-color: #fff3cd !important;
  }

  .\32xl\:focus\:ring-offset-danger-light:focus{
    --tw-ring-offset-color: #f8d7da !important;
  }

  .\32xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:filter-none{
    filter: none !important;
  }

  .\32xl\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .\32xl\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .\32xl\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .\32xl\:blur{
    --tw-blur: blur(8px) !important;
  }

  .\32xl\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .\32xl\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .\32xl\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .\32xl\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .\32xl\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .\32xl\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .\32xl\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .\32xl\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .\32xl\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .\32xl\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .\32xl\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .\32xl\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .\32xl\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .\32xl\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .\32xl\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .\32xl\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .\32xl\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .\32xl\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .\32xl\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .\32xl\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .\32xl\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .\32xl\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .\32xl\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .\32xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .\32xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .\32xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .\32xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .\32xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .\32xl\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .\32xl\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .\32xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .\32xl\:invert{
    --tw-invert: invert(100%) !important;
  }

  .\32xl\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .\32xl\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .\32xl\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .\32xl\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .\32xl\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .\32xl\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .\32xl\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .\32xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .\32xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .\32xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .\32xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .\32xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .\32xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .\32xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .\32xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .\32xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .\32xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .\32xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .\32xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .\32xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .\32xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .\32xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .\32xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .\32xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .\32xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .\32xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .\32xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .\32xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .\32xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .\32xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .\32xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .\32xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .\32xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .\32xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .\32xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .\32xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .\32xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .\32xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .\32xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .\32xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .\32xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .\32xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .\32xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .\32xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .\32xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .\32xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .\32xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .\32xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .\32xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .\32xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .\32xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .\32xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .\32xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .\32xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .\32xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .\32xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .\32xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .\32xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .\32xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .\32xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .\32xl\:transition-none{
    transition-property: none !important;
  }

  .\32xl\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:delay-75{
    transition-delay: 75ms !important;
  }

  .\32xl\:delay-100{
    transition-delay: 100ms !important;
  }

  .\32xl\:delay-150{
    transition-delay: 150ms !important;
  }

  .\32xl\:delay-200{
    transition-delay: 200ms !important;
  }

  .\32xl\:delay-300{
    transition-delay: 300ms !important;
  }

  .\32xl\:delay-500{
    transition-delay: 500ms !important;
  }

  .\32xl\:delay-700{
    transition-delay: 700ms !important;
  }

  .\32xl\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .\32xl\:duration-75{
    transition-duration: 75ms !important;
  }

  .\32xl\:duration-100{
    transition-duration: 100ms !important;
  }

  .\32xl\:duration-150{
    transition-duration: 150ms !important;
  }

  .\32xl\:duration-200{
    transition-duration: 200ms !important;
  }

  .\32xl\:duration-300{
    transition-duration: 300ms !important;
  }

  .\32xl\:duration-500{
    transition-duration: 500ms !important;
  }

  .\32xl\:duration-700{
    transition-duration: 700ms !important;
  }

  .\32xl\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .\32xl\:ease-linear{
    transition-timing-function: linear !important;
  }

  .\32xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}
